Home
last modified time | relevance | path

Searched refs:MPOOL_REALLOC2 (Results 1 – 10 of 10) sorted by relevance

/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dmpool.h57 #define MPOOL_REALLOC2(a, b, c) mpool_realloc2(a, b, c) macro
74 #define MPOOL_REALLOC2(a, b, c) cli_realloc2(b, c) macro
H A Dmatcher-hash.c115 szh->hash_array = MPOOL_REALLOC2(root->mempool, szh->hash_array, hlen * szh->items); in hm_addhash_bin()
124 …szh->virusnames = MPOOL_REALLOC2(root->mempool, szh->virusnames, sizeof(*szh->virusnames) * szh->i… in hm_addhash_bin()
H A Dmatcher-bm.c122 …root->bm_pattab = (struct cli_bm_patt **)MPOOL_REALLOC2(root->mempool, root->bm_pattab, (root->bm_… in cli_bm_addpatt()
H A Dreaddb.c1455 …tdb->val = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->val, tdb->cnt[CLI_TDB_UINT] * sizeof(… in lsigattribs()
1471 …tdb->val = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->val, tdb->cnt[CLI_TDB_UINT] * sizeof(… in lsigattribs()
1491 …tdb->val = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->val, tdb->cnt[CLI_TDB_UINT] * sizeof(uint… in lsigattribs()
1516 …tdb->range = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->range, tdb->cnt[CLI_TDB_RANGE] * sizeof… in lsigattribs()
1539 …tdb->range = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->range, tdb->cnt[CLI_TDB_RANGE] * sizeof… in lsigattribs()
1558 … tdb->str = (char *)MPOOL_REALLOC2(tdb->mempool, tdb->str, tdb->cnt[CLI_TDB_STR] * sizeof(char)); in lsigattribs()
H A Dmatcher-ac.c2913 …root->ac_reloff = (struct cli_ac_patt **)MPOOL_REALLOC2(root->mempool, root->ac_reloff, (root->ac_… in cli_ac_addsig()
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dmpool.h57 #define MPOOL_REALLOC2(a, b, c) mpool_realloc2(a, b, c) macro
74 #define MPOOL_REALLOC2(a, b, c) cli_realloc2(b, c) macro
H A Dmatcher-hash.c115 szh->hash_array = MPOOL_REALLOC2(root->mempool, szh->hash_array, hlen * szh->items); in hm_addhash_bin()
124 …szh->virusnames = MPOOL_REALLOC2(root->mempool, szh->virusnames, sizeof(*szh->virusnames) * szh->i… in hm_addhash_bin()
H A Dmatcher-bm.c122 …root->bm_pattab = (struct cli_bm_patt **)MPOOL_REALLOC2(root->mempool, root->bm_pattab, (root->bm_… in cli_bm_addpatt()
H A Dreaddb.c1461 …tdb->val = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->val, tdb->cnt[CLI_TDB_UINT] * sizeof(… in lsigattribs()
1477 …tdb->val = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->val, tdb->cnt[CLI_TDB_UINT] * sizeof(… in lsigattribs()
1497 …tdb->val = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->val, tdb->cnt[CLI_TDB_UINT] * sizeof(uint… in lsigattribs()
1522 …tdb->range = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->range, tdb->cnt[CLI_TDB_RANGE] * sizeof… in lsigattribs()
1545 …tdb->range = (uint32_t *)MPOOL_REALLOC2(tdb->mempool, tdb->range, tdb->cnt[CLI_TDB_RANGE] * sizeof… in lsigattribs()
1564 … tdb->str = (char *)MPOOL_REALLOC2(tdb->mempool, tdb->str, tdb->cnt[CLI_TDB_STR] * sizeof(char)); in lsigattribs()
H A Dmatcher-ac.c2921 …root->ac_reloff = (struct cli_ac_patt **)MPOOL_REALLOC2(root->mempool, root->ac_reloff, (root->ac_… in cli_ac_addsig()