| 411 | | void perl_nick_fill_hash(HV *hv, NICK_REC *nick) | | 412 | | { | | 413 | | char *type, *chat_type; | | 414 | | | | 415 | | g_return_if_fail(hv != NULL);
| | 416 | | g_return_if_fail(nick != NULL);
| | 417 | | | | 418 | | type = "NICK"; | | 419 | | chat_type = (char *) chat_protocol_find_id(nick->chat_type)->name; | | 420 | | | | 421 | | hv_store(hv, "type", 4, new_pv(type), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 422 | | hv_store(hv, "chat_type", 9, new_pv(chat_type), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 423 | | | | 424 | | hv_store(hv, "nick", 4, new_pv(nick->nick), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 425 | | hv_store(hv, "host", 4, new_pv(nick->host), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 426 | | hv_store(hv, "realname", 8, new_pv(nick->realname), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 427 | | hv_store(hv, "hops", 4, newSViv(nick->hops), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 428 | | | | 429 | | hv_store(hv, "gone", 4, newSViv(nick->gone), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 430 | | hv_store(hv, "serverop", 8, newSViv(nick->serverop), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 431 | | | | 432 | | hv_store(hv, "op", 2, newSViv(nick->op), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 433 | | hv_store(hv, "halfop", 6, newSViv(nick->halfop), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 434 | | hv_store(hv, "voice", 5, newSViv(nick->voice), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 435 | | hv_store(hv, "other", 5, newSViv(nick->prefixes[0]), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 436 | | hv_store(hv, "prefixes", 8, new_pv(nick->prefixes), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 437 | | | | 438 | | hv_store(hv, "last_check", 10, newSViv(nick->last_check), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 439 | | hv_store(hv, "send_massjoin", 13, newSViv(nick->send_massjoin), 0);
| /usr/lib/perl5/5.10.0/i586-linux-thread-multi/CORE/embed.h | | 2567 | #define hv_common_key_len(a,b,c,d,e,f) Perl_hv_common_key_len(aTHX_ a,b,c,d,e,f) |
| | 440 | | } |
|