Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/ext/Storable/
DStorable.xs385 } stcxt_t; typedef
389 SV *self = newSV(sizeof(stcxt_t) - 1); \
392 cxt = (stcxt_t *)SvPVX(self); \
393 Zero(cxt, 1, stcxt_t); \
413 dSTCXT_PTR(stcxt_t *, cxt)
428 static stcxt_t *Context_ptr = NULL;
429 #define dSTCXT stcxt_t *cxt = Context_ptr
1066 static int store(pTHX_ stcxt_t *cxt, SV *sv);
1067 static SV *retrieve(pTHX_ stcxt_t *cxt, char *cname);
1073 static int store_ref(pTHX_ stcxt_t *cxt, SV *sv);
[all …]