Searched refs:xmlNewPatParserContext (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dpattern.c278 * xmlNewPatParserContext:
289 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, function
299 "xmlNewPatParserContext : malloc failed\n");
2372 ctxt = xmlNewPatParserContext(start, dict, namespaces);
2376 ctxt = xmlNewPatParserContext(tmp, dict, namespaces);
/external/libxml2/
H A Dpattern.c281 * xmlNewPatParserContext:
292 xmlNewPatParserContext(const xmlChar *pattern, xmlDictPtr dict, function
302 "xmlNewPatParserContext : malloc failed\n");
2376 ctxt = xmlNewPatParserContext(start, dict, namespaces);
2380 ctxt = xmlNewPatParserContext(tmp, dict, namespaces);

Completed in 115 milliseconds