Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/lib/
Dxmlparse.c556 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,
4883 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()
6229 if (! poolAppendString(pool, entity_start) in storeSelfEntityValue()
6230 || ! poolAppendString(pool, entity->name) in storeSelfEntityValue()
6231 || ! poolAppendString(pool, entity_end)) { in storeSelfEntityValue()
7257 poolAppendString(STRING_POOL *pool, const XML_Char *s) { in poolAppendString() function
/third_party/python/Modules/expat/
Dxmlparse.c545 static const XML_Char *FASTCALL poolAppendString(STRING_POOL *pool,
4955 if (! poolAppendString(&parser->m_tempPool, prefix)) in doProlog()
7270 poolAppendString(STRING_POOL *pool, const XML_Char *s) { in poolAppendString() function