Searched refs:htmlErrMemory (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | HTMLparser.c | 74 htmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra) in htmlErrMemory() function 173 htmlErrMemory(ctxt, NULL); in htmlnamePush() 1724 htmlErrMemory(ctxt, "growing buffer\n"); \ 2000 htmlErrMemory(ctxt, "couldn't allocate a new input stream\n"); in htmlNewInputStream() 2126 htmlErrMemory(NULL, "HTML document creation failed\n"); in htmlNewDocNoDtD() 2355 htmlErrMemory(ctxt, "buffer allocation failed\n"); in htmlParseHTMLAttribute() 2946 htmlErrMemory(ctxt, NULL); in htmlParsePI() 2964 htmlErrMemory(ctxt, NULL); in htmlParsePI() 3039 htmlErrMemory(ctxt, "buffer allocation failed\n"); in htmlParseComment() 3059 htmlErrMemory(ctxt, "growing buffer failed\n"); in htmlParseComment() [all …]
|