Home
last modified time | relevance | path

Searched refs:hv_fetch (Results 1 – 25 of 44) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/ext/Devel/Peek/
DPeek.xs183 svp = hv_fetch(hv, "topbucket", 9, 1); in _mstats_to_hv()
186 svp = hv_fetch(hv, "topbucket_ev", 12, 1); in _mstats_to_hv()
189 svp = hv_fetch(hv, "topbucket_odd", 13, 1); in _mstats_to_hv()
192 svp = hv_fetch(hv, "totfree", 7, 1); in _mstats_to_hv()
195 svp = hv_fetch(hv, "total", 5, 1); in _mstats_to_hv()
198 svp = hv_fetch(hv, "total_chain", 11, 1); in _mstats_to_hv()
201 svp = hv_fetch(hv, "total_sbrk", 10, 1); in _mstats_to_hv()
204 svp = hv_fetch(hv, "sbrks", 5, 1); in _mstats_to_hv()
207 svp = hv_fetch(hv, "sbrk_good", 9, 1); in _mstats_to_hv()
210 svp = hv_fetch(hv, "sbrk_slack", 10, 1); in _mstats_to_hv()
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/DB_File/
DDB_File.xs978 svp = hv_fetch( (HV*)SvRV(sv), "GOT", 3, FALSE) ;
993 svp = hv_fetch(action, "hash", 4, FALSE);
1003 svp = hv_fetch(action, "ffactor", 7, FALSE);
1006 svp = hv_fetch(action, "nelem", 5, FALSE);
1009 svp = hv_fetch(action, "bsize", 5, FALSE);
1012 svp = hv_fetch(action, "cachesize", 9, FALSE);
1015 svp = hv_fetch(action, "lorder", 6, FALSE);
1028 svp = hv_fetch(action, "compare", 7, FALSE);
1037 svp = hv_fetch(action, "prefix", 6, FALSE);
1046 svp = hv_fetch(action, "flags", 5, FALSE);
[all …]
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/Unicode/
DUnicode.xs88 *hv_fetch((HV *)SvRV(obj),k,l,0) : &PL_sv_undef)
121 *hv_fetch((HV *)SvRV(obj),"Name",4,0),
139 *hv_fetch((HV *)SvRV(obj),"Name",4,0),
152 *hv_fetch((HV *)SvRV(obj),"Name",4,0),
163 *hv_fetch((HV *)SvRV(obj),"Name",4,0),
177 *hv_fetch((HV *)SvRV(obj),"Name",4,0));
228 *hv_fetch((HV *)SvRV(obj),"Name",4,0),ord);
255 *hv_fetch((HV *)SvRV(obj),"Name",4,0), check);
/mirbsd/src/gnu/usr.bin/perl/ext/Data/Dumper/
DDumper.xs296 if ((svp = hv_fetch(seenhv, id, idlen, FALSE)) in DD_dump()
631 svp = hv_fetch((HV*)ival, key, in DD_dump()
765 if ((svp = hv_fetch(seenhv, id, (idlen = strlen(id)), FALSE)) && in DD_dump()
980 if ((svp = hv_fetch(hv, "seen", 4, FALSE)) && SvROK(*svp))
982 if ((svp = hv_fetch(hv, "todump", 6, FALSE)) && SvROK(*svp))
984 if ((svp = hv_fetch(hv, "names", 5, FALSE)) && SvROK(*svp))
986 if ((svp = hv_fetch(hv, "indent", 6, FALSE)))
988 if ((svp = hv_fetch(hv, "purity", 6, FALSE)))
990 if ((svp = hv_fetch(hv, "terse", 5, FALSE)))
993 if ((svp = hv_fetch(hv, "useqq", 5, FALSE)))
[all …]
/mirbsd/src/gnu/usr.bin/perl/
Dtaint.c114 svp = hv_fetch(GvHVn(PL_envgv), name, strlen(name), FALSE); in Perl_taint_env()
130 svp = hv_fetch(GvHVn(PL_envgv),"PATH",4,FALSE); in Perl_taint_env()
144 svp = hv_fetch(GvHVn(PL_envgv),"TERM",4,FALSE); in Perl_taint_env()
163 SV ** const svp = hv_fetch(GvHVn(PL_envgv), *e, strlen(*e), FALSE); in Perl_taint_env()
Dgv.c109 gv = *(GV**)hv_fetch(PL_defstash, tmpbuf, tmplen, TRUE); in Perl_gv_fetchfile()
259 gvp = (GV**)hv_fetch(stash, name, len, (level >= 0)); in Perl_gv_fetchmeth()
279 gvp = (GV**)hv_fetch(stash, "ISA", 3, FALSE); in Perl_gv_fetchmeth()
291 gvp = (GV**)hv_fetch(basestash, "ISA", 3, FALSE); in Perl_gv_fetchmeth()
293 gvp = (GV**)hv_fetch(stash, "ISA", 3, TRUE); in Perl_gv_fetchmeth()
395 gvp = (GV**)hv_fetch(stash, name, len, (level >= 0)); in Perl_gv_fetchmeth_autoload()
579 vargv = *(GV**)hv_fetch(varstash, S_autoload, S_autolen, TRUE); in Perl_gv_autoload4()
737 gvp = (GV**)hv_fetch(stash,tmpbuf,len,add); in Perl_gv_fetchpv()
762 return gv ? gv : (GV*)*hv_fetch(PL_defstash, "main::", 6, TRUE); in Perl_gv_fetchpv()
811 gvp = (GV**)hv_fetch(stash,name,len,0); in Perl_gv_fetchpv()
[all …]
Duniversal.c62 gvp = (GV**)hv_fetch(stash, "::ISA::CACHE::", 14, FALSE); in S_isa_lookup()
69 SV** svp = (SV**)hv_fetch(hv, name, len, FALSE); in S_isa_lookup()
84 gvp = (GV**)hv_fetch(stash,"ISA",3,FALSE); in S_isa_lookup()
88 gvp = (GV**)hv_fetch(stash, "::ISA::CACHE::", 14, TRUE); in S_isa_lookup()
305 gvp = pkg ? (GV**)hv_fetch(pkg,"VERSION",7,FALSE) : Null(GV**); in XS()
Dav.c201 hv_fetch(SvSTASH(SvRV(SvTIED_obj((SV *)av, in Perl_av_fetch()
288 hv_fetch(SvSTASH(SvRV(SvTIED_obj((SV *)av, in Perl_av_store()
820 hv_fetch(SvSTASH(SvRV(SvTIED_obj((SV *)av, in Perl_av_delete()
905 hv_fetch(SvSTASH(SvRV(SvTIED_obj((SV *)av, in Perl_av_exists()
Ddoop.c311 SV** svp = hv_fetch(hv, "NONE", 4, FALSE); in S_do_trans_simple_utf8()
334 svp = hv_fetch(hv, "FINAL", 5, FALSE); in S_do_trans_simple_utf8()
405 SV** const svp = hv_fetch(hv, "NONE", 4, FALSE); in S_do_trans_count_utf8()
447 SV** svp = hv_fetch(hv, "NONE", 4, FALSE); in S_do_trans_complex_utf8()
472 svp = hv_fetch(hv, "FINAL", 5, FALSE); in S_do_trans_complex_utf8()
Dutf8.c1483 (svp = hv_fetch(hv, (const char*)tmpbuf, UNISKIP(uv1), FALSE)) && in Perl_to_utf8_case()
1762 SV** svp = hv_fetch(hv, (const char*)ptr, klen, FALSE); in Perl_swash_fetch()
Dmalloc.c1159 GV **gvp = (GV**)hv_fetch(PL_defstash, "^M", 2, 0); in perl_get_emergency_buffer()
1163 if (!gvp) gvp = (GV**)hv_fetch(PL_defstash, "\015", 1, 0); in perl_get_emergency_buffer()
Dop.c1579 SV * const * const svp = hv_fetch(GvHVn(PL_incgv), ATTRSMODULE_PM, in S_apply_attrs()
5095 SV * const * const svp = hv_fetch(table, "vmsish_exit", 11, FALSE); in Perl_ck_exit()
5819 SV **svp = hv_fetch(table, "open_IN", 7, FALSE); in Perl_ck_open()
5828 svp = hv_fetch(table, "open_OUT", 8, FALSE); in Perl_ck_open()
6734 fields = (GV**)hv_fetch(SvSTASH(lexname), "FIELDS", 6, FALSE); in Perl_peep()
6738 indsvp = hv_fetch(GvHV(*fields), key, in Perl_peep()
6785 fields = (GV**)hv_fetch(SvSTASH(lexname), "FIELDS", 6, FALSE); in Perl_peep()
6806 indsvp = hv_fetch(GvHV(*fields), key, in Perl_peep()
/mirbsd/src/gnu/usr.bin/perl/ext/Opcode/
DOpcode.xs85 svp = hv_fetch(op_named_bits, optag, len, 1); in put_op_bitspec()
107 svp = hv_fetch(op_named_bits, opname, len, 0); in get_op_bitspec()
421 mask = *hv_fetch((HV*)SvRV(safe), "Mask",4, 1);
/mirbsd/src/gnu/usr.bin/perl/ext/List/Util/
DUtil.xs534 GV *rmcgv = *(GV**)hv_fetch(lu_stash, "REAL_MULTICALL", 14, TRUE);
538 GV *vargv = *(GV**)hv_fetch(su_stash, "EXPORT_FAIL", 11, TRUE);
/mirbsd/src/gnu/usr.bin/perl/ext/DynaLoader/
Ddl_next.xs189 if (hv_fetch(dl_loaded_files, path, strlen(path), 0)) in dlopen()
/mirbsd/src/gnu/usr.bin/perl/vms/ext/Stdio/
DStdio.xs95 stashp = (GV **)hv_fetch(PL_defstash,"VMS::",5,TRUE); in newFH()
98 stashp = (GV **)hv_fetch(GvHV(*stashp),"Stdio::",7,TRUE); in newFH()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/
DMY_CXT70 SV *my_cxt_sv = *hv_fetch(PL_modglobal, MY_CXT_KEY, \
/mirbsd/src/gnu/usr.bin/perl/ext/XS/APItest/
DAPItest.xs156 result = hv_fetch(hash, key, UTF8KLEN(key_sv, len), 0);
/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs404 SV *perinterp_sv = *hv_fetch(PL_modglobal, \
1751 svh = hv_fetch(cache, hvname, strlen(hvname), FALSE); in pkg_can()
1894 svh = hv_fetch(hclass, name, len, FALSE); in known_class()
2959 if (hv_fetch(cxt->hclass, classname, len, FALSE)) in store_hook()
3030 if ((svh = hv_fetch(cxt->hseen, (char *) &xsv, sizeof(xsv), FALSE))) in store_hook()
3064 svh = hv_fetch(cxt->hseen, (char *) &xsv, sizeof(xsv), FALSE); in store_hook()
3492 svh = hv_fetch(hseen, (char *) &sv, sizeof(sv), FALSE); in store()
5833 svh = hv_fetch(cxt->hseen, (char *) &tag, sizeof(tag), FALSE); in retrieve()
/mirbsd/src/gnu/usr.bin/perl/ext/threads/shared/
Dshared.xs644 svp = hv_fetch((HV*) SHAREDSvPTR(shared), key, len, 0); in sharedsv_elem_mg_FETCH()
696 svp = hv_fetch((HV*) SHAREDSvPTR(shared), key, len, 1); in sharedsv_elem_mg_STORE()
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs1382 svp = hv_fetch(action, "MASK", 4, FALSE);
1392 svp = hv_fetch(action, "FLAGS", 5, FALSE);
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/DProf/
DDProf.xs376 svp = hv_fetch(g_cv_hash, SvPVX_const(g_key_hash), SvCUR(g_key_hash), TRUE); in prof_mark()
/mirbsd/src/gnu/usr.bin/perl/ext/threads/
Dthreads.xs81 SV** thread_sv = hv_fetch(PL_modglobal, "threads::self",12,0); in Perl_ithread_get()
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/
D5006000128 hv_fetch # E (Perl_hv_fetch)
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DEncode.xs296 svp = hv_fetch(hv, "strict_utf8", 11, 0); in strict_utf8()

12