HomeSort by relevance Sort by last modified time
    Searched defs:xmlEncodeEntitiesReentrant (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libxml/src/
entities.c 535 xmlEntitiesErrMemory("xmlEncodeEntitiesReentrant: realloc failed");\
542 * xmlEncodeEntitiesReentrant:
554 xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) {
571 xmlEntitiesErrMemory("xmlEncodeEntitiesReentrant: malloc failed");
630 "xmlEncodeEntitiesReentrant : input not UTF-8");
663 "xmlEncodeEntitiesReentrant : char out of range\n");
elfgcchack.h     [all...]
  /external/libxml2/
entities.c 535 xmlEntitiesErrMemory("xmlEncodeEntitiesReentrant: realloc failed");\
542 * xmlEncodeEntitiesReentrant:
554 xmlEncodeEntitiesReentrant(xmlDocPtr doc, const xmlChar *input) {
571 xmlEntitiesErrMemory("xmlEncodeEntitiesReentrant: malloc failed");
630 "xmlEncodeEntitiesReentrant : input not UTF-8");
663 "xmlEncodeEntitiesReentrant : char out of range\n");
elfgcchack.h     [all...]

Completed in 228 milliseconds