Home
last modified time | relevance | path

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

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