Searched refs:SvPVbyte (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Dppport.h281 #ifdef SvPVbyte
283 /* SvPVbyte does not work in perl-5.6.1, borrowed version for 5.7.3 */
284 # undef SvPVbyte macro
285 # define SvPVbyte(sv, lp) \ macro
296 # define SvPVbyte SvPV macro
H A DDB_File.xs1695 value.data = SvPVbyte(ST(i), n_a) ;
1805 value.data = SvPVbyte(ST(i), n_a) ;

Completed in 104 milliseconds