Searched defs:_xmlXPathContextCache (Results 1 – 1 of 1) sorted by relevance
1220 struct _xmlXPathContextCache { struct1221 xmlPointerListPtr nodesetObjs; /* contains xmlXPathObjectPtr */1222 xmlPointerListPtr stringObjs; /* contains xmlXPathObjectPtr */1223 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */1224 xmlPointerListPtr numberObjs; /* contains xmlXPathObjectPtr */1225 xmlPointerListPtr miscObjs; /* contains xmlXPathObjectPtr */1226 int maxNodeset;1227 int maxString;1228 int maxBoolean;1229 int maxNumber;[all …]