Searched refs:StringBlock (Results 1 – 2 of 2) sorted by relevance
34 } StringBlock; typedef40 StringBlock* blockListHead;41 StringBlock* blockListTail;60 StringBlock* block = DE_POOL_NEW(builder->pool, StringBlock); in dePoolStringBuilder_appendString()124 StringBlock* block = builder->blockListHead; in dePoolStringBuilder_dupToPool()
97 } StringBlock; typedef100 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };116 static StringBlock tagBlock = { tagStore, 0, TAG_STORE_SIZE };175 allocString(StringBlock *block, const char *s, int32_t length);1081 allocString(StringBlock *block, const char *s, int32_t length) { in allocString()