Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c1938 if (bytesToAllocate > 0) { in XML_Parse()
7287 const int bytesToAllocate in poolBytesToAllocateFor() local
7289 if (bytesToAllocate < 0) in poolBytesToAllocateFor()
7292 return (size_t)bytesToAllocate; in poolBytesToAllocateFor()
7324 size_t bytesToAllocate; in poolGrow() local
7340 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()
7341 if (bytesToAllocate == 0) in poolGrow()
7356 size_t bytesToAllocate; in poolGrow() local
7381 bytesToAllocate = poolBytesToAllocateFor(blockSize); in poolGrow()
7382 if (bytesToAllocate == 0) in poolGrow()
[all …]