Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs356 HV *hclass; /* which classnames have been seen, store time */ member
1313 cxt->hclass = newHV(); /* Where seen classnames are stored */ in init_store_context()
1316 HvMAX(cxt->hclass) = HBUCKETS - 1; /* keys %hclass = $HBUCKETS; */ in init_store_context()
1365 if (cxt->hclass) { in clean_store_context()
1366 hv_iterinit(cxt->hclass); in clean_store_context()
1367 while ((he = hv_iternext(cxt->hclass))) /* Extra () for -Wall, grr.. */ in clean_store_context()
1397 if (cxt->hclass) { in clean_store_context()
1398 HV *hclass = cxt->hclass; in clean_store_context() local
1399 cxt->hclass = 0; in clean_store_context()
1400 hv_undef(hclass); in clean_store_context()
[all …]