Lines Matching defs:BLOCK
348 } BLOCK;
351 BLOCK *blocks;
352 BLOCK *freeBlocks;
7340 BLOCK *p = pool->blocks;
7342 BLOCK *tem = p->next;
7356 BLOCK *p = pool->blocks;
7358 BLOCK *tem = p->next;
7364 BLOCK *tem = p->next;
7447 ** return offsetof(BLOCK, s) + blockSize * sizeof(XML_Char);
7464 = (int)(offsetof(BLOCK, s) + (unsigned)stretchedBlockSize);
7485 BLOCK *tem = pool->freeBlocks->next;
7498 BLOCK *temp;
7520 temp = (BLOCK *)pool->mem->realloc_fcn(pool->blocks,
7530 BLOCK *tem;