Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c625 #define poolLastChar(pool) (((pool)->ptr)[-1]) macro
5979 if (! isCdata && poolLength(pool) && poolLastChar(pool) == 0x20) in storeAttributeValue()
6026 && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()
6052 if (! isCdata && (poolLength(pool) == 0 || poolLastChar(pool) == 0x20)) in appendAttributeValue()