Lines Matching refs:pattern
180 #include <libxml/pattern.h>
1174 #include <libxml/pattern.h>
16924 xmlPatternPtr comp; /* the precompiled pattern */
16968 xmlPatternPtr comp; /* the precompiled pattern */
17009 xmlPatternPtr comp; /* the precompiled pattern */
17043 xmlPatternPtr comp; /* the precompiled pattern */
17077 xmlPatternPtr comp; /* the precompiled pattern */
17346 if (quiet == 0) printf("Testing pattern : 10 of 15 functions ...\n");
17361 printf("Module pattern: %d errors\n", test_ret);
32478 xmlChar * pattern; /* an XPath subset pattern */
32488 pattern = gen_const_xmlChar_ptr(n_pattern, 1);
32491 ret_val = xmlTextReaderPreservePattern(reader, (const xmlChar *)pattern, (const xmlChar **)namespaces);
32495 des_const_xmlChar_ptr(n_pattern, (const xmlChar *)pattern, 1);
35939 xmlChar * value; /* the lexical (or normalized for pattern) repr of the value to validate */
52361 if (!strcmp(module, "pattern")) return(test_pattern());