Home
last modified time | relevance | path

Searched refs:STRING_POOL (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/lib/
H A Dxmlparse.c361 } STRING_POOL; typedef
398 STRING_POOL pool;
399 STRING_POOL entityValuePool;
525 STRING_POOL *pool,
529 const char *ptr, const char *end, STRING_POOL *pool,
566 STRING_POOL *newPool, const HASH_TABLE *oldTable);
577 static void FASTCALL poolInit(STRING_POOL *pool,
579 static void FASTCALL poolClear(STRING_POOL *pool);
580 static void FASTCALL poolDestroy(STRING_POOL *pool);
581 static XML_Char *poolAppend(STRING_POOL *pool, const ENCODING *enc,
[all …]