Home
last modified time | relevance | path

Searched refs:alloced (Results 126 – 150 of 1773) sorted by relevance

12345678910>>...71

/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c23 int *alloced,
31 int *alloced,
161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument
169 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
183 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
/dports/mail/qsf/qsf-1.2.7/src/mailbox/
H A Dscan.c54 mbox->alloced = 1; in mbox_scan()
69 if (mbox->count >= (mbox->alloced - 1)) { in mbox_scan()
70 mbox->alloced += 4096; in mbox_scan()
74 (mbox->alloced)); in mbox_scan()
89 (mbox->alloced)); in mbox_scan()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c23 int *alloced,
31 int *alloced,
161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument
169 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
183 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c23 int *alloced,
31 int *alloced,
161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument
169 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
183 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/providers/implementations/ciphers/
H A Dciphercommon_block.c23 int *alloced,
31 int *alloced,
161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument
169 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
183 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
/dports/security/openssl-devel/openssl-3.0.2/providers/implementations/ciphers/
H A Dciphercommon_block.c23 int *alloced,
31 int *alloced,
161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument
169 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
183 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/providers/implementations/ciphers/
H A Dciphercommon_block.c23 int *alloced,
31 int *alloced,
161 unsigned char **mac, int *alloced, size_t macsize, in ossl_cipher_tlsunpadblock() argument
169 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
183 alloced, blocksize, macsize, in ossl_cipher_tlsunpadblock()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/
H A Dbitvector.c64 #define bv_bits(bv) (bv->alloc ? bv->bits.alloced : bv->bits._noalloc)
81 unsigned char *alloced = xzmalloc(newalloc); in bv_ensure() local
82 memcpy(alloced, bv->bits._noalloc, BV_NOALLOCSIZE); in bv_ensure()
83 bv->bits.alloced = alloced; in bv_ensure()
86 bv->bits.alloced = xrealloc(bv->bits.alloced, newalloc); in bv_ensure()
87 memset(bv->bits.alloced + bv->alloc, 0, newalloc - bv->alloc); in bv_ensure()
327 free(bv->bits.alloced); in bv_fini()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_string.h156 bool alloced,thread_specific;
167 alloced= thread_specific= 0;
175 alloced= thread_specific= 0;
186 alloced= thread_specific= 0;
207 if (!alloced)
296 if (!alloced)
323 alloced= ptr_arg != 0;
366 if (alloced)
368 alloced=0;
483 alloced= s.alloced;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_string.h156 bool alloced,thread_specific; variable
167 alloced= thread_specific= 0; in String()
175 alloced= thread_specific= 0; in String()
186 alloced= thread_specific= 0; in String()
207 if (!alloced) in set_thread_specific()
296 if (!alloced) in set_quick()
323 alloced= ptr_arg != 0; in reset()
366 if (alloced) in free()
368 alloced=0; in free()
483 alloced= s.alloced; in move()
[all …]
/dports/devel/liblangtag/liblangtag-0.6.3/liblangtag/
H A Dlt-relation-db.c96 lt_bool_t alloced; in lt_relation_db_parse() local
120 alloced = FALSE; in lt_relation_db_parse()
124 alloced = TRUE; in lt_relation_db_parse()
126 if (alloced) { in lt_relation_db_parse()
132 alloced = FALSE; in lt_relation_db_parse()
135 alloced = TRUE; in lt_relation_db_parse()
137 if (alloced) { in lt_relation_db_parse()
/dports/biology/kallisto/kallisto-0.46.1/ext/htslib/cram/
H A DmFILE.c131 mf->alloced = 0; in mfmmap()
203 mf->alloced = size; in mfcreate()
221 mf->alloced = size; in mfrecreate()
301 mf->alloced = mf->size; in mfreopen()
523 while (size * nmemb + mf->offset > mf->alloced) { in mfwrite()
524 size_t new_alloced = mf->alloced ? mf->alloced * 2 : 1024; in mfwrite()
527 mf->alloced = new_alloced; in mfwrite()
646 while (est_length + mf->offset > mf->alloced) { in mfprintf()
647 size_t new_alloced = mf->alloced ? mf->alloced * 2 : 1024; in mfprintf()
650 mf->alloced = new_alloced; in mfprintf()
/dports/lang/spidermonkey78/firefox-78.9.0/tools/jprof/
H A Delf.cpp32 long alloced = 10000; in readSymbols() local
35 Symbol* last = syms + alloced; in readSymbols()
110 long n = alloced + 10000; in readSymbols()
113 sp = syms + alloced; in readSymbols()
114 alloced = n; in readSymbols()
/dports/lang/spidermonkey60/firefox-60.9.0/tools/jprof/
H A Delf.cpp32 long alloced = 10000; in readSymbols() local
35 Symbol *last = syms + alloced; in readSymbols()
110 long n = alloced + 10000; in readSymbols()
113 sp = syms + alloced; in readSymbols()
114 alloced = n; in readSymbols()
/dports/mail/thunderbird/thunderbird-91.8.0/tools/jprof/
H A Delf.cpp32 long alloced = 10000; in readSymbols() local
35 Symbol* last = syms + alloced; in readSymbols()
110 long n = alloced + 10000; in readSymbols()
113 sp = syms + alloced; in readSymbols()
114 alloced = n; in readSymbols()
/dports/www/firefox/firefox-99.0/tools/jprof/
H A Delf.cpp32 long alloced = 10000; in readSymbols() local
35 Symbol* last = syms + alloced; in readSymbols()
110 long n = alloced + 10000; in readSymbols()
113 sp = syms + alloced; in readSymbols()
114 alloced = n; in readSymbols()
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/jprof/
H A Delf.cpp34 long alloced = 10000;
37 Symbol* last = syms + alloced;
114 long n = alloced + 10000;
118 sp = syms + alloced;
119 alloced = n;
/dports/www/firefox-esr/firefox-91.8.0/tools/jprof/
H A Delf.cpp32 long alloced = 10000; in readSymbols() local
35 Symbol* last = syms + alloced; in readSymbols()
110 long n = alloced + 10000; in readSymbols()
113 sp = syms + alloced; in readSymbols()
114 alloced = n; in readSymbols()
/dports/graphics/sam2p/sam2p-0.49.4/
H A Dgensi.cpp546 assert(alloced>=len); in vi_grow2()
556 assert(alloced>=sizeof(small)/1); in vi_grow2()
558 assert(alloced==sizeof(small)); in vi_grow2()
561 newbeg=new char[alloced=2*newlen]; in vi_grow2()
567 if (newlen<alloced/2) { /* shrink */ in vi_grow2()
570 newbeg=new char[alloced=newlen]; in vi_grow2()
575 alloced=sizeof(small); in vi_grow2()
594 assert(alloced==sizeof(small) || (alloced>sizeof(small) && len>=alloced/2)); in vi_grow2()
595 assert(alloced>=len); in vi_grow2()
756 assert(alloced>=len); in B_append()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/mtproto/details/
H A Dmtproto_dump_to_text.h23 , alloced(kBufferSize) { in DumpToTextBuffer()
61 if (size + add <= alloced) return; in ensureLength()
69 alloced = newsize; in ensureLength()
76 int alloced = 0; member
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DDrawUtils.c62 static XRectangle saved[STATIC_RECTS], *alloced = NULL; local
89 alloced = (XRectangle*) XtRealloc((XtPointer) alloced,
92 rt = alloced;
/dports/irc/ezbounce/ezbounce-1.99.15/src/io/
H A Dbuffer.cc45 alloced(0), in(0) in buffer()
58 alloced = min; in buffer()
206 out->alloced = alloced; in flush()
209 alloced = min; in flush()
273 alloced = min; in optimize()
319 alloced = new_size; in reserve()
/dports/x11-fonts/fonttosfnt/fonttosfnt-1.2.1/
H A Denv.c85 static char **alloced; /* if allocated space before */ in setenv() local
106 if (alloced == environ) { /* just increase size */ in setenv()
111 alloced = environ = p; in setenv()
118 alloced = environ = p; in setenv()
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A DmFILE.c149 mf->alloced = 0; in mfmmap()
221 mf->alloced = size; in mfcreate()
239 mf->alloced = size; in mfrecreate()
319 mf->alloced = mf->size; in mfreopen()
553 while (size * nmemb + mf->offset > mf->alloced) { in mfwrite()
554 size_t new_alloced = mf->alloced ? mf->alloced * 2 : 1024; in mfwrite()
557 mf->alloced = new_alloced; in mfwrite()
676 while (est_length + mf->offset > mf->alloced) { in mfprintf()
677 size_t new_alloced = mf->alloced ? mf->alloced * 2 : 1024; in mfprintf()
680 mf->alloced = new_alloced; in mfprintf()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/common/
H A Dbloblist.c17 if (hdr->alloced <= hdr->hdr_size) in bloblist_first_blob()
29 if (offset >= hdr->alloced) in bloblist_next_blob()
61 new_alloced = hdr->alloced + sizeof(*rec) + in bloblist_addrec()
69 rec = (void *)hdr + hdr->alloced; in bloblist_addrec()
70 hdr->alloced = new_alloced; in bloblist_addrec()
177 hdr->alloced = hdr->hdr_size; in bloblist_new()

12345678910>>...71