Home
last modified time | relevance | path

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

/openbsd/lib/libexpat/lib/
H A Dxmlparse.c7463 const int bytesToAllocate in poolBytesToAllocateFor() local
7465 if (bytesToAllocate < 0) in poolBytesToAllocateFor()
7468 return (size_t)bytesToAllocate; in poolBytesToAllocateFor()
7500 size_t bytesToAllocate; in poolGrow() local
7516 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()
7517 if (bytesToAllocate == 0) in poolGrow()
7521 (unsigned)bytesToAllocate); in poolGrow()
7532 size_t bytesToAllocate; in poolGrow() local
7557 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()
7558 if (bytesToAllocate == 0) in poolGrow()
[all …]