Home
last modified time | relevance | path

Searched refs:Newxz (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/dports/net/p5-Crypt-DH-GMP/Crypt-DH-GMP-0.00012/xs/
H A Ddh_gmp.c29 Newxz(buf, len + 2, char); in PerlCryptDHGMP_mpz2sv_str()
59 Newxz(tmp, len + pad + 1, char); in PerlCryptDHGMP_mpz2sv_str_twoc()
75 Newxz(dh, 1, PerlCryptDHGMP); in PerlCryptDHGMP_create()
76 Newxz(PerlCryptDHGMP_P_PTR(dh), 1, mpz_t); in PerlCryptDHGMP_create()
77 Newxz(PerlCryptDHGMP_G_PTR(dh), 1, mpz_t); in PerlCryptDHGMP_create()
78 Newxz(PerlCryptDHGMP_PRIVKEY_PTR(dh), 1, mpz_t); in PerlCryptDHGMP_create()
79 Newxz(PerlCryptDHGMP_PUBKEY_PTR(dh), 1, mpz_t); in PerlCryptDHGMP_create()
98 Newxz(dh, 1, PerlCryptDHGMP); in PerlCryptDHGMP_clone()
99 Newxz(PerlCryptDHGMP_P_PTR(dh), 1, mpz_t); in PerlCryptDHGMP_clone()
100 Newxz(PerlCryptDHGMP_G_PTR(dh), 1, mpz_t); in PerlCryptDHGMP_clone()
[all …]
/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_svptr_table.c61 Newxz(tbl, 1, PTR_TBL_t); in modperl_svptr_table_clone()
64 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTR_TBL_ENT_t *); in modperl_svptr_table_clone()
85 Newxz(dst_ent, 1, PTR_TBL_ENT_t); in modperl_svptr_table_clone()
89 Newxz(dst_ent->next, 1, PTR_TBL_ENT_t); in modperl_svptr_table_clone()
173 Newxz(tbl, 1, PTR_TBL_t); in modperl_svptr_table_new()
176 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTR_TBL_ENT_t*); in modperl_svptr_table_new()
216 Newxz(tblent, 1, PTR_TBL_ENT_t); in modperl_svptr_table_store()
H A Dmodperl_perl.h60 #ifndef Newxz
61 # define Newxz(v,n,t) Newz(0,v,n,t) macro
/dports/japanese/p5-Text-MeCab/Text-MeCab-0.20009/xs/
H A Dtext-mecab.c43 Newxz( mecab, 1, TextMeCab ); in TextMeCab_create()
48 Newxz( mecab->argv, argc, char *); in TextMeCab_create()
51 Newxz( mecab->argv[i], len, char ); in TextMeCab_create()
/dports/devel/p5-Gearman-XS/Gearman-XS-0.12/
H A DClient.xs138 Newxz(self, 1, gearman_xs_client); in _create_client()
333 Newxz(job_handle, GEARMAN_JOB_HANDLE_SIZE, char);
360 Newxz(job_handle, GEARMAN_JOB_HANDLE_SIZE, char);
387 Newxz(job_handle, GEARMAN_JOB_HANDLE_SIZE, char);
416 Newxz(context, 1, gearman_task_context_st);
440 Newxz(context, 1, gearman_task_context_st);
465 Newxz(context, 1, gearman_task_context_st);
490 Newxz(context, 1, gearman_task_context_st);
516 Newxz(context, 1, gearman_task_context_st);
542 Newxz(context, 1, gearman_task_context_st);
[all …]
/dports/math/p5-Math-GMPf/Math-GMPf-0.45/
H A Dmath_gmpf_include.h100 #ifndef Newxz
101 # define Newxz(v,n,t) Newz(0,v,n,t) macro
/dports/math/p5-Math-GMPq/Math-GMPq-0.48/
H A Dmath_gmpq_include.h87 #ifndef Newxz
88 # define Newxz(v,n,t) Newz(0,v,n,t) macro
/dports/textproc/p5-Text-Prefix-XS/Text-Prefix-XS-0.15/
H A Dtxs_hash.h74 Newxz(buckets, n_buckets, char*); in THX_txs_ht_build()
75 Newxz(bucket_sizes, n_buckets, int); in THX_txs_ht_build()
100 Newxz(buckets[i], bucket_sizes[i]+sizeof(int), char); in THX_txs_ht_build()
/dports/net/p5-XML-Fast/XML-Fast-0.17/
H A Dxmlfast.h25 #ifndef Newxz
26 #define Newxz(v,n,t) (v = ( (t*)safecalloc((n),sizeof(t)) ) ) macro
/dports/devel/p5-IPC-ShareLite/IPC-ShareLite-0.17/
H A Dsharestuff.c22 #ifndef Newxz
23 #define Newxz(pointer, number, type) \ macro
241 Newxz( node, 1, Node ); in _add_segment()
461 Newxz( *data, length + 1, char ); in read_share()
523 Newxz( node, 1, Node ); in new_share()
539 Newxz( share, 1, Share ); in new_share()
/dports/math/p5-Math-MPC/Math-MPC-1.13/
H A Dmath_mpc_include.h151 #ifndef Newxz
152 # define Newxz(v,n,t) Newz(0,v,n,t) macro
/dports/security/p5-Filter-Crypto/Filter-Crypto-2.09/
H A DCryptoCommon-xs.inc41 * terminator, which we must also include when calling Newxz(). */
42 Newxz(filter_crypto_errstr_var,
56 * that was only allocated once (at boot time, by the Newxz() above).
/dports/math/p5-Math-GMPz/Math-GMPz-0.52/
H A Dmath_gmpz_include.h31 #ifndef Newxz
32 # define Newxz(v,n,t) Newz(0,v,n,t) macro
/dports/devel/p5-Sub-Name/Sub-Name-0.26/
H A DName.xs27 #ifndef Newxz
28 #define Newxz(ptr, num, type) Newz(0, ptr, num, type) macro
167 Newxz(mg, 1, MAGIC);
/dports/www/p5-HTTP-XSCookies/HTTP-XSCookies-0.000021/
H A Dgmem.h64 Newxz(array, count, type); \
109 Newxz(array, count, type); \
/dports/devel/p5-B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.06/
H A Dptable.h38 Newxz(tbl, 1, PTABLE_t); in PTABLE_new()
41 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTABLE_ENTRY_t*); in PTABLE_new()
/dports/lang/perl5.34/perl-5.34.0/dist/Devel-PPPort/parts/inc/
H A Dmemory47 __UNDEFINED__ Newxz(v,n,t) Newz(0,v,n,t)
74 Newxz(p, 6, char);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dmemory45 __UNDEFINED__ Newxz(v,n,t) Newz(0,v,n,t)
72 Newxz(p, 6, char);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dmemory47 __UNDEFINED__ Newxz(v,n,t) Newz(0,v,n,t)
74 Newxz(p, 6, char);
/dports/math/p5-Math-MPFR/Math-MPFR-4.17/Random/
H A DRandom.xs31 #ifndef Newxz
32 # define Newxz(v,n,t) Newz(0,v,n,t) macro
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/parts/inc/
H A Dmemory47 __UNDEFINED__ Newxz(v,n,t) Newz(0,v,n,t)
74 Newxz(p, 6, char);
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dmemory47 __UNDEFINED__ Newxz(v,n,t) Newz(0,v,n,t)
74 Newxz(p, 6, char);
/dports/devel/p5-Test-LeakTrace/Test-LeakTrace-0.17/
H A Dptr_table.h57 Newxz(tbl, 1, PTR_TBL_t); in my_ptr_table_new()
60 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTR_TBL_ENT_t*); in my_ptr_table_new()
/dports/devel/p5-autobox/autobox-2.84/
H A Dptable.h68 Newxz(tbl, 1, PTABLE_t); in PTABLE_new()
71 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTABLE_ENTRY_t*); in PTABLE_new()
/dports/devel/p5-B-OPCheck/B-OPCheck-0.32/
H A DOPCheck.xs147 Newxz(PL_check_orig, OP_CUSTOM+1, Perl_check_t);
148 Newxz(OPCHECK_subs, OP_CUSTOM+1, AV *);

12345678910>>...22