Lines Matching refs:xmlChar
81 r = (xmlChar *) xmlDictLookup((c)->comp->dict, BAD_CAST nsname, -1); \
90 const xmlChar *name; /* first string value if NULL accept all */
91 const xmlChar *ns; /* second string value */
154 const xmlChar *value;
155 const xmlChar *value2; /* The namespace name */
165 const xmlChar *pattern; /* the pattern */
176 const xmlChar *cur; /* the current char being parsed */
177 const xmlChar *base; /* the full expression */
182 const xmlChar **namespaces; /* the namespaces definitions */
239 xmlFree((xmlChar *)comp->pattern);
245 xmlFree((xmlChar *) op->value);
247 xmlFree((xmlChar *) op->value2);
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict,
290 const xmlChar **namespaces) {
345 xmlPatOp op, xmlChar * value, xmlChar * value2)
379 register const xmlChar *tmp;
433 register const xmlChar *tmp;
749 static xmlChar *
751 const xmlChar *q, *cur;
752 xmlChar *ret = NULL;
769 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
788 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
817 static xmlChar *
819 const xmlChar *q, *cur;
820 xmlChar *ret = NULL;
839 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
855 static xmlChar *
857 const xmlChar *q, *cur;
858 xmlChar *ret = NULL;
877 ret = (xmlChar *) xmlDictLookup(ctxt->dict, q, cur - q);
895 static xmlChar *
896 xmlPatScanQName(xmlPatParserContextPtr ctxt, xmlChar **prefix) {
897 xmlChar *ret = NULL;
918 xmlChar *token = NULL;
919 xmlChar *name = NULL;
920 xmlChar *URL = NULL;
937 xmlChar *prefix = name;
1010 xmlChar *token = NULL;
1011 xmlChar *name = NULL;
1012 xmlChar *URL = NULL;
1060 xmlChar *prefix = name;
1110 if (xmlStrEqual(name, (const xmlChar *) "child")) {
1126 xmlChar *prefix = name;
1178 } else if (xmlStrEqual(name, (const xmlChar *) "attribute")) {
1541 xmlStreamCompAddStep(xmlStreamCompPtr comp, const xmlChar *name,
1542 const xmlChar *ns, int nodeType, int flags) {
1854 const xmlChar *name, const xmlChar *ns,
2213 const xmlChar *name, const xmlChar *ns) {
2238 const xmlChar *name, const xmlChar *ns,
2263 const xmlChar *name, const xmlChar *ns) {
2354 xmlPatterncompile(const xmlChar *pattern, xmlDict *dict, int flags,
2355 const xmlChar **namespaces) {
2358 const xmlChar *or, *start;
2359 xmlChar *tmp = NULL;