Lines Matching refs:BLOCK
325 } BLOCK;
328 BLOCK *blocks;
329 BLOCK *freeBlocks;
7186 BLOCK *p = pool->blocks;
7188 BLOCK *tem = p->next;
7202 BLOCK *p = pool->blocks;
7204 BLOCK *tem = p->next;
7210 BLOCK *tem = p->next;
7293 ** return offsetof(BLOCK, s) + blockSize * sizeof(XML_Char);
7310 = (int)(offsetof(BLOCK, s) + (unsigned)stretchedBlockSize);
7331 BLOCK *tem = pool->freeBlocks->next;
7344 BLOCK *temp;
7366 temp = (BLOCK *)pool->mem->realloc_fcn(pool->blocks,
7376 BLOCK *tem;