Searched refs:storeEntityValue (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/expat/lib/ |
H A D | xmlparse.c | 535 static enum XML_Error storeEntityValue(XML_Parser parser, const ENCODING *enc, 4682 return storeEntityValue(parser, parser->m_encoding, s, end, in entityValueInitProcessor() 4810 return storeEntityValue(parser, enc, s, end, XML_ACCOUNT_DIRECT, NULL); in entityValueProcessor() 6398 storeEntityValue(XML_Parser parser, const ENCODING *enc, in storeEntityValue() function 6587 = storeEntityValue(parser, enc, next, entityTextEnd, account, &next); in callStoreEntityValue() 6601 result = storeEntityValue(parser, parser->m_internalEncoding, textStart, in callStoreEntityValue()
|