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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c726 void *xpathComp; /* the compiled XPath expression */ member in struct:_xmlSchemaIDCSelect
3877 if (idcDef->selector->xpathComp != NULL)
3878 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp);
3887 if (prev->xpathComp != NULL)
3888 xmlFreePattern((xmlPatternPtr) prev->xpathComp);
8047 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
8050 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
8055 if (selector->xpathComp == NULL) {
22399 (xmlPatternPtr) sel->xpathComp);
/external/libxml2/
H A Dxmlschemas.c726 void *xpathComp; /* the compiled XPath expression */ member in struct:_xmlSchemaIDCSelect
3896 if (idcDef->selector->xpathComp != NULL)
3897 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp);
3906 if (prev->xpathComp != NULL)
3907 xmlFreePattern((xmlPatternPtr) prev->xpathComp);
8066 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
8069 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath,
8074 if (selector->xpathComp == NULL) {
22428 (xmlPatternPtr) sel->xpathComp);

Completed in 264 milliseconds