Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs361 HV *hseen; member
1599 cxt->hseen = 0; in init_store_context()
1601 cxt->hseen = newHV(); /* Table where seen objects are stored */ in init_store_context()
1602 HvSHAREKEYS_off(cxt->hseen); in init_store_context()
1622 HvMAX(cxt->hseen) = HBUCKETS - 1; /* keys %hseen = $HBUCKETS; */ in init_store_context()
1679 if (cxt->hseen) { in clean_store_context()
1680 hv_iterinit(cxt->hseen); in clean_store_context()
1681 while ((he = hv_iternext(cxt->hseen))) /* Extra () for -Wall */ in clean_store_context()
1708 assert(!cxt->hseen); in clean_store_context()
1710 if (cxt->hseen) { in clean_store_context()
[all …]