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

/vbox/src/libs/libxml2-2.6.31/
H A DtestC14N.c53 const char* xpath_filename, xmlChar **inclusive_namespaces) {
84 if(xpath_filename) {
85 xpath = load_xpath_expr(doc, xpath_filename);
52 test_c14n(const char* xml_filename, int with_comments, int exclusive, const char* xpath_filename, xmlChar **inclusive_namespaces) argument
H A Druntest.c3675 const char* xpath_filename, const char *ns_filename,
3711 if(xpath_filename) {
3712 xpath = load_xpath_expr(doc, xpath_filename);
3674 c14nRunTest(const char* xml_filename, int with_comments, int exclusive, const char* xpath_filename, const char *ns_filename, const char* result_file) argument

Completed in 68 milliseconds