Home
last modified time | relevance | path

Searched defs:stcxt (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DStorable.xs349 typedef struct stcxt { struct
350 int entry; /* flags recursion */
351 int optype; /* type of traversal operation */
358 struct ptr_tbl *pseen;
361 HV *hseen;
362 AV *hook_seen; /* which SVs were returned by STORABLE_freeze() */
363 AV *aseen; /* which objects have been seen, retrieve time */
364 ntag_t where_is_undef; /* index in aseen of PL_sv_undef */
365 HV *hclass; /* which classnames have been seen, store time */
366 AV *aclass; /* which classnames have been seen, retrieve time */
[all …]