Searched refs:PL_sv_undef (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dconstants.xs35 PUSHs(&PL_sv_undef);
41 PUSHs(&PL_sv_undef);
47 PUSHs(&PL_sv_undef);
52 PUSHs(&PL_sv_undef);
58 PUSHs(&PL_sv_undef);
64 PUSHs(&PL_sv_undef);
73 PUSHs(&PL_sv_undef);
79 PUSHs(&PL_sv_undef);
H A Dppport.h43 # define PL_sv_undef sv_undef macro
306 if (db_type && (code == &PL_sv_undef)) { \
H A DBerkeleyDB.xs406 #define GetValue_iv(h,k) (((sv = readHash(h, k)) && sv != &PL_sv_undef) \
408 #define SetValue_iv(i, k) if ((sv = readHash(hash, k)) && sv != &PL_sv_undef) \
410 #define SetValue_io(i, k) if ((sv = readHash(hash, k)) && sv != &PL_sv_undef) \
412 #define SetValue_sv(i, k) if ((sv = readHash(hash, k)) && sv != &PL_sv_undef) \
414 #define SetValue_pv(i, k,t) if ((sv = readHash(hash, k)) && sv != &PL_sv_undef) \
416 #define SetValue_pvx(i, k, t) if ((sv = readHash(hash, k)) && sv != &PL_sv_undef) \
418 #define SetValue_ov(i,k,t) if ((sv = readHash(hash, k)) && sv != &PL_sv_undef) {\
423 #define SetValue_ovx(i,k,t) if ((sv = readHash(hash, k)) && sv != &PL_sv_undef) {\
430 #define SetValue_ovX(i,k,t) if ((sv = readHash(hash, k)) && sv != &PL_sv_undef) {\
2852 if ((sv = readHash(hash, "Hash")) && sv != &PL_sv_undef) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A Dfallback.xs35 PUSHs(&PL_sv_undef);
41 PUSHs(&PL_sv_undef);
47 PUSHs(&PL_sv_undef);
53 PUSHs(&PL_sv_undef);
59 PUSHs(&PL_sv_undef);
65 PUSHs(&PL_sv_undef);
74 PUSHs(&PL_sv_undef);
80 PUSHs(&PL_sv_undef);
H A Dppport.h43 # define PL_sv_undef sv_undef macro
322 if (db_type && (code == &PL_sv_undef)) { \
H A DDB_File.xs1739 sv_setsv(ST(0), &PL_sv_undef);
1769 sv_setsv (ST(0), &PL_sv_undef) ;
1968 SV * RETVAL = &PL_sv_undef ;
1976 SV * RETVAL = &PL_sv_undef ;
1984 SV * RETVAL = &PL_sv_undef ;
1992 SV * RETVAL = &PL_sv_undef ;

Completed in 53 milliseconds