Searched refs:newCONSTSUB (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/
H A DRijndael.xs26 # newCONSTSUB is here as of 5.004_70
33 newCONSTSUB (stash, "keysize", newSViv (32) );
34 newCONSTSUB (stash, "blocksize", newSViv (16) );
35 newCONSTSUB (stash, "MODE_ECB", newSViv (MODE_ECB) );
36 newCONSTSUB (stash, "MODE_CBC", newSViv (MODE_CBC) );
37 newCONSTSUB (stash, "MODE_CFB", newSViv (MODE_CFB) );
38 newCONSTSUB (stash, "MODE_PCBC", newSViv (MODE_PCBC) );
39 newCONSTSUB (stash, "MODE_OFB", newSViv (MODE_OFB) );
40 newCONSTSUB (stash, "MODE_CTR", newSViv (MODE_CTR) );
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/
H A DRijndael.xs46 # newCONSTSUB is here as of 5.004_70
53 newCONSTSUB (stash, "keysize", newSViv (32) );
54 newCONSTSUB (stash, "blocksize", newSViv (16) );
55 newCONSTSUB (stash, "MODE_ECB", newSViv (MODE_ECB) );
56 newCONSTSUB (stash, "MODE_CBC", newSViv (MODE_CBC) );
57 newCONSTSUB (stash, "MODE_CFB", newSViv (MODE_CFB) );
58 newCONSTSUB (stash, "MODE_PCBC", newSViv (MODE_PCBC) );
59 newCONSTSUB (stash, "MODE_OFB", newSViv (MODE_OFB) );
60 newCONSTSUB (stash, "MODE_CTR", newSViv (MODE_CTR) );
/macosx-10.9.5/CPANInternal-140/Variable-Magic/
H A DMagic.xs1352 newCONSTSUB(stash, "MGf_COPY", newSVuv(MGf_COPY));
1353 newCONSTSUB(stash, "MGf_DUP", newSVuv(MGf_DUP));
1354 newCONSTSUB(stash, "MGf_LOCAL", newSVuv(MGf_LOCAL));
1355 newCONSTSUB(stash, "VMG_UVAR", newSVuv(VMG_UVAR));
1356 newCONSTSUB(stash, "VMG_COMPAT_ARRAY_PUSH_NOLEN",
1358 newCONSTSUB(stash, "VMG_COMPAT_ARRAY_PUSH_NOLEN_VOID",
1360 newCONSTSUB(stash, "VMG_COMPAT_ARRAY_UNSHIFT_NOLEN_VOID",
1362 newCONSTSUB(stash, "VMG_COMPAT_ARRAY_UNDEF_CLEAR",
1364 newCONSTSUB(stash, "VMG_COMPAT_SCALAR_LENGTH_NOLEN",
1366 newCONSTSUB(stas
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dppport.h126 /* Provide: newCONSTSUB */
128 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
134 extern void newCONSTSUB _((HV * stash, char * name, SV *sv));
139 newCONSTSUB(stash,name,sv)
181 #endif /* newCONSTSUB */
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Dppport.h121 /* Provide: newCONSTSUB */
123 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
129 extern void newCONSTSUB _((HV * stash, char * name, SV *sv));
134 newCONSTSUB(stash,name,sv)
176 #endif /* newCONSTSUB */
/macosx-10.9.5/CPANInternal-140/Readonly-XS/
H A Dppport.h58 * newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
340 /* Provide: newCONSTSUB */
342 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
348 extern void newCONSTSUB(HV * stash, char * name, SV *sv);
353 newCONSTSUB(stash,name,sv)
395 #endif /* newCONSTSUB */
/macosx-10.9.5/CPANInternal-140/Readonly-XS-1.05/
H A Dppport.h58 * newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
340 /* Provide: newCONSTSUB */
342 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
348 extern void newCONSTSUB(HV * stash, char * name, SV *sv);
353 newCONSTSUB(stash,name,sv)
395 #endif /* newCONSTSUB */
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A Dppport.h58 * newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
352 /* Provide: newCONSTSUB */
354 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
360 extern void newCONSTSUB(HV * stash, char * name, SV *sv);
365 newCONSTSUB(stash,name,sv)
407 #endif /* newCONSTSUB */
/macosx-10.9.5/CPANInternal-140/XML-LibXML-Common/
H A Dppport.h58 * newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
298 /* Provide: newCONSTSUB */
300 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
306 extern void newCONSTSUB _((HV * stash, char * name, SV *sv));
311 newCONSTSUB(stash,name,sv)
353 #endif /* newCONSTSUB */
/macosx-10.9.5/CPANInternal-140/Data-UUID-1.218/
H A DUUID.xs603 newCONSTSUB(stash, "NameSpace_DNS", newSVpv((char *)&NameSpace_DNS, len));
604 newCONSTSUB(stash, "NameSpace_URL", newSVpv((char *)&NameSpace_URL, len));
605 newCONSTSUB(stash, "NameSpace_OID", newSVpv((char *)&NameSpace_OID, len));
606 newCONSTSUB(stash, "NameSpace_X500", newSVpv((char *)&NameSpace_X500, len));
/macosx-10.9.5/CPANInternal-140/Params-Validate/
H A DValidate.xs115 newCONSTSUB(stash, "SCALAR", newSViv(SCALAR));
116 newCONSTSUB(stash, "ARRAYREF", newSViv(ARRAYREF));
117 newCONSTSUB(stash, "HASHREF", newSViv(HASHREF));
118 newCONSTSUB(stash, "CODEREF", newSViv(CODEREF));
119 newCONSTSUB(stash, "GLOB", newSViv(GLOB));
120 newCONSTSUB(stash, "GLOBREF", newSViv(GLOBREF));
121 newCONSTSUB(stash, "SCALARREF", newSViv(SCALARREF));
122 newCONSTSUB(stash, "UNKNOWN", newSViv(UNKNOWN));
123 newCONSTSUB(stash, "UNDEF", newSViv(UNDEF));
124 newCONSTSUB(stas
[all...]
H A Dppport.h231 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1692 newCONSTSUB|5.004050||p
4180 /* Hint: newCONSTSUB
4185 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
4194 #ifdef newCONSTSUB
4195 # undef newCONSTSUB macro
4197 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
/macosx-10.9.5/CPANInternal-140/PathTools/
H A Dppport.h191 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1416 newCONSTSUB|5.006000||p
3393 /* Hint: newCONSTSUB
3398 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
3407 #ifdef newCONSTSUB
3408 # undef newCONSTSUB macro
3410 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage/
H A Dppport.h184 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1385 newCONSTSUB|5.006000||p
3327 /* Hint: newCONSTSUB
3332 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
3341 #ifdef newCONSTSUB
3342 # undef newCONSTSUB macro
3344 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
/macosx-10.9.5/CPANInternal-140/Unix-Getrusage-0.03/
H A Dppport.h184 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1385 newCONSTSUB|5.006000||p
3327 /* Hint: newCONSTSUB
3332 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
3341 #ifdef newCONSTSUB
3342 # undef newCONSTSUB macro
3344 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A Dppport.h199 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1443 newCONSTSUB|5.006000||p
3453 /* Hint: newCONSTSUB
3458 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
3467 #ifdef newCONSTSUB
3468 # undef newCONSTSUB macro
3470 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
/macosx-10.9.5/CPANInternal-140/Sub-Identify/
H A Dppport.h231 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1692 newCONSTSUB|5.004050||p
4190 /* Hint: newCONSTSUB
4195 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
4204 #ifdef newCONSTSUB
4205 # undef newCONSTSUB macro
4207 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
/macosx-10.9.5/CPANInternal-140/Sub-Identify-0.04/
H A Dppport.h231 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1692 newCONSTSUB|5.004050||p
4190 /* Hint: newCONSTSUB
4195 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
4204 #ifdef newCONSTSUB
4205 # undef newCONSTSUB macro
4207 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dppport.h231 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1692 newCONSTSUB|5.004050||p
4180 /* Hint: newCONSTSUB
4185 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
4194 #ifdef newCONSTSUB
4195 # undef newCONSTSUB macro
4197 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
/macosx-10.9.5/CPANInternal-140/DateTime/c/
H A Dppport.h233 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1752 newCONSTSUB|5.004050||p
4470 /* Hint: newCONSTSUB
4475 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
4484 #ifdef newCONSTSUB
4485 # undef newCONSTSUB macro
4487 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
4492 /* This is just a trick to avoid a dependency of newCONSTSUB on PL_parser */
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/xs/
H A Dppport.h233 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1856 newCONSTSUB|5.004050||p
4645 /* Hint: newCONSTSUB
4650 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
4659 #ifdef newCONSTSUB
4660 # undef newCONSTSUB macro
4662 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
4667 /* This is just a trick to avoid a dependency of newCONSTSUB on PL_parser */
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/xs/
H A Dppport.h233 newCONSTSUB() NEED_newCONSTSUB NEED_newCONSTSUB_GLOBAL
1856 newCONSTSUB|5.004050||p
4645 /* Hint: newCONSTSUB
4650 /* newCONSTSUB from IO.xs is in the core starting with 5.004_63 */
4659 #ifdef newCONSTSUB
4660 # undef newCONSTSUB macro
4662 #define newCONSTSUB(a,b,c) DPPP_(my_newCONSTSUB)(aTHX_ a,b,c) macro
4667 /* This is just a trick to avoid a dependency of newCONSTSUB on PL_parser */

Completed in 674 milliseconds