Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs42 dst->perl_obj = NULL; in copy_xs_ea_object()
52 dst->perl_obj = copy_xs_ea_object(src->perl_obj); in copy_xs_ea_object()
70 mg = mg_find(SvRV(src->perl_obj), 'P'); in copy_xs_ea_object()
97 dst->perl_obj = newRV_noinc((SV *)tied_av); in copy_xs_ea_object()
122 PERL_ASSERT(xs_obj->perl_obj == NULL); in inflate_xs_ea_object()
132 xs_obj->perl_obj = new_xs_ea_object(ea_obj); in inflate_xs_ea_object()
161 xs_obj->perl_obj = newRV_noinc((SV *)tied_av); in inflate_xs_ea_object()
266 if (self->perl_obj == NULL) {
272 retval = SvREFCNT_inc(self->perl_obj);
275 retval = SvREFCNT_inc(self->perl_obj);
[all …]
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A DExacct.xs217 xs_obj->perl_obj = NULL; in new_xs_ea_object()
274 SV *perl_obj; in deflate_xs_ea_object() local
278 perl_obj = xs_obj->perl_obj; in deflate_xs_ea_object()
279 PERL_ASSERT(perl_obj != NULL); in deflate_xs_ea_object()
280 deflate_xs_ea_object(perl_obj); in deflate_xs_ea_object()
281 perl_obj = SvRV(perl_obj); in deflate_xs_ea_object()
282 PERL_ASSERT(perl_obj != NULL); in deflate_xs_ea_object()
283 child_xs_obj = INT2PTR(xs_ea_object_t *, SvIV(perl_obj)); in deflate_xs_ea_object()
334 mg = mg_find(SvRV(xs_obj->perl_obj), 'P'); in deflate_xs_ea_object()
H A Dexacct_common.xh74 * if it has been created from within the script, the perl_obj part will be
80 * been created from within the script, the perl_obj part will be populated.
84 SV *perl_obj; /* Underlying perl object. */