Searched refs:RCPVx (Results 1 – 2 of 2) sorted by relevance
585 #define RCPVx(pv_arg) ((RCPV *)((pv_arg) - STRUCT_OFFSET(struct rcpv, pv))) macro586 #define RCPV_REFCOUNT(pv) (RCPVx(pv)->refcount)587 #define RCPV_LEN(pv) (RCPVx(pv)->len-1) /* len always includes space for a null */
15943 RCPV *rcpv = RCPVx(pv); in Perl_rcpv_free()15983 RCPV *rcpv = RCPVx(pv); in Perl_rcpv_copy()