Home
last modified time | relevance | path

Searched refs:poolLength (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c606 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
4960 = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5818 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5865 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5891 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6228 entity->textLen = (int)(poolLength(pool)); in storeSelfEntityValue()
6619 if (poolLength(&parser->m_tempPool) == 0) in setContext()
/third_party/python/Modules/expat/
H A Dxmlparse.c595 #define poolLength(pool) ((pool)->ptr - (pool)->start) macro
5038 = (int)(poolLength(&dtd->entityValuePool)); in doProlog()
5875 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
5922 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
5948 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6651 if (poolLength(&parser->m_tempPool) == 0) in setContext()

Completed in 24 milliseconds