Home
last modified time | relevance | path

Searched refs:tbl_max (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/mod_perl2/mod_perl-2.0.11/src/modules/perl/
H A Dmodperl_svptr_table.c62 tbl->tbl_max = source->tbl_max; in modperl_svptr_table_clone()
64 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTR_TBL_ENT_t *); in modperl_svptr_table_clone()
115 for (i=0; i < tbl->tbl_max; i++, ary++) { in modperl_svptr_table_destroy()
145 oentry = &tbl->tbl_ary[hash & tbl->tbl_max]; in modperl_svptr_table_delete()
174 tbl->tbl_max = 511; in modperl_svptr_table_new()
188 tblent = tbl->tbl_ary[hash & tbl->tbl_max]; in modperl_svptr_table_fetch()
209 otblent = &tbl->tbl_ary[hash & tbl->tbl_max]; in modperl_svptr_table_store()
222 if (i && tbl->tbl_items > tbl->tbl_max) in modperl_svptr_table_store()
232 UV oldsize = tbl->tbl_max + 1; in modperl_svptr_table_split()
238 tbl->tbl_max = --newsize; in modperl_svptr_table_split()
[all …]
/dports/devel/p5-B-Hooks-OP-PPAddr/B-Hooks-OP-PPAddr-0.06/
H A Dptable.h17 UV tbl_max; member
39 tbl->tbl_max = 511; in PTABLE_new()
41 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTABLE_ENTRY_t*); in PTABLE_new()
51 tblent = tbl->tbl_ary[hash & tbl->tbl_max]; in PTABLE_find()
76 const UV entry = PTABLE_HASH(key) & tbl->tbl_max; in PTABLE_store()
84 if (tblent->next && (tbl->tbl_items > tbl->tbl_max)) in PTABLE_store()
95 const UV oldsize = tbl->tbl_max + 1; in PTABLE_grow()
101 tbl->tbl_max = --newsize; in PTABLE_grow()
129 UV riter = tbl->tbl_max; in PTABLE_clear()
/dports/devel/p5-autobox/autobox-2.84/
H A Dptable.h47 UV tbl_max; member
69 tbl->tbl_max = 511; in PTABLE_new()
71 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTABLE_ENTRY_t*); in PTABLE_new()
81 tblent = tbl->tbl_ary[hash & tbl->tbl_max]; in PTABLE_find()
106 const UV entry = PTABLE_HASH(key) & tbl->tbl_max; in PTABLE_store()
114 if (tblent->next && (tbl->tbl_items > tbl->tbl_max)) in PTABLE_store()
125 const UV oldsize = tbl->tbl_max + 1; in PTABLE_grow()
131 tbl->tbl_max = --newsize; in PTABLE_grow()
159 UV riter = tbl->tbl_max; in PTABLE_clear()
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/
H A Dptable.h62 UV tbl_max; member
97 tbl->tbl_max = (1 << size_base2_exponent) - 1; in PTABLE_new_size()
100 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTABLE_ENTRY_t*); in PTABLE_new_size()
115 tblent = tbl->tbl_ary[hash & tbl->tbl_max]; in PTABLE_find()
136 const UV oldsize = tbl->tbl_max + 1; in PTABLE_grow()
142 tbl->tbl_max = --newsize; in PTABLE_grow()
173 const UV entry = PTABLE_HASH(key) & tbl->tbl_max; in PTABLE_store()
181 if (tblent->next && (tbl->tbl_items > tbl->tbl_max)) in PTABLE_store()
196 UV riter = tbl->tbl_max; in PTABLE_clear()
224 UV riter = tbl->tbl_max; in PTABLE_clear_dec()
[all …]
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/
H A Dptable.h62 UV tbl_max; member
97 tbl->tbl_max = (1 << size_base2_exponent) - 1; in PTABLE_new_size()
100 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTABLE_ENTRY_t*); in PTABLE_new_size()
115 tblent = tbl->tbl_ary[hash & tbl->tbl_max]; in PTABLE_find()
136 const UV oldsize = tbl->tbl_max + 1; in PTABLE_grow()
142 tbl->tbl_max = --newsize; in PTABLE_grow()
173 const UV entry = PTABLE_HASH(key) & tbl->tbl_max; in PTABLE_store()
181 if (tblent->next && (tbl->tbl_items > tbl->tbl_max)) in PTABLE_store()
196 UV riter = tbl->tbl_max; in PTABLE_clear()
224 UV riter = tbl->tbl_max; in PTABLE_clear_dec()
[all …]
/dports/devel/p5-Test-LeakTrace/Test-LeakTrace-0.17/
H A Dptr_table.h58 tbl->tbl_max = 511; in my_ptr_table_new()
60 Newxz(tbl->tbl_ary, tbl->tbl_max + 1, PTR_TBL_ENT_t*); in my_ptr_table_new()
68 const UV oldsize = tbl->tbl_max + 1; in my_ptr_table_split()
75 tbl->tbl_max = --newsize; in my_ptr_table_split()
101 tblent = tbl->tbl_ary[PTR_TABLE_HASH(sv) & tbl->tbl_max]; in my_ptr_table_find()
125 const UV entry = PTR_TABLE_HASH(oldsv) & tbl->tbl_max; in my_ptr_table_store()
134 if (tblent->next && tbl->tbl_items > tbl->tbl_max) in my_ptr_table_store()
146 UV riter = tbl->tbl_max; in my_ptr_table_clear()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/openssl-src-111.9.0+1.1.1g/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.14.0+1.1.1j/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.15.0+1.1.1k/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1;
80 tbl_max = strtoul(cnf->value, &eptr, 0);
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max,
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/www/websocat/websocat-1.9.0/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()
/dports/lang/rust/rustc-1.58.1-src/vendor/openssl-src/openssl/crypto/asn1/
H A Dasn_mstbl.c61 long tbl_min = -1, tbl_max = -1; in do_tcreate() local
80 tbl_max = strtoul(cnf->value, &eptr, 0); in do_tcreate()
106 rv = ASN1_STRING_TABLE_add(nid, tbl_min, tbl_max, in do_tcreate()

12