Home
last modified time | relevance | path

Searched refs:memsize (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/dba/libcdb/
H A Dcdb_make.c142 uint32 memsize; in cdb_make_finish() local
157 memsize = 1; in cdb_make_finish()
160 if (u > memsize) in cdb_make_finish()
161 memsize = u; in cdb_make_finish()
164 memsize += c->numentries; /* no overflow possible up to now */ in cdb_make_finish()
167 if (memsize > u) { in cdb_make_finish()
172 c->split = (struct cdb_hp *) safe_emalloc(memsize, sizeof(struct cdb_hp), 0); in cdb_make_finish()
/PHP-8.1/ext/hash/tests/
H A Dxxhash_unserialize_memsize.phpt2 xxhash memsize must be in range when unserializing
/PHP-8.1/ext/hash/
H A Dhash_xxhash.c82 && ctx->s.memsize < 16) { in php_hash_xxh32_unserialize()
226 && ctx->s.memsize < 32) { in php_hash_xxh64_unserialize()
/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h623 XXH32_hash_t memsize; member
637 XXH32_hash_t memsize; member
1463 state->memsize += (XXH32_hash_t)len; in XXH32_update()
1468 XXH_memcpy((xxh_u8*)(state->mem32) + state->memsize, input, 16-state->memsize); in XXH32_update()
1475 p += 16-state->memsize; in XXH32_update()
1476 state->memsize = 0; in XXH32_update()
1501 state->memsize = (unsigned)(bEnd-p); in XXH32_update()
2002 state->memsize += (xxh_u32)len; in XXH64_update()
2007 XXH_memcpy(((xxh_u8*)state->mem64) + state->memsize, input, 32-state->memsize); in XXH64_update()
2012 p += 32-state->memsize; in XXH64_update()
[all …]
/PHP-8.1/ext/opcache/
H A Dzend_accelerator_module.c67 zend_long memsize = atoi(ZSTR_VAL(new_value)); in ZEND_INI_MH() local
69 if (memsize < 8) { in ZEND_INI_MH()
73 if (UNEXPECTED(memsize > ZEND_LONG_MAX / (1024 * 1024))) { in ZEND_INI_MH()
76 *p = memsize * (1024 * 1024); in ZEND_INI_MH()

Completed in 36 milliseconds