Home
last modified time | relevance | path

Searched refs:hv_store (Results 1 – 25 of 969) sorted by relevance

12345678910>>...39

/dports/irc/irssi/irssi-1.2.3/src/perl/irc/
H A DIrc.xs46 hv_store(hv_, key, strlen(key), new_pv(val), 0); in perl_irc_server_fill_hash()
59 (void) hv_store(hv, "ban", 3, new_pv(ban->ban), 0); in perl_ban_fill_hash()
60 (void) hv_store(hv, "setby", 5, new_pv(ban->setby), 0); in perl_ban_fill_hash()
61 (void) hv_store(hv, "time", 4, newSViv(ban->time), 0); in perl_ban_fill_hash()
73 (void) hv_store(hv, "nick", 4, new_pv(dcc->nick), 0); in perl_dcc_fill_hash()
77 (void) hv_store(hv, "arg", 3, new_pv(dcc->arg), 0); in perl_dcc_fill_hash()
80 (void) hv_store(hv, "port", 4, newSViv(dcc->port), 0); in perl_dcc_fill_hash()
90 (void) hv_store(hv, "id", 2, new_pv(dcc->id), 0); in perl_dcc_chat_fill_hash()
108 (void) hv_store(hv, "file", 4, new_pv(dcc->file), 0); in perl_dcc_get_fill_hash()
130 (void) hv_store(hv, "server", 6, in perl_netsplit_fill_hash()
[all …]
/dports/sysutils/p5-BSD-Sysctl/BSD-Sysctl-0.12.2/
H A DSysctl.xs75 hv_store(self, "_len0", 5, newSViv(len), 0); in _iterator_first()
76 hv_store(self, "_name", 5, newSVpvn("", 0), 0); in _iterator_first()
266 store = hv_store(
411 hv_store(c, "hz", 2, newSViv(inf->hz), 0);
412 hv_store(c, "tick", 4, newSViv(inf->tick), 0);
413 hv_store(c, "profhz", 6, newSViv(inf->profhz), 0);
414 hv_store(c, "stathz", 6, newSViv(inf->stathz), 0);
462 hv_store(c, "maxerror", 8, newSViv(inf->maxerror), 0);
463 hv_store(c, "esterror", 8, newSViv(inf->esterror), 0);
464 hv_store(c, "taioffset", 9, newSViv(inf->tai), 0);
[all …]
/dports/irc/irssi/irssi-1.2.3/src/perl/
H A Dperl-common.c264 (void) hv_store(hv, "type", 4, new_pv(type), 0); in perl_chatnet_fill_hash()
287 (void) hv_store(hv, "type", 4, new_pv(type), 0); in perl_connect_fill_hash()
290 (void) hv_store(hv, "tag", 3, new_pv(conn->tag), 0); in perl_connect_fill_hash()
292 (void) hv_store(hv, "port", 4, newSViv(conn->port), 0); in perl_connect_fill_hash()
320 (void) hv_store(hv, "type", 4, new_pv(type), 0); in perl_server_fill_hash()
325 (void) hv_store(hv, "tag", 3, new_pv(server->tag), 0); in perl_server_fill_hash()
353 (void) hv_store(hv, "type", 4, new_pv(type), 0); in perl_window_item_fill_hash()
423 (void) hv_store(hv, "type", 4, new_pv(type), 0); in perl_nick_fill_hash()
434 (void) hv_store(hv, "op", 2, newSViv(nick->op), 0); in perl_nick_fill_hash()
447 (void) hv_store(hv, "cmd", 3, new_pv(cmd->cmd), 0); in perl_command_fill_hash()
[all …]
/dports/sysutils/p5-BSD-Process/BSD-Process-0.07/
H A DProcess.xs98 hv_store(h, field, flen, newSViv(uid), 0); in store_uid()
114 hv_store(h, field, flen, newSViv(gid), 0); in store_gid()
303 hv_store(h, "args", 4, newSViv(-1), 0); in _procinfo()
334 hv_store(h, "args", 4, argsv, 0); in _procinfo()
350 hv_store(h, "groups", 6, newRV((SV *)grlist), 0); in _procinfo()
404 hv_store(h, "ocomm", 5, newSVpv("", 0), 0); in _procinfo()
405 hv_store(h, "lockname", 8, newSVpv("", 0), 0); in _procinfo()
418 hv_store(h, "time", 4, newSVnv(NO_FREEBSD_4x( in _procinfo()
439 hv_store(h, "emul", 4, newSVpv("", 0), 0); in _procinfo()
447 hv_store(h, "time_ch", 7, newSVnv(NO_FREEBSD_5x( in _procinfo()
[all …]
/dports/irc/irssi/irssi-1.2.3/src/perl/ui/
H A DUI.xs11 (void) hv_store(hv, "id", 2, newSViv(process->id), 0); in perl_process_fill_hash()
12 (void) hv_store(hv, "name", 4, new_pv(process->name), 0); in perl_process_fill_hash()
13 (void) hv_store(hv, "args", 4, new_pv(process->args), 0); in perl_process_fill_hash()
15 (void) hv_store(hv, "pid", 3, newSViv(process->pid), 0); in perl_process_fill_hash()
16 (void) hv_store(hv, "target", 6, new_pv(process->target), 0); in perl_process_fill_hash()
18 (void) hv_store(hv, "target_win", 10, in perl_process_fill_hash()
21 (void) hv_store(hv, "shell", 5, newSViv(process->shell), 0); in perl_process_fill_hash()
29 (void) hv_store(hv, "name", 4, new_pv(window->name), 0); in perl_window_fill_hash()
32 (void) hv_store(hv, "width", 5, newSViv(window->width), 0); in perl_window_fill_hash()
41 (void) hv_store(hv, "level", 5, newSViv(window->level), 0); in perl_window_fill_hash()
[all …]
/dports/devel/p5-FFI-Platypus/FFI-Platypus-1.56/xs/
H A Dmeta.c63 hv_store(meta, "size", 4, newSViv(ffi_pl_sizeof(self)), 0); in ffi_pl_get_type_meta()
64 hv_store(meta, "type_code", 9, newSViv(self->type_code), 0); in ffi_pl_get_type_meta()
145 hv_store(meta, "type", 4, newSVpv("array",0),0); in ffi_pl_get_type_meta()
174 hv_store(meta, "element_type", 12, newSVpv("void",0),0); in ffi_pl_get_type_meta()
185 hv_store(meta, "element_type", 12, newSVpv("float",0),0); in ffi_pl_get_type_meta()
191 hv_store(meta, "element_type", 12, newSVpv("int",0),0); in ffi_pl_get_type_meta()
192 hv_store(meta, "sign", 4, newSViv(0),0); in ffi_pl_get_type_meta()
198 hv_store(meta, "element_type", 12, newSVpv("int",0),0); in ffi_pl_get_type_meta()
199 hv_store(meta, "sign", 4, newSViv(1),0); in ffi_pl_get_type_meta()
202 hv_store(meta, "element_type", 12, newSVpv("opaque",0),0); in ffi_pl_get_type_meta()
[all …]
/dports/textproc/p5-SGML-Parser-OpenSP/SGML-Parser-OpenSP-0.994/
H A DOpenSP.xs240 hv_store(hv, "Name", 4, cs2sv(e.name), HvvName); in entity2hv()
295 hv_store(hv, "Notation", 8, sv3, HvvNotation); in entity2hv()
308 hv_store(a, "Index", 5, newSViv(i), HvvIndex); in attributes2hv()
320 hv_store(hv, "Name", 4, cs2sv(a.name), HvvName); in attribute2hv()
748 hv_store(hv, "Data", 4, cs2sv(e.data), HvvData); in pi()
766 hv_store(hv, "Name", 4, cs2sv(e.gi), HvvName); in startElement()
806 hv_store(hv, "Name", 4, cs2sv(e.gi), HvvName); in endElement()
824 hv_store(hv, "Data", 4, cs2sv(e.data), HvvData); in data()
843 hv_store(hv, "Text", 4, cs2sv(e.text), HvvText); in sdata()
897 hv_store(hv, "Name", 4, cs2sv(e.name), HvvName); in startDtd()
[all …]
/dports/irc/irssi/irssi-1.2.3/src/perl/textui/
H A DTextUI.xs15 (void) hv_store(hv, "width", 5, newSViv(window->width), 0); in perl_main_window_fill_hash()
16 (void) hv_store(hv, "height", 6, newSViv(window->height), 0); in perl_main_window_fill_hash()
32 (void) hv_store(hv, "width", 5, newSViv(view->width), 0); in perl_text_buffer_view_fill_hash()
33 (void) hv_store(hv, "height", 6, newSViv(view->height), 0); in perl_text_buffer_view_fill_hash()
37 (void) hv_store(hv, "scroll", 6, newSViv(view->scroll), 0); in perl_text_buffer_view_fill_hash()
39 (void) hv_store(hv, "ypos", 4, newSViv(view->ypos), 0); in perl_text_buffer_view_fill_hash()
60 (void) hv_store(hv, "count", 5, newSViv(cache->count), 0); in perl_line_cache_fill_hash()
66 (void) hv_store(hv, "level", 5, newSViv(info->level), 0); in perl_line_info_fill_hash()
67 (void) hv_store(hv, "time", 4, newSViv(info->time), 0); in perl_line_info_fill_hash()
74 (void) hv_store(hv, "xpos", 4, newSViv(item->xpos), 0); in perl_statusbar_item_fill_hash()
[all …]
/dports/x11/p5-X11-Xlib/X11-Xlib-0.18/
H A DPerlXlib.c1099 if (!hv_store(fields, "type", 4, (sv= newSViv(s->type)), 0)) goto store_fail; in PerlXlib_XEvent_unpack()
1397 if (!hv_store(fields, "class" , 5, (sv=newSViv(s->class)), 0)) goto store_fail; in PerlXlib_XVisualInfo_unpack()
1452 if (!hv_store(fields, "x" , 1, (sv=newSViv(s->x)), 0)) goto store_fail; in PerlXlib_XWindowChanges_unpack()
1453 if (!hv_store(fields, "y" , 1, (sv=newSViv(s->y)), 0)) goto store_fail; in PerlXlib_XWindowChanges_unpack()
1558 if (!hv_store(fields, "root" , 4, (sv=newSVuv(s->root)), 0)) goto store_fail; in PerlXlib_XWindowAttributes_unpack()
1564 if (!hv_store(fields, "x" , 1, (sv=newSViv(s->x)), 0)) goto store_fail; in PerlXlib_XWindowAttributes_unpack()
1565 if (!hv_store(fields, "y" , 1, (sv=newSViv(s->y)), 0)) goto store_fail; in PerlXlib_XWindowAttributes_unpack()
1776 if (!hv_store(fields, "x" , 1, (sv=newSViv(s->x)), 0)) goto store_fail; in PerlXlib_XRectangle_unpack()
1777 if (!hv_store(fields, "y" , 1, (sv=newSViv(s->y)), 0)) goto store_fail; in PerlXlib_XRectangle_unpack()
1845 if (!hv_store(fields, "id" , 2, (sv=newSVuv(s->id)), 0)) goto store_fail; in PerlXlib_XRenderPictFormat_unpack()
[all …]
/dports/print/p5-Net-CUPS/Net-CUPS-0.64/
H A Dpacker.c13 hv_store( hv, "conflicted", in hash_ppd_option_t()
17 hv_store( hv, "keyword", in hash_ppd_option_t()
21 hv_store( hv, "defchoice", in hash_ppd_option_t()
25 hv_store( hv, "text", in hash_ppd_option_t()
29 hv_store( hv, "ui", in hash_ppd_option_t()
33 hv_store( hv, "section", in hash_ppd_option_t()
37 hv_store( hv, "order", in hash_ppd_option_t()
41 hv_store( hv, "num_choices", in hash_ppd_option_t()
47 hv_store( hv, "choices", in hash_ppd_option_t()
64 hv_store( choice, "text", in hash_ppd_option_t()
[all …]
/dports/math/p5-Math-Int64/Math-Int64-0.54/
H A Dc_api.h16 hv_store(hv, "min_version", 11, newSViv(1), 0); in init_c_api()
17 hv_store(hv, "max_version", 11, newSViv(2), 0); in init_c_api()
18 hv_store(hv, "version", 7, newSViv(2), 0); in init_c_api()
19 hv_store(hv, "SvI64", 5, newSViv(PTR2IV(&SvI64)), 0); in init_c_api()
20 hv_store(hv, "SvI64OK", 7, newSViv(PTR2IV(&SvI64OK)), 0); in init_c_api()
21 hv_store(hv, "SvU64", 5, newSViv(PTR2IV(&SvU64)), 0); in init_c_api()
22 hv_store(hv, "SvU64OK", 7, newSViv(PTR2IV(&SvU64OK)), 0); in init_c_api()
23 hv_store(hv, "newSVi64", 8, newSViv(PTR2IV(&newSVi64)), 0); in init_c_api()
24 hv_store(hv, "newSVu64", 8, newSViv(PTR2IV(&newSVu64)), 0); in init_c_api()
25 hv_store(hv, "randU64", 7, newSViv(PTR2IV(&randU64)), 0); in init_c_api()
/dports/math/p5-Math-Int128/Math-Int128-0.22/
H A Dc_api.h16 hv_store(hv, "min_version", 11, newSViv(1), 0); in init_c_api()
17 hv_store(hv, "max_version", 11, newSViv(1), 0); in init_c_api()
18 hv_store(hv, "SvI128", 6, newSViv(PTR2IV(&SvI128)), 0); in init_c_api()
19 hv_store(hv, "SvI128OK", 8, newSViv(PTR2IV(&SvI128OK)), 0); in init_c_api()
20 hv_store(hv, "SvU128", 6, newSViv(PTR2IV(&SvU128)), 0); in init_c_api()
21 hv_store(hv, "SvU128OK", 8, newSViv(PTR2IV(&SvU128OK)), 0); in init_c_api()
22 hv_store(hv, "newSVi128", 9, newSViv(PTR2IV(&newSVi128)), 0); in init_c_api()
23 hv_store(hv, "newSVu128", 9, newSViv(PTR2IV(&newSVu128)), 0); in init_c_api()
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dperl.c99 (void) hv_store(attribs, "hostname", 8, newSVpv(Client.host, 0), 0); in HandleHeaders()
100 (void) hv_store(attribs, "ipaddress", 9, newSVpv(Client.ip, 0), 0); in HandleHeaders()
101 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in HandleHeaders()
110 (void) hv_store(hdr, (char *) hp->Name, hp->Size, in HandleHeaders()
130 (void) hv_store(hdr, p, (s - p) - 1, newSVpv(t, 0), 0); in HandleHeaders()
274 (void) hv_store(attribs, "ipaddress", 9, newSVpv(Client.ip, 0), 0); in perlAccess()
275 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in perlAccess()
279 (void) hv_store(attribs, "username", 8, newSVpv(user, 0), 0); in perlAccess()
401 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in perlAuthenticate()
405 (void) hv_store(attribs, "username", 8, newSVpv(user, 0), 0); in perlAuthenticate()
[all …]
/dports/news/inn/inn-2.6.4/nnrpd/
H A Dperl.c88 (void) hv_store(attribs, "hostname", 8, newSVpv(Client.host, 0), 0); in HandleHeaders()
89 (void) hv_store(attribs, "ipaddress", 9, newSVpv(Client.ip, 0), 0); in HandleHeaders()
90 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in HandleHeaders()
99 (void) hv_store(hdr, (char *) hp->Name, strlen(hp->Name), in HandleHeaders()
118 (void) hv_store(hdr, p, (s - p) - 1, newSVpv(t, 0), 0); in HandleHeaders()
261 (void) hv_store(attribs, "ipaddress", 9, newSVpv(Client.ip, 0), 0); in perlAccess()
262 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in perlAccess()
266 (void) hv_store(attribs, "username", 8, newSVpv(user, 0), 0); in perlAccess()
386 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in perlAuthenticate()
390 (void) hv_store(attribs, "username", 8, newSVpv(user, 0), 0); in perlAuthenticate()
[all …]
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dperl.c90 (void) hv_store(attribs, "hostname", 8, newSVpv(Client.host, 0), 0); in HandleHeaders()
91 (void) hv_store(attribs, "ipaddress", 9, newSVpv(Client.ip, 0), 0); in HandleHeaders()
92 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in HandleHeaders()
101 (void) hv_store(hdr, (char *) hp->Name, strlen(hp->Name), in HandleHeaders()
120 (void) hv_store(hdr, p, (s - p) - 1, newSVpv(t, 0), 0); in HandleHeaders()
263 (void) hv_store(attribs, "ipaddress", 9, newSVpv(Client.ip, 0), 0); in perlAccess()
264 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in perlAccess()
268 (void) hv_store(attribs, "username", 8, newSVpv(user, 0), 0); in perlAccess()
388 (void) hv_store(attribs, "port", 4, newSViv(Client.port), 0); in perlAuthenticate()
392 (void) hv_store(attribs, "username", 8, newSVpv(user, 0), 0); in perlAuthenticate()
[all …]
/dports/net/p5-Net-Z3950-SimpleServer/Net-Z3950-SimpleServer-1.20/
H A DSimpleServer.xs532 hv_store(sort_spec, "ATTRSET", 7, in simpleserver_ExpandSortAttributes()
683 hv_store(href, "STATUS", 6, newSViv(0), 0); in bend_sort()
955 hv_store(href, "HITS", 4, newSViv(0), 0); in bend_search()
961 hv_store(href, "EXTRA_ARGS", 10, in bend_search()
964 hv_store(href, "RPN", 3, rpnSV, 0); in bend_search()
978 hv_store(href, "CQL", 3, in bend_search()
1057 hv_store(href, "STATUS", 6, newSViv(0), 0); in bend_delete()
1157 hv_store(href, "LAST", 4, newSViv(0), 0); in bend_fetch()
1191 hv_store(href, "COMP", 4, in bend_fetch()
1377 hv_store(href, "COMP", 4, in bend_present()
[all …]
/dports/net/p5-Net-Libdnet/Net-Libdnet-0.99/c/
H A Dintf_entry.c38 hv_store(out, "intf_len", 8, newSViv(entry->intf_len), 0); in intf_c2sv()
39 hv_store(out, "intf_name", 9, newSVpv(entry->intf_name, 0), 0); in intf_c2sv()
40 hv_store(out, "intf_type", 9, newSViv(entry->intf_type), 0); in intf_c2sv()
41 hv_store(out, "intf_flags", 10, newSViv(entry->intf_flags), 0); in intf_c2sv()
42 hv_store(out, "intf_mtu", 8, newSViv(entry->intf_mtu), 0); in intf_c2sv()
46 hv_store(out, "intf_addr", 9, &PL_sv_undef, 0); in intf_c2sv()
49 hv_store(out, "intf_addr", 9, newSVpv(sAddr, 0), 0); in intf_c2sv()
53 hv_store(out, "intf_dst_addr", 13, &PL_sv_undef, 0); in intf_c2sv()
56 hv_store(out, "intf_dst_addr", 13, newSVpv(sDstAddr, 0), 0); in intf_c2sv()
60 hv_store(out, "intf_link_addr", 14, &PL_sv_undef, 0); in intf_c2sv()
[all …]
H A Dfw_rule.c40 hv_store(out, "fw_device", 9, newSVpv(rule->fw_device, 0), 0); in fw_c2sv()
41 hv_store(out, "fw_op", 5, newSViv(rule->fw_op), 0); in fw_c2sv()
42 hv_store(out, "fw_dir", 6, newSViv(rule->fw_dir), 0); in fw_c2sv()
43 hv_store(out, "fw_proto", 8, newSViv(rule->fw_proto), 0); in fw_c2sv()
46 hv_store(out, "fw_src", 6, &PL_sv_undef, 0); in fw_c2sv()
49 hv_store(out, "fw_src", 6, newSVpv(src, 0), 0); in fw_c2sv()
53 hv_store(out, "fw_dst", 6, &PL_sv_undef, 0); in fw_c2sv()
56 hv_store(out, "fw_dst", 6, newSVpv(dst, 0), 0); in fw_c2sv()
64 hv_store(out, "fw_sport", 8, newRV_noinc((SV *)sport), 0); in fw_c2sv()
65 hv_store(out, "fw_dport", 8, newRV_noinc((SV *)dport), 0); in fw_c2sv()
/dports/devel/p5-Proc-ProcessTable/Proc-ProcessTable-0.634/
H A DProcessTable.xs154 hv_store(myhash, key, strlen(key), &PL_sv_undef, 0); in bless_into_proc()
174 hv_store(myhash, key, strlen(key), newSV(0), 0); in bless_into_proc()
183 hv_store(myhash, key, strlen(key), newSV(0), 0); in bless_into_proc()
187 hv_store(myhash, key, strlen(key), newSViv(i_val), 0); in bless_into_proc()
195 hv_store(myhash, key, strlen(key), newSV(0), 0); in bless_into_proc()
199 hv_store(myhash, key, strlen(key), newSVuv(u_val), 0); in bless_into_proc()
204 hv_store(myhash, key, strlen(key), newSV(0), 0); in bless_into_proc()
208 hv_store(myhash, key, strlen(key), newSVnv(l_val), 0); in bless_into_proc()
215 hv_store(myhash, key, strlen(key), newSV(0), 0); in bless_into_proc()
224 hv_store(myhash, key, strlen(key), newSV(0), 0); in bless_into_proc()
[all …]
/dports/net/wackamole/wackamole-2.1.5/
H A Dperl.c87 hv_store(phv, "ifname", sizeof("ifname")-1, sv_2mortal(newSVpv(p->ifname,0)),0); in perl_handler()
88 hv_store(phv, "ip", sizeof("ip")-1, sv_2mortal(newSVpv(inet_ntoa(p->ipaddr),0)),0); in perl_handler()
89 hv_store(phv, "broadcast", sizeof("broadcast")-1, sv_2mortal(newSVpv(inet_ntoa(p->bcast),0)),0); in perl_handler()
90 hv_store(phv, "netmask", sizeof("netmask")-1, sv_2mortal(newSVpv(inet_ntoa(p->netmask),0)),0); in perl_handler()
96 hv_store(tmphv, "ifname", sizeof("ifname")-1, sv_2mortal(newSVpv(e[i].ifname,0)),0); in perl_handler()
97 hv_store(tmphv, "ip", sizeof("ip")-1, sv_2mortal(newSVpv(inet_ntoa(e[i].ipaddr),0)),0); in perl_handler()
99hv_store(tmphv, "netmask", sizeof("netmask")-1, sv_2mortal(newSVpv(inet_ntoa(e[i].netmask),0)),0); in perl_handler()
103 hv_store(rhv, "ifname", sizeof("ifname")-1, sv_2mortal(newSVpv(r->ifname,0)),0); in perl_handler()
104 hv_store(rhv, "ip", sizeof("ip")-1, sv_2mortal(newSVpv(inet_ntoa(r->ipaddr),0)),0); in perl_handler()
105 hv_store(rhv, "broadcast", sizeof("broadcast")-1, sv_2mortal(newSVpv(inet_ntoa(r->bcast),0)),0); in perl_handler()
[all …]
/dports/sysutils/di/di-4.50/C/Perl/
H A Ddi.xs111 hv_store (dh, "device", 6, newSVpv (dinfo->special, 0), 0); in diproc()
112 hv_store (dh, "fstype", 6, newSVpv (dinfo->fsType, 0), 0); in diproc()
113 hv_store (dh, "total", 5, newSVnv (dinfo->totalSpace), 0); in diproc()
114 hv_store (dh, "free", 4, newSVnv (dinfo->freeSpace), 0); in diproc()
115 hv_store (dh, "available", 9, newSVnv (dinfo->availSpace), 0); in diproc()
116 hv_store (dh, "totalinodes", 11, newSVnv (dinfo->totalInodes), 0); in diproc()
117 hv_store (dh, "freeinodes", 10, newSVnv (dinfo->freeInodes), 0); in diproc()
118 hv_store (dh, "availableinodes", 15, newSVnv (dinfo->availInodes), 0); in diproc()
119 hv_store (dh, "mountoptions", 12, newSVpv (dinfo->options, 0), 0); in diproc()
121 hv_store (dh, "display", 7, in diproc()
[all …]
/dports/textproc/p5-XML-Bare/XML-Bare-0.53/
H A DBare.xs36 hv_store( output, "_pos", 4, svi, phash ); in cxml2obj()
38 hv_store( output, "_z", 2, newSViv( curnode->z ), zhash ); in cxml2obj()
49 hv_store( output, "value", 5, sv, vhash ); in cxml2obj()
52 hv_store( output, "_cdata", 6, svi, cdhash ); in cxml2obj()
58 hv_store( output, "comment", 7, sv, chash ); in cxml2obj()
67 hv_store( output, "value", 5, sv, vhash ); in cxml2obj()
70 hv_store( output, "_cdata", 6, svi, cdhash ); in cxml2obj()
76 hv_store( output, "comment", 7, sv, chash ); in cxml2obj()
150 hv_store( atth, "value", 5, attval, vhash ); in cxml2obj()
152 hv_store( atth, "_att", 4, attatt, ahash ); in cxml2obj()
[all …]
/dports/textproc/p5-XML-SAX-ExpatXS/XML-SAX-ExpatXS-1.33/
H A DExpatXS.xs314 hv_store(exc, "PublicId", 8, in append_error()
316 hv_store(exc, "SystemId", 8, in append_error()
320 hv_store(exc, "LineNumber", 10, in append_error()
322 hv_store(exc, "ColumnNumber", 12, in append_error()
898 hv_store(nsatt, "Value", 5, in nsStart()
1039 hv_store(entity, "Name", 4, in skippedEntity()
1077 hv_store(node, "Name", 4, in entityDecl()
1101 hv_store(node, "SystemId", 8, in entityDecl()
1104 hv_store(node, "PublicId", 8, in entityDecl()
1137 hv_store(node, "SystemId", 8, in doctypeStart()
[all …]
/dports/textproc/p5-Text-BibTeX/Text-BibTeX-0.88/xscode/
H A Dbtxs_support.c194 hv_store (lines, "START", 5, newSViv (top->line), 0); in convert_assigned_entry()
235 hv_store (lines, field_name, strlen (field_name), in convert_assigned_entry()
249 hv_store (lines, "STOP", 4, newSViv (prev_line), 0); in convert_assigned_entry()
255 hv_store (entry, "fields", 6, newRV ((SV *) flist), 0); in convert_assigned_entry()
257 hv_store (entry, "lines", 5, newRV ((SV *) lines), 0); in convert_assigned_entry()
279 hv_store (lines, "START", 5, newSViv (top->line), 0); in convert_value_entry()
288 hv_store (lines, "STOP", 4, newSViv (last_line), 0); in convert_value_entry()
305 hv_store (entry, "value", 5, sv_value, 0); in convert_value_entry()
386 hv_store (entry, "type", 4, newSVpv (type, 0), 0); in ast_to_hash()
390 hv_store (entry, "key", 3, newSVpv (key, 0), 0); in ast_to_hash()
[all …]
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/XS/parsetexi/
H A Dapi.c277 hv_store (e->hv, "type", strlen ("type"), sv, 0); in element_to_perl_hash()
347 hv_store (e->hv, "args", strlen ("args"), sv, 0); in element_to_perl_hash()
360 hv_store (e->hv, "text", strlen ("text"), sv, 0); in element_to_perl_hash()
362 hv_store (e->hv, "type", strlen ("type"), sv, 0); in element_to_perl_hash()
546 hv_store (e->hv, "extra", strlen ("extra"), in element_to_perl_hash()
556 hv_store (e->hv, "line_nr", strlen ("line_nr"), in element_to_perl_hash()
653 hv_store (float_hash, in build_float_list()
706 hv_store (ultimate->hv, in build_single_index_data()
899 hv_store (hv, "novalidate", strlen ("novalidate"), in build_global_info()
935 hv_store (hv, #cmd, strlen (#cmd), \ in build_global_info2()
[all …]

12345678910>>...39