Home
last modified time | relevance | path

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

/freebsd/contrib/expat/lib/
H A Dxmlparse.c6663 #define CONTEXT_SEP XML_T(ASCII_FF) macro
6724 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6748 if (needSep && ! poolAppendChar(&parser->m_tempPool, CONTEXT_SEP)) in getContext()
6771 if (*s == CONTEXT_SEP || *s == XML_T('\0')) { in setContext()
6802 for (context = s + 1; *context != CONTEXT_SEP && *context != XML_T('\0'); in setContext()