Home
last modified time | relevance | path

Searched refs:n_ctxt (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dtestapi.c1601 int n_ctxt; in test_htmlCtxtReadDoc() local
1611 for (n_ctxt = 0;n_ctxt < gen_nb_htmlParserCtxtPtr;n_ctxt++) { in test_htmlCtxtReadDoc()
1617 ctxt = gen_htmlParserCtxtPtr(n_ctxt, 0); in test_htmlCtxtReadDoc()
1626 des_htmlParserCtxtPtr(n_ctxt, ctxt, 0); in test_htmlCtxtReadDoc()
1636 printf(" %d", n_ctxt); in test_htmlCtxtReadDoc()
1662 int n_ctxt; in test_htmlCtxtReadFile() local
1670 for (n_ctxt = 0;n_ctxt < gen_nb_htmlParserCtxtPtr;n_ctxt++) { in test_htmlCtxtReadFile()
1674 ctxt = gen_htmlParserCtxtPtr(n_ctxt, 0); in test_htmlCtxtReadFile()
1682 des_htmlParserCtxtPtr(n_ctxt, ctxt, 0); in test_htmlCtxtReadFile()
1706 int n_ctxt; in test_htmlCtxtReadMemory() local
[all …]