Searched refs:bs_pv (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/ByteLoader/
H A Dbytecode.h34 New(666, bstate->bs_pv.xpv_pv, arg, char); \
35 bl_read(bstate->bs_fdata, bstate->bs_pv.xpv_pv, arg, 1); \
36 bstate->bs_pv.xpv_len = arg; \
37 bstate->bs_pv.xpv_cur = arg - 1; \
39 bstate->bs_pv.xpv_pv = 0; \
40 bstate->bs_pv.xpv_len = 0; \
41 bstate->bs_pv.xpv_cur = 0; \
71 #define BGET_pvcontents(arg) arg = bstate->bs_pv.xpv_pv
125 #define BSET_mg_name(mg, arg) mg->mg_ptr = arg; mg->mg_len = bstate->bs_pv.xpv_cur
131 SvPV_set(sv, bstate->bs_pv
[all...]
H A Dbyterun.h23 XPV bs_pv; member in struct:byteloader_state
H A Dbyterun.c117 BSET_stpv(bstate->bs_pv.xpv_pv, arg);
179 bstate->bs_pv.xpv_cur = arg;
184 BSET_pv_free(bstate->bs_pv);

Completed in 44 milliseconds