Lines Matching defs:BLOCK
215 typedef struct block {
216 struct block *next;
219 } BLOCK;
222 BLOCK *blocks;
223 BLOCK *freeBlocks;
922 /* Block after XML_Parse()/XML_ParseBuffer() has been called.
1153 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1166 /* block after XML_Parse()/XML_ParseBuffer() has been called */
1418 /* block after XML_Parse()/XML_ParseBuffer() has been called */
5998 BLOCK *p = pool->blocks;
6000 BLOCK *tem = p->next;
6015 BLOCK *p = pool->blocks;
6017 BLOCK *tem = p->next;
6023 BLOCK *tem = p->next;
6108 BLOCK *tem = pool->freeBlocks->next;
6122 pool->blocks = (BLOCK *)
6124 (offsetof(BLOCK, s)
6134 BLOCK *tem;
6140 tem = (BLOCK *)pool->mem->malloc_fcn(offsetof(BLOCK, s)