Searched refs:aTHX_ (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Dfallback.h16 #ifndef aTHX_
17 #define aTHX_ /* 5.6 or later define this for threading support. */ macro
376 return constant_6 (aTHX_ name, iv_return);
379 return constant_7 (aTHX_ name, iv_return);
382 return constant_8 (aTHX_ name, iv_return);
385 return constant_9 (aTHX_ name, iv_return);
388 return constant_10 (aTHX_ name, iv_return);
391 return constant_11 (aTHX_ name, iv_return);
H A Dfallback.xs18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
H A Dppport.h52 # define aTHX_ macro
287 ? ((lp = SvCUR(sv)), SvPVX(sv)) : my_sv_2pvbyte(aTHX_ sv, &lp))
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A DStash.xs175 *result = call_coderef(aTHX_ *value, args);
216 if (!root || looks_private(aTHX_ item))
224 switch(tt_fetch_item(aTHX_ root, key_sv, args, &result)) {
255 && hash_op(aTHX_ root, item, args, &result, flags) == TT_RET_UNDEF) {
285 if (list_op(aTHX_ root, item, args, &result) == TT_RET_UNDEF) {
286 switch (tt_fetch_item(aTHX_ root, key_sv, args, &result)) {
353 die_object(aTHX_ ERRSV);
368 die_object(aTHX_ ERRSV);
371 result = fold_results(aTHX_ n);
379 switch(tt_fetch_item(aTHX_ roo
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A DStash.xs175 *result = call_coderef(aTHX_ *value, args);
216 if (!root || looks_private(aTHX_ item))
224 switch(tt_fetch_item(aTHX_ root, key_sv, args, &result)) {
255 && hash_op(aTHX_ root, item, args, &result, flags) == TT_RET_UNDEF) {
285 if (list_op(aTHX_ root, item, args, &result) == TT_RET_UNDEF) {
286 switch (tt_fetch_item(aTHX_ root, key_sv, args, &result)) {
353 die_object(aTHX_ ERRSV);
368 die_object(aTHX_ ERRSV);
371 result = fold_results(aTHX_ n);
379 switch(tt_fetch_item(aTHX_ roo
[all...]
/macosx-10.9.5/CPANInternal-140/Class-C3-XS/
H A DXS.xs74 Perl_croak(aTHX_
78 Perl_croak(aTHX_ "Recursive inheritance detected in package '%s'",
120 AV* const isa_lin = __mro_linear_isa_c3(aTHX_ isa_item_stash, cache, level + 1);
237 Perl_croak(aTHX_ "Inconsistent hierarchy during C3 merge of class '%s': "
312 Perl_croak(aTHX_ "Can't use anonymous symbol table for method lookup");
323 Perl_croak(aTHX_ "next::method/next::can/maybe::next::method must be used in method context");
362 Perl_croak(aTHX_ "next::method/next::can/maybe::next::method cannot find enclosing method");
387 Perl_croak(aTHX_ "No next::method '%s' found for %s", subname, hvname);
399 linear_av = __mro_linear_isa_c3(aTHX_ selfstash, NULL, 0);
442 Perl_warner(aTHX_ packWAR
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dconstants.xs18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv, &pv);
H A Dconstants.h16 #ifndef aTHX_
17 #define aTHX_ /* 5.6 or later define this for threading support. */ macro
5640 return constant_6 (aTHX_ name, iv_return);
5643 return constant_7 (aTHX_ name, iv_return);
5646 return constant_8 (aTHX_ name, iv_return);
5649 return constant_9 (aTHX_ name, iv_return);
5652 return constant_10 (aTHX_ name, iv_return);
5655 return constant_11 (aTHX_ name, iv_return);
5658 return constant_12 (aTHX_ name, iv_return);
5661 return constant_13 (aTHX_ nam
[all...]
/macosx-10.9.5/CPANInternal-140/Class-C3-XS-0.13/
H A DXS.xs78 Perl_croak(aTHX_
82 Perl_croak(aTHX_ "Recursive inheritance detected in package '%s'",
124 AV* const isa_lin = __mro_linear_isa_c3(aTHX_ isa_item_stash, cache, level + 1);
375 Perl_croak(aTHX_ "Can't use anonymous symbol table for method lookup");
386 Perl_croak(aTHX_ "next::method/next::can/maybe::next::method must be used in method context");
431 Perl_croak(aTHX_ "next::method/next::can/maybe::next::method cannot find enclosing method");
456 Perl_croak(aTHX_ "No next::method '%s' found for %s", subname, hvname);
468 linear_av = __mro_linear_isa_c3(aTHX_ selfstash, NULL, 0);
511 Perl_warner(aTHX_ packWARN(WARN_MISC), "Can't locate package %"SVf" for @%s::ISA",
543 Perl_croak(aTHX_ "N
[all...]
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A DMagic.xs81 #define vmg_clone(P, O) vmg_clone(aTHX_ (P), (O))
212 #define vmg_sv_magicuvar(S, U, L) vmg_sv_magicuvar(aTHX_ (S), (U), (L))
237 #define vmg_call_sv(S, F, D) vmg_call_sv(aTHX_ (S), (F), (D))
278 Perl_warn(aTHX_ "%s", SvPV_nolen(ERRSV));
446 #define vmg_mgwiz_free(W) vmg_mgwiz_free(aTHX_ (W))
485 #define vmg_mgwiz_clone(W) vmg_mgwiz_clone(aTHX_ (W))
540 #define aPTBL_ aTHX_
544 #define ptable_store(T, K, V) ptable_store(aTHX_ (T), (K), (V))
545 #define ptable_clear(T) ptable_clear(aTHX_ (T))
546 #define ptable_free(T) ptable_free(aTHX_ (
[all...]
H A Dptable.h23 # define aPTBLMS_ aTHX_
173 #define ptable_walk(T, CB, UD) ptable_walk(aTHX_ (T), (CB), (UD))
180 cb(aTHX_ entry, userdata);
/macosx-10.9.5/CPANInternal-140/IO-KQueue/
H A Dconst-xs.inc18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
H A Dconst-c.inc16 #ifndef aTHX_
17 #define aTHX_ /* 5.6 or later define this for threading support. */
414 return constant_9 (aTHX_ name, iv_return);
417 return constant_10 (aTHX_ name, iv_return);
420 return constant_11 (aTHX_ name, iv_return);
423 return constant_12 (aTHX_ name, iv_return);
/macosx-10.9.5/CPANInternal-140/IO-KQueue-0.34/
H A Dconst-xs.inc18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
H A Dconst-c.inc16 #ifndef aTHX_
17 #define aTHX_ /* 5.6 or later define this for threading support. */
414 return constant_9 (aTHX_ name, iv_return);
417 return constant_10 (aTHX_ name, iv_return);
420 return constant_11 (aTHX_ name, iv_return);
423 return constant_12 (aTHX_ name, iv_return);
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A Dptable.h23 # define aPTBLMS_ aTHX_
173 #define ptable_walk(T, CB, UD) ptable_walk(aTHX_ (T), (CB), (UD))
180 cb(aTHX_ entry, userdata);
/macosx-10.9.5/CPANInternal-140/PathTools/
H A DCwd.xs77 return Perl_rmsexpand(aTHX_ (char*)path, resolved, NULL, 0);
243 #define getcwd_sv(a) Perl_getcwd_sv(aTHX_ a)
378 Perl_croak(aTHX_ "Unstable directory path, "
H A Dppport.h810 aTHX_|5.006000||p
2187 my $changes = ($c =~ s{\b(Perl_$func\s*\(\s*)(?!aTHX_?)(\)|[^\s)]*\))}
2188 { $1 . ($2 eq ')' ? 'aTHX' : 'aTHX_ ') . $2 }ge);
2196 $file{changes} += ($c =~ s{\bPerl_$func(\s*)\((\s*aTHX_?)?\s*}
3256 #ifndef aTHX_
3257 # define aTHX_ macro
3337 #define eval_pv(a,b) DPPP_(my_eval_pv)(aTHX_ a,b)
3379 #define newRV_noinc(a) DPPP_(my_newRV_noinc)(aTHX_ a)
3410 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c)
3598 #define sv_2pv_nolen(a) DPPP_(my_sv_2pv_nolen)(aTHX_
[all...]
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A Dppport.h249 # define aTHX_ macro
526 ? ((lp = SvCUR(sv)), SvPVX(sv)) : my_sv_2pvbyte(aTHX_ sv, &lp))
/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/
H A Dppport.h249 # define aTHX_ macro
526 ? ((lp = SvCUR(sv)), SvPVX(sv)) : my_sv_2pvbyte(aTHX_ sv, &lp))
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dppport.h252 # define aTHX_ macro
537 ? ((lp = SvCUR(sv)), SvPVX(sv)) : my_sv_2pvbyte(aTHX_ sv, &lp))
/macosx-10.9.5/CPANInternal-140/Sub-Identify/
H A Dppport.h973 aTHX_|5.006000||p
2654 my $changes = ($c =~ s{\b(Perl_$func\s*\(\s*)(?!aTHX_?)(\)|[^\s)]*\))}
2655 { $1 . ($2 eq ')' ? 'aTHX' : 'aTHX_ ') . $2 }ge);
2664 $file{changes} += ($c =~ s{\bPerl_$func(\s*)\((\s*aTHX_?)?\s*}
3920 #ifndef aTHX_
3921 # define aTHX_ macro
3935 # define aTHXR_ aTHX_
4034 #define eval_pv(a,b) DPPP_(my_eval_pv)(aTHX_ a,b)
4073 #define vload_module(a,b,c,d) DPPP_(my_vload_module)(aTHX_ a,b,c,d)
4176 #define newRV_noinc(a) DPPP_(my_newRV_noinc)(aTHX_
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/
H A Dppport.h973 aTHX_|5.006000||p
2654 my $changes = ($c =~ s{\b(Perl_$func\s*\(\s*)(?!aTHX_?)(\)|[^\s)]*\))}
2655 { $1 . ($2 eq ')' ? 'aTHX' : 'aTHX_ ') . $2 }ge);
2664 $file{changes} += ($c =~ s{\bPerl_$func(\s*)\((\s*aTHX_?)?\s*}
3920 #ifndef aTHX_
3921 # define aTHX_ macro
3935 # define aTHXR_ aTHX_
4034 #define eval_pv(a,b) DPPP_(my_eval_pv)(aTHX_ a,b)
4073 #define vload_module(a,b,c,d) DPPP_(my_vload_module)(aTHX_ a,b,c,d)
4176 #define newRV_noinc(a) DPPP_(my_newRV_noinc)(aTHX_
[all...]
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A Dppport.h783 aTHX_|5.006000||p
2124 my $changes = ($c =~ s{\b(Perl_$func\s*\(\s*)(?!aTHX_?)(\)|[^\s)]*\))}
2125 { $1 . ($2 eq ')' ? 'aTHX' : 'aTHX_ ') . $2 }ge);
2133 $file{changes} += ($c =~ s{\bPerl_$func(\s*)\((\s*aTHX_?)?\s*}
3190 #ifndef aTHX_
3191 # define aTHX_ macro
3271 #define eval_pv(a,b) DPPP_(my_eval_pv)(aTHX_ a,b)
3313 #define newRV_noinc(a) DPPP_(my_newRV_noinc)(aTHX_ a)
3344 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c)
3532 #define sv_2pv_nolen(a) DPPP_(my_sv_2pv_nolen)(aTHX_
[all...]
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A Dppport.h783 aTHX_|5.006000||p
2124 my $changes = ($c =~ s{\b(Perl_$func\s*\(\s*)(?!aTHX_?)(\)|[^\s)]*\))}
2125 { $1 . ($2 eq ')' ? 'aTHX' : 'aTHX_ ') . $2 }ge);
2133 $file{changes} += ($c =~ s{\bPerl_$func(\s*)\((\s*aTHX_?)?\s*}
3190 #ifndef aTHX_
3191 # define aTHX_ macro
3271 #define eval_pv(a,b) DPPP_(my_eval_pv)(aTHX_ a,b)
3313 #define newRV_noinc(a) DPPP_(my_newRV_noinc)(aTHX_ a)
3344 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c)
3532 #define sv_2pv_nolen(a) DPPP_(my_sv_2pv_nolen)(aTHX_
[all...]

Completed in 224 milliseconds

12