Lines Matching refs:block
172 allocString(StringBlock *block, const char *s, int32_t length);1071 allocString(StringBlock *block, const char *s, int32_t length) {1084 top=block->top + (uint32_t)((length + 1 + 1) & ~1);1086 if(top >= block->max) {1092 p = block->store + block->top;1105 block->top = top;