Searched refs:storeEntityValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmlparse.c | 543 static enum XML_Error storeEntityValue(XML_Parser parser, const ENCODING *enc, 5050 return storeEntityValue(parser, parser->m_encoding, s, end, 5178 return storeEntityValue(parser, enc, s, end, XML_ACCOUNT_DIRECT, NULL); 6783 storeEntityValue(XML_Parser parser, const ENCODING *enc, function 6979 = storeEntityValue(parser, enc, next, entityTextEnd, account, &next); 6993 result = storeEntityValue(parser, parser->m_internalEncoding, textStart,
|