| 46 | | static void perl_dcc_fill_hash(HV *hv, DCC_REC *dcc) | | 47 | | { | | 48 | | hv_store(hv, "type", 4, new_pv(dcc_type2str(dcc->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) |
| | 49 | | hv_store(hv, "orig_type", 9, new_pv(dcc_type2str(dcc->orig_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) |
| | 50 | | hv_store(hv, "created", 7, newSViv(dcc->created), 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) |
| | 51 | | | | 52 | | hv_store(hv, "server", 6, iobject_bless(dcc->server), 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) |
| | 53 | | hv_store(hv, "servertag", 9, new_pv(dcc->servertag), 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) |
| | 54 | | hv_store(hv, "mynick", 6, new_pv(dcc->mynick), 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) |
| | 55 | | hv_store(hv, "nick", 4, new_pv(dcc->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) |
| | 56 | | | | 57 | | hv_store(hv, "chat", 4, simple_iobject_bless(dcc->chat), 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) |
| | 58 | | hv_store(hv, "target", 6, new_pv(dcc->target), 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) |
| | 59 | | hv_store(hv, "arg", 3, new_pv(dcc->arg), 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) |
| | 60 | | | | 61 | | hv_store(hv, "addr", 4, new_pv(dcc->addrstr), 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) |
| | 62 | | hv_store(hv, "port", 4, newSViv(dcc->port), 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) |
| | 63 | | | | 64 | | hv_store(hv, "starttime", 9, newSViv(dcc->starttime), 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) |
| | 65 | | hv_store(hv, "transfd", 7, newSViv(dcc->transfd), 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) |
| | 66 | | } |
|