Searched refs:xpathComp (Results 1 – 1 of 1) sorted by relevance
734 void *xpathComp; /* the compiled XPath expression */ member3926 if (idcDef->selector->xpathComp != NULL) in xmlSchemaFreeIDC()3927 xmlFreePattern((xmlPatternPtr) idcDef->selector->xpathComp); in xmlSchemaFreeIDC()3936 if (prev->xpathComp != NULL) in xmlSchemaFreeIDC()3937 xmlFreePattern((xmlPatternPtr) prev->xpathComp); in xmlSchemaFreeIDC()8108 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()8111 selector->xpathComp = (void *) xmlPatterncompile(selector->xpath, in xmlSchemaCheckCSelectorXPath()8116 if (selector->xpathComp == NULL) { in xmlSchemaCheckCSelectorXPath()22472 (xmlPatternPtr) sel->xpathComp); in xmlSchemaIDCAddStateObject()