Searched refs:htmlInitParserCtxt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c4206 * htmlInitParserCtxt:
4215 htmlInitParserCtxt(htmlParserCtxtPtr ctxt) function
4224 htmlErrMemory(NULL, "htmlInitParserCtxt: out of memory\n");
4229 htmlErrMemory(NULL, "htmlInitParserCtxt: out of memory\n");
4239 htmlErrMemory(NULL, "htmlInitParserCtxt: out of memory\n");
4256 htmlErrMemory(NULL, "htmlInitParserCtxt: out of memory\n");
4272 htmlErrMemory(NULL, "htmlInitParserCtxt: out of memory\n");
4345 if (htmlInitParserCtxt(ctxt) < 0) {

Completed in 55 milliseconds