Searched refs:XPVHV (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dsv_inline.h147 ALIGNED_TYPE(XPVHV); variable
261 { sizeof(ALIGNED_TYPE_NAME(XPVHV)),
262 copy_length(XPVHV, xhv_max),
265 FIT_ARENA(0, sizeof(ALIGNED_TYPE_NAME(XPVHV))) },
355 copy_length(XPVHV, xhv_max),
H A Dhv.h303 #define HvMAX(hv) ((XPVHV*) SvANY(hv))->xhv_max
386 #define HvTOTALKEYS(hv) (((XPVHV*) SvANY(hv))->xhv_keys)
H A Dmro_core.c904 XPVHV* xhv;
1132 xhv = (XPVHV*)SvANY(oldstash);
1219 xhv = (XPVHV*)SvANY(stash);
H A Dhv.c472 XPVHV* xhv;
547 xhv = (XPVHV*)SvANY(hv);
1265 XPVHV* xhv;
1316 xhv = (XPVHV*)SvANY(hv);
1706 XPVHV* xhv = (XPVHV*)SvANY(hv);
2180 if (!((XPVHV*)SvANY(hv))->xhv_keys)
2191 ((XPVHV*) SvANY(hv))->xhv_keys--;
3388 XPVHV * const xhv = (XPVHV*)SvAN
[all...]
H A Dsv.c1078 XPVHV pvhv = {
1085 *((XPVHV*) SvANY(sv)) = pvhv;
1260 SvANY(hv) = (XPVHV *) new_body;
14818 XPVHV * const dxhv = (XPVHV*)SvANY(dsv);
14819 XPVHV * const sxhv = (XPVHV*)SvANY(ssv);
H A Dsv.h266 _SV_HEAD(XPVHV*); /* pointer to xpvhv body */
H A Dperl.h3287 typedef struct xpvhv XPVHV; typedef in typeref:struct:xpvhv
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.xs2250 ((XPVHV*)SvANY(hv))->xhv_array = NULL;

Completed in 305 milliseconds