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

/external/expat/lib/
H A Dxmlparse.c219 #define INIT_BLOCK_SIZE 1024 macro
7012 if (blockSize < INIT_BLOCK_SIZE)
7013 blockSize = INIT_BLOCK_SIZE;
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c139 #define INIT_BLOCK_SIZE 1024 macro
6270 if (blockSize < INIT_BLOCK_SIZE)
6271 blockSize = INIT_BLOCK_SIZE;
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c139 #define INIT_BLOCK_SIZE 1024 macro
6270 if (blockSize < INIT_BLOCK_SIZE)
6271 blockSize = INIT_BLOCK_SIZE;

Completed in 309 milliseconds