Home
last modified time | relevance | path

Searched refs:cli_realloc (Results 1 – 25 of 66) sorted by relevance

123

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dautoit.c1198 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1232 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1256 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1278 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1302 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1354 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1409 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1430 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
H A Dpdfdecode.c594 if (!(temp = cli_realloc(decoded, capacity + INFLATE_CHUNK_SIZE))) { in filter_rldecode()
620 if (!(temp = cli_realloc(decoded, capacity + INFLATE_CHUNK_SIZE))) { in filter_rldecode()
644 } else if (!(temp = cli_realloc(decoded, declen))) { in filter_rldecode()
767 if (!(temp = cli_realloc(decoded, capacity + INFLATE_CHUNK_SIZE))) { in filter_flatedecode()
826 } else if (!(temp = cli_realloc(decoded, declen))) { in filter_flatedecode()
1051 if (!(temp = cli_realloc(decoded, capacity + INFLATE_CHUNK_SIZE))) { in filter_lzwdecode()
1111 } else if (!(temp = cli_realloc(decoded, declen))) { in filter_lzwdecode()
H A Degg.c1222 comments_tmp = (char**)cli_realloc( in egg_parse_file_extra_field()
1672 files_tmp = (egg_file**)cli_realloc( in cli_egg_open()
1701 blocks_tmp = (egg_block**)cli_realloc( in cli_egg_open()
1726 blocks_tmp = (egg_block**)cli_realloc( in cli_egg_open()
1800 comments_tmp = (char**)cli_realloc( in cli_egg_open()
1989 if (!(decoded_tmp = cli_realloc(decoded, capacity + BUFSIZ))) { in cli_egg_deflate_decompress()
2112 if (!(decoded_tmp = cli_realloc(decoded, capacity + BUFSIZ))) { in cli_egg_bzip2_decompress()
2230 if (!(decoded_tmp = cli_realloc(decoded, capacity + BUFSIZ))) { in cli_egg_lzma_decompress()
2379 …decompressed_tmp = cli_realloc(decompressed, (size_t)decompressed_size + currBlock->blockHeader->c… in cli_egg_extract_file()
2407 … decompressed_tmp = cli_realloc(decompressed, (size_t)decompressed_size + decompressed_block_size); in cli_egg_extract_file()
[all …]
H A Dblob.c233 unsigned char *p = cli_realloc(b->data, b->size + growth); in blobAddData()
253 unsigned char *p = cli_realloc(b->data, b->size + (len * 4)); in blobAddData()
321 unsigned char *ptr = cli_realloc(b->data, b->len); in blobClose()
391 unsigned char *ptr = cli_realloc(b->data, b->size + len); in blobGrow()
H A Dbytecode_api.c681 b = cli_realloc(ctx->buffers, sizeof(*ctx->buffers) * n); in cli_bcapi_buffer_pipe_new()
704 b = cli_realloc(ctx->buffers, sizeof(*ctx->buffers) * n); in cli_bcapi_buffer_pipe_new_fromfile()
831 b = cli_realloc(ctx->inflates, sizeof(*ctx->inflates) * n); in cli_bcapi_inflate_init()
962 b = cli_realloc(ctx->lzmas, sizeof(*ctx->lzmas) * n); in cli_bcapi_lzma_init()
1049 b = cli_realloc(ctx->bzip2s, sizeof(*ctx->bzip2s) * n); in cli_bcapi_bzip2_init()
1168 b = cli_realloc(ctx->jsnorms, sizeof(*ctx->jsnorms) * n); in cli_bcapi_jsnorm_init()
1396 s = cli_realloc(ctx->maps, sizeof(*ctx->maps) * n); in cli_bcapi_map_new()
1475 s = cli_realloc(ctx->maps, ctx->nmaps * (sizeof(*s))); in cli_bcapi_map_done()
2003 j = cli_realloc(jobjs, sizeof(json_object *) * n); in cli_bcapi_json_objs_init()
2062 j = cli_realloc(jobjs, sizeof(json_object *) * n); in cli_bcapi_json_get_object()
[all …]
H A Dmpool.h73 #define MPOOL_REALLOC(a, b, c) cli_realloc(b, c)
H A Dlibclamav.map119 cli_realloc;
H A Dyara_clam.h457 #define yr_realloc cli_realloc
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dautoit.c1198 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1232 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1256 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1278 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1302 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1354 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1408 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
1422 if (!(newout = cli_realloc(buf, UNP.csize))) { in ea06()
H A Dpdfdecode.c594 if (!(temp = cli_realloc(decoded, capacity + INFLATE_CHUNK_SIZE))) { in filter_rldecode()
620 if (!(temp = cli_realloc(decoded, capacity + INFLATE_CHUNK_SIZE))) { in filter_rldecode()
644 } else if (!(temp = cli_realloc(decoded, declen))) { in filter_rldecode()
767 if (!(temp = cli_realloc(decoded, capacity + INFLATE_CHUNK_SIZE))) { in filter_flatedecode()
826 } else if (!(temp = cli_realloc(decoded, declen))) { in filter_flatedecode()
1051 if (!(temp = cli_realloc(decoded, capacity + INFLATE_CHUNK_SIZE))) { in filter_lzwdecode()
1111 } else if (!(temp = cli_realloc(decoded, declen))) { in filter_lzwdecode()
H A Degg.c1222 comments_tmp = (char**)cli_realloc( in egg_parse_file_extra_field()
1672 files_tmp = (egg_file**)cli_realloc( in cli_egg_open()
1701 blocks_tmp = (egg_block**)cli_realloc( in cli_egg_open()
1726 blocks_tmp = (egg_block**)cli_realloc( in cli_egg_open()
1800 comments_tmp = (char**)cli_realloc( in cli_egg_open()
1989 if (!(decoded_tmp = cli_realloc(decoded, capacity + BUFSIZ))) { in cli_egg_deflate_decompress()
2112 if (!(decoded_tmp = cli_realloc(decoded, capacity + BUFSIZ))) { in cli_egg_bzip2_decompress()
2230 if (!(decoded_tmp = cli_realloc(decoded, capacity + BUFSIZ))) { in cli_egg_lzma_decompress()
2379 …decompressed_tmp = cli_realloc(decompressed, (size_t)decompressed_size + currBlock->blockHeader->c… in cli_egg_extract_file()
2407 … decompressed_tmp = cli_realloc(decompressed, (size_t)decompressed_size + decompressed_block_size); in cli_egg_extract_file()
[all …]
H A Dblob.c233 unsigned char *p = cli_realloc(b->data, b->size + growth); in blobAddData()
253 unsigned char *p = cli_realloc(b->data, b->size + (len * 4)); in blobAddData()
321 unsigned char *ptr = cli_realloc(b->data, b->len); in blobClose()
391 unsigned char *ptr = cli_realloc(b->data, b->size + len); in blobGrow()
H A Dbytecode_api.c681 b = cli_realloc(ctx->buffers, sizeof(*ctx->buffers) * n); in cli_bcapi_buffer_pipe_new()
704 b = cli_realloc(ctx->buffers, sizeof(*ctx->buffers) * n); in cli_bcapi_buffer_pipe_new_fromfile()
831 b = cli_realloc(ctx->inflates, sizeof(*ctx->inflates) * n); in cli_bcapi_inflate_init()
962 b = cli_realloc(ctx->lzmas, sizeof(*ctx->lzmas) * n); in cli_bcapi_lzma_init()
1049 b = cli_realloc(ctx->bzip2s, sizeof(*ctx->bzip2s) * n); in cli_bcapi_bzip2_init()
1168 b = cli_realloc(ctx->jsnorms, sizeof(*ctx->jsnorms) * n); in cli_bcapi_jsnorm_init()
1396 s = cli_realloc(ctx->maps, sizeof(*ctx->maps) * n); in cli_bcapi_map_new()
1475 s = cli_realloc(ctx->maps, ctx->nmaps * (sizeof(*s))); in cli_bcapi_map_done()
2003 j = cli_realloc(jobjs, sizeof(json_object *) * n); in cli_bcapi_json_objs_init()
2062 j = cli_realloc(jobjs, sizeof(json_object *) * n); in cli_bcapi_json_get_object()
[all …]
H A Dmpool.h73 #define MPOOL_REALLOC(a, b, c) cli_realloc(b, c)
H A Dlibclamav.map119 cli_realloc;
H A Dyara_clam.h457 #define yr_realloc cli_realloc
H A Dpetite.c294 if (!(tmpsct = cli_realloc(usects, sizeof(struct cli_exe_section) * (j + 1)))) { in petite_inflate2x_1to9()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/jsparse/
H A Dtextbuf.h35 d = cli_realloc(txtbuf->data, capacity); in textbuffer_ensure_capacity()
H A Djs-norm.c292 data = cli_realloc(tokens->data, cap * sizeof(*tokens->data)); in tokens_ensure_capacity()
499 char *str = cli_realloc(scanner->buf.data, scanner->buf.pos); in textbuffer_done()
1141 str = cli_realloc(str, str_len + leng + 1); in cli_js_process_buffer()
1513 char *data = cli_realloc(buf->data, BUF_KEEP_SIZE); in textbuf_clean()
/dports/security/clamav/clamav-0.104.2/libclamav/jsparse/
H A Dtextbuf.h35 d = cli_realloc(txtbuf->data, capacity); in textbuffer_ensure_capacity()
H A Djs-norm.c292 data = cli_realloc(tokens->data, cap * sizeof(*tokens->data)); in tokens_ensure_capacity()
499 char *str = cli_realloc(scanner->buf.data, scanner->buf.pos); in textbuffer_done()
1141 str = cli_realloc(str, str_len + leng + 1); in cli_js_process_buffer()
1513 char *data = cli_realloc(buf->data, BUF_KEEP_SIZE); in textbuf_clean()
/dports/security/clamav/clamav-0.104.2/clamonacc/misc/
H A Dutils.c209 rlc_ptr = cli_realloc(opt_list, sizeof(char *) * (*num_entries + 1)); in onas_get_opt_list()
/dports/security/clamav-lts/clamav-0.103.5/clamonacc/misc/
H A Dutils.c208 rlc_ptr = cli_realloc(opt_list, sizeof(char *) * (*num_entries + 1)); in onas_get_opt_list()
/dports/security/clamav/clamav-0.104.2/libclamav/regex/
H A Dregcomp.c1061 ptr = (cset *)cli_realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()
1066 ptr = (uch *)cli_realloc((char *)p->g->setbits, nbytes); in allocset()
1194 np = cli_realloc(cs->multis, cs->smultis); in mcadd()
1403 sp = (sop *)cli_realloc(p->strip, size*sizeof(sop)); in enlarge()
1419 g->strip = (sop *)cli_realloc((char *)p->strip, p->slen * sizeof(sop)); in stripsnug()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/regex/
H A Dregcomp.c1061 ptr = (cset *)cli_realloc((char *)p->g->sets, nc * sizeof(cset)); in allocset()
1066 ptr = (uch *)cli_realloc((char *)p->g->setbits, nbytes); in allocset()
1194 np = cli_realloc(cs->multis, cs->smultis); in mcadd()
1403 sp = (sop *)cli_realloc(p->strip, size*sizeof(sop)); in enlarge()
1419 g->strip = (sop *)cli_realloc((char *)p->strip, p->slen * sizeof(sop)); in stripsnug()

123