Searched defs:INIT_BLOCK_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c139 #define INIT_BLOCK_SIZE 1024 macro
6252 if (blockSize < INIT_BLOCK_SIZE)
6253 blockSize = INIT_BLOCK_SIZE;

Completed in 111 milliseconds