Searched refs:poolCopyStringN (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 554 static const XML_Char *poolCopyStringN(STRING_POOL *pool, const XML_Char *s, 6964 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable() 7223 poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n) { in poolCopyStringN() function 7226 * poolCopyStringN(). Currently it is called from exactly one in poolCopyStringN() 7231 * If poolCopyStringN() is used elsewhere as it well might be, in poolCopyStringN()
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 543 static const XML_Char *poolCopyStringN(STRING_POOL *pool, const XML_Char *s, 6986 = poolCopyStringN(newPool, oldE->textPtr, oldE->textLen); in copyEntityTable() 7245 poolCopyStringN(STRING_POOL *pool, const XML_Char *s, int n) { in poolCopyStringN() function 7248 * poolCopyStringN(). Currently it is called from exactly one in poolCopyStringN() 7253 * If poolCopyStringN() is used elsewhere as it well might be, in poolCopyStringN()
|
Completed in 20 milliseconds