Searched refs:pTHX_ (Results 1 - 25 of 33) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Dfallback.h19 #ifndef pTHX_
20 #define pTHX_ /* 5.6 or later define this for threading support. */ macro
24 constant_6 (pTHX_ const char *name, IV *iv_return) {
79 constant_7 (pTHX_ const char *name, IV *iv_return) {
123 constant_8 (pTHX_ const char *name, IV *iv_return) {
167 constant_9 (pTHX_ const char *name, IV *iv_return) {
211 constant_10 (pTHX_ const char *name, IV *iv_return) {
266 constant_11 (pTHX_ const char *name, IV *iv_return) {
332 constant (pTHX_ const char *name, STRLEN len, IV *iv_return) {
H A Dppport.h50 # define pTHX_ macro
289 my_sv_2pvbyte(pTHX_ register SV *sv, STRLEN *lp)
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A DStash.xs73 static TT_RET hash_op(pTHX_ SV*, char*, AV*, SV**, int);
74 static TT_RET list_op(pTHX_ SV*, char*, AV*, SV**);
75 static TT_RET scalar_op(pTHX_ SV*, char*, AV*, SV**, int);
76 static TT_RET tt_fetch_item(pTHX_ SV*, SV*, AV*, SV**);
77 static TT_RET autobox_list_op(pTHX_ SV*, char*, AV*, SV**, int);
78 static SV* dotop(pTHX_ SV*, SV*, AV*, int);
79 static SV* call_coderef(pTHX_ SV*, AV*);
80 static SV* fold_results(pTHX_ I32);
81 static SV* find_perl_op(pTHX_ char*, char*);
82 static AV* mk_mortal_av(pTHX_ S
[all...]
H A Dppport.h1964 pTHX_|5.006000||p
3385 #ifndef pTHX_
3386 # define pTHX_ macro
4099 # define XSPROTO(name) void name(pTHX_ CV* cv)
4151 typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*);
4918 static SV* DPPP_(my_newSV_type)(pTHX_ svtype const t);
4921 extern SV* DPPP_(my_newSV_type)(pTHX_ svtype const t);
4933 DPPP_(my_newSV_type)(pTHX_ svtype const t)
4964 static SV * DPPP_(my_newSVpvn_flags)(pTHX_ const char *s, STRLEN len, U32 flags);
4967 extern SV * DPPP_(my_newSVpvn_flags)(pTHX_ cons
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A DStash.xs73 static TT_RET hash_op(pTHX_ SV*, char*, AV*, SV**, int);
74 static TT_RET list_op(pTHX_ SV*, char*, AV*, SV**);
75 static TT_RET scalar_op(pTHX_ SV*, char*, AV*, SV**, int);
76 static TT_RET tt_fetch_item(pTHX_ SV*, SV*, AV*, SV**);
77 static TT_RET autobox_list_op(pTHX_ SV*, char*, AV*, SV**, int);
78 static SV* dotop(pTHX_ SV*, SV*, AV*, int);
79 static SV* call_coderef(pTHX_ SV*, AV*);
80 static SV* fold_results(pTHX_ I32);
81 static SV* find_perl_op(pTHX_ char*, char*);
82 static AV* mk_mortal_av(pTHX_ S
[all...]
H A Dppport.h1964 pTHX_|5.006000||p
3385 #ifndef pTHX_
3386 # define pTHX_ macro
4099 # define XSPROTO(name) void name(pTHX_ CV* cv)
4151 typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*);
4918 static SV* DPPP_(my_newSV_type)(pTHX_ svtype const t);
4921 extern SV* DPPP_(my_newSV_type)(pTHX_ svtype const t);
4933 DPPP_(my_newSV_type)(pTHX_ svtype const t)
4964 static SV * DPPP_(my_newSVpvn_flags)(pTHX_ const char *s, STRLEN len, U32 flags);
4967 extern SV * DPPP_(my_newSVpvn_flags)(pTHX_ cons
[all...]
/macosx-10.9.5/vim-53/src/
H A Dif_perl.xs72 # define pTHX_
84 EXTERN_C void boot_DynaLoader __ARGS((pTHX_ CV*));
230 static void (*Perl_croak)(pTHX_ const char*, ...);
232 static void (*Perl_croak_xs_usage)(pTHX_ const CV *const, const char *const params);
237 static HV* (*Perl_gv_stashpv)(pTHX_ const char*, I32);
239 static MAGIC* (*Perl_mg_find)(pTHX_ SV*, int);
240 static CV* (*Perl_newXS)(pTHX_ char*, XSUBADDR_t, char*);
241 static SV* (*Perl_newSV)(pTHX_ STRLEN);
242 static SV* (*Perl_newSViv)(pTHX_ IV);
243 static SV* (*Perl_newSVpv)(pTHX_ cons
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dperl_back.h36 #if defined(pTHX_) || (PERL_REVISION > 5 || (PERL_REVISION == 5 && PERL_VERSION >= 6))
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A DMagic.xs80 STATIC SV *vmg_clone(pTHX_ SV *sv, tTHX owner) {
211 STATIC void vmg_sv_magicuvar(pTHX_ SV *sv, const char *uf, I32 len) {
236 STATIC I32 vmg_call_sv(pTHX_ SV *sv, I32 flags, I32 destructor) {
445 STATIC void vmg_mgwiz_free(pTHX_ MGWIZ *w) {
484 STATIC MGWIZ *vmg_mgwiz_clone(pTHX_ const MGWIZ *w) {
538 #define pPTBL_ pTHX_
564 STATIC void vmg_ptable_clone(pTHX_ ptable_ent *ent, void *ud_) {
580 STATIC int vmg_wizard_free(pTHX_ SV *sv, MAGIC *mg);
601 STATIC SV *vmg_wizard_new(pTHX_ const MGWIZ *w) {
614 STATIC const SV *vmg_wizard_validate(pTHX_ cons
[all...]
H A Dptable.h21 # define pPTBLMS_ pTHX_
172 STATIC void ptable_walk(pTHX_ ptable * const t, void (*cb)(pTHX_ ptable_ent *ent, void *userdata), void *userdata) {
/macosx-10.9.5/CPANInternal-140/PathTools/
H A Dppport.h1507 pTHX_|5.006000||p
3248 #ifndef pTHX_
3249 # define pTHX_ macro
3589 static char * DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv);
3592 extern char * DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv);
3604 DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv)
3633 static char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3636 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3648 DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp)
3697 static SV * DPPP_(my_vnewSVpvf)(pTHX_ cons
[all...]
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A Dppport.h1474 pTHX_|5.006000||p
3182 #ifndef pTHX_
3183 # define pTHX_ macro
3523 static char * DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv);
3526 extern char * DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv);
3538 DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv)
3567 static char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3570 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3582 DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp)
3631 static SV * DPPP_(my_vnewSVpvf)(pTHX_ cons
[all...]
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A Dppport.h1474 pTHX_|5.006000||p
3182 #ifndef pTHX_
3183 # define pTHX_ macro
3523 static char * DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv);
3526 extern char * DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv);
3538 DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv)
3567 static char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3570 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3582 DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp)
3631 static SV * DPPP_(my_vnewSVpvf)(pTHX_ cons
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Dppport.h1523 pTHX_|5.006000||p
3308 #ifndef pTHX_
3309 # define pTHX_ macro
3649 static char * DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv);
3652 extern char * DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv);
3664 DPPP_(my_sv_2pv_nolen)(pTHX_ register SV *sv)
3693 static char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3696 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp);
3708 DPPP_(my_sv_2pvbyte)(pTHX_ register SV *sv, STRLEN *lp)
3757 static SV * DPPP_(my_vnewSVpvf)(pTHX_ cons
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Identify/
H A Dppport.h1793 pTHX_|5.006000||p
3912 #ifndef pTHX_
3913 # define pTHX_ macro
4470 static SV * DPPP_(my_newSVpvn_flags)(pTHX_ const char * s, STRLEN len, U32 flags);
4473 extern SV * DPPP_(my_newSVpvn_flags)(pTHX_ const char * s, STRLEN len, U32 flags);
4485 DPPP_(my_newSVpvn_flags)(pTHX_ const char *s, STRLEN len, U32 flags)
4521 static char * DPPP_(my_sv_2pvbyte)(pTHX_ SV * sv, STRLEN * lp);
4524 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ SV * sv, STRLEN * lp);
4536 DPPP_(my_sv_2pvbyte)(pTHX_ SV *sv, STRLEN *lp)
4618 static char * DPPP_(my_sv_2pv_flags)(pTHX_ S
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/
H A Dppport.h1793 pTHX_|5.006000||p
3912 #ifndef pTHX_
3913 # define pTHX_ macro
4470 static SV * DPPP_(my_newSVpvn_flags)(pTHX_ const char * s, STRLEN len, U32 flags);
4473 extern SV * DPPP_(my_newSVpvn_flags)(pTHX_ const char * s, STRLEN len, U32 flags);
4485 DPPP_(my_newSVpvn_flags)(pTHX_ const char *s, STRLEN len, U32 flags)
4521 static char * DPPP_(my_sv_2pvbyte)(pTHX_ SV * sv, STRLEN * lp);
4524 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ SV * sv, STRLEN * lp);
4536 DPPP_(my_sv_2pvbyte)(pTHX_ SV *sv, STRLEN *lp)
4618 static char * DPPP_(my_sv_2pv_flags)(pTHX_ S
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A Dppport.h1790 pTHX_|5.006000||p
3910 #ifndef pTHX_
3911 # define pTHX_ macro
4470 static char * DPPP_(my_sv_2pvbyte)(pTHX_ SV * sv, STRLEN * lp);
4473 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ SV * sv, STRLEN * lp);
4485 DPPP_(my_sv_2pvbyte)(pTHX_ SV *sv, STRLEN *lp)
4567 static char * DPPP_(my_sv_2pv_flags)(pTHX_ SV * sv, STRLEN * lp, I32 flags);
4570 extern char * DPPP_(my_sv_2pv_flags)(pTHX_ SV * sv, STRLEN * lp, I32 flags);
4582 DPPP_(my_sv_2pv_flags)(pTHX_ SV *sv, STRLEN *lp, I32 flags)
4591 static char * DPPP_(my_sv_pvn_force_flags)(pTHX_ S
[all...]
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dppport.h1790 pTHX_|5.006000||p
3910 #ifndef pTHX_
3911 # define pTHX_ macro
4470 static char * DPPP_(my_sv_2pvbyte)(pTHX_ SV * sv, STRLEN * lp);
4473 extern char * DPPP_(my_sv_2pvbyte)(pTHX_ SV * sv, STRLEN * lp);
4485 DPPP_(my_sv_2pvbyte)(pTHX_ SV *sv, STRLEN *lp)
4567 static char * DPPP_(my_sv_2pv_flags)(pTHX_ SV * sv, STRLEN * lp, I32 flags);
4570 extern char * DPPP_(my_sv_2pv_flags)(pTHX_ SV * sv, STRLEN * lp, I32 flags);
4582 DPPP_(my_sv_2pv_flags)(pTHX_ SV *sv, STRLEN *lp, I32 flags)
4591 static char * DPPP_(my_sv_pvn_force_flags)(pTHX_ S
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h1852 pTHX_|5.006000||p
3218 #ifndef pTHX_
3219 # define pTHX_ macro
3924 # define XSPROTO(name) void name(pTHX_ CV* cv)
3976 typedef OP* (CPERLscope(*Perl_check_t)) (pTHX_ OP*);
4743 static SV* DPPP_(my_newSV_type)(pTHX_ svtype const t);
4746 extern SV* DPPP_(my_newSV_type)(pTHX_ svtype const t);
4758 DPPP_(my_newSV_type)(pTHX_ svtype const t)
4789 static SV * DPPP_(my_newSVpvn_flags)(pTHX_ const char *s, STRLEN len, U32 flags);
4792 extern SV * DPPP_(my_newSVpvn_flags)(pTHX_ cons
[all...]
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A Dptable.h21 # define pPTBLMS_ pTHX_
172 STATIC void ptable_walk(pTHX_ ptable * const t, void (*cb)(pTHX_ ptable_ent *ent, void *userdata), void *userdata) {
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dppport.h250 # define pTHX_ macro
539 my_sv_2pvbyte(pTHX_ register SV *sv, STRLEN *lp)
554 sv_2pv_nolen(pTHX_ register SV *sv)
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dconstants.h19 #ifndef pTHX_
20 #define pTHX_ /* 5.6 or later define this for threading support. */ macro
24 constant_6 (pTHX_ const char *name, IV *iv_return) {
79 constant_7 (pTHX_ const char *name, IV *iv_return) {
148 constant_8 (pTHX_ const char *name, IV *iv_return) {
256 constant_9 (pTHX_ const char *name, IV *iv_return) {
446 constant_10 (pTHX_ const char *name, IV *iv_return) {
689 constant_11 (pTHX_ const char *name, IV *iv_return) {
1181 constant_12 (pTHX_ const char *name, IV *iv_return) {
1657 constant_13 (pTHX_ cons
[all...]
H A Dppport.h50 # define pTHX_ macro
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A Dppport.h247 # define pTHX_ macro
528 my_sv_2pvbyte(pTHX_ register SV *sv, STRLEN *lp)
/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/
H A Dppport.h247 # define pTHX_ macro
528 my_sv_2pvbyte(pTHX_ register SV *sv, STRLEN *lp)

Completed in 312 milliseconds

12