Home
last modified time | relevance | path

Searched refs:sv_cache (Results 1 – 4 of 4) sorted by relevance

/dports/devel/p5-Clone-More/Clone-More/
H A DMore.xs29 if ( ! hv_store( sv_cache, (char*)s, PTRSIZE, SvREFCNT_inc( c ), 0 ) )\
148 HV * sv_cache; variable
407 if ( seen = hv_fetch( sv_cache, (char*)source, PTRSIZE, 0 ) ) in sv_seen()
489 sv_cache = newHV();
509 hv_clear( sv_cache );
/dports/devel/p5-Clone-Fast/Clone-Fast/
H A DFast.xs29 if ( ! hv_store( sv_cache, (char*)s, PTRSIZE, SvREFCNT_inc( c ), 0 ) )\
159 HV * sv_cache; variable
421 if ( seen = hv_fetch( sv_cache, (char*)source, PTRSIZE, 0 ) ) in sv_seen()
503 sv_cache = newHV();
523 hv_clear( sv_cache );
/dports/textproc/p5-Text-CSV_XS/Text-CSV_XS-1.47/
H A DCSV_XS.xs652 SV *sv_cache; in cx_SetupCsv() local
758 sv_cache = newSVpvn ((char *)csv, sizeof (csv_t)); in cx_SetupCsv()
759 csv->cache = (byte *)SvPVX (sv_cache); in cx_SetupCsv()
760 SvREADONLY_on (sv_cache); in cx_SetupCsv()
764 (void)hv_store (self, "_CACHE", 6, sv_cache, 0); in cx_SetupCsv()
H A DChangeLog350 * Fix sv_cache init global-buffer-overflow (Reini Urban - RT#81469)