Searched defs:htmlErrMemory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c67 * htmlErrMemory:
74 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) function
177 htmlErrMemory(ctxt, NULL);
233 htmlErrMemory(ctxt, NULL);
1875 htmlErrMemory(ctxt, "growing buffer\n"); \
2151 htmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
2277 htmlErrMemory(NULL, "HTML document creation failed\n");
2507 htmlErrMemory(ctxt, "buffer allocation failed\n");
3098 htmlErrMemory(ctxt, NULL);
3116 htmlErrMemory(ctx
[all...]
/external/libxml2/
H A DHTMLparser.c70 * htmlErrMemory:
77 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) function
180 htmlErrMemory(ctxt, NULL);
236 htmlErrMemory(ctxt, NULL);
1915 htmlErrMemory(ctxt, "growing buffer\n"); \
2191 htmlErrMemory(ctxt, "couldn't allocate a new input stream\n");
2317 htmlErrMemory(NULL, "HTML document creation failed\n");
2547 htmlErrMemory(ctxt, "buffer allocation failed\n");
3151 htmlErrMemory(ctxt, NULL);
3169 htmlErrMemory(ctx
[all...]

Completed in 80 milliseconds