Searched refs:gen_xmlParserCtxtPtr (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | testapi.c | 443 static xmlParserCtxtPtr gen_xmlParserCtxtPtr(int no, int nr ATTRIBUTE_UNUSED) { in gen_xmlParserCtxtPtr() function 12657 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlByteConsumed() 12718 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlClearParserCtxt() 12858 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlCtxtReadDoc() 12915 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlCtxtReadFile() 12974 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlCtxtReadMemory() 13028 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlCtxtReset() 13071 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlCtxtResetPush() 13125 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlCtxtUseOptions() 13179 ctxt = gen_xmlParserCtxtPtr(n_ctxt, 0); in test_xmlGetFeature() [all …]
|