Searched defs:_xmlXPathContextCache (Results 1 – 2 of 2) sorted by relevance
1232 struct _xmlXPathContextCache { struct1233 xmlPointerListPtr nodesetObjs; /* contains xmlXPathObjectPtr */1234 xmlPointerListPtr stringObjs; /* contains xmlXPathObjectPtr */1235 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */1236 xmlPointerListPtr numberObjs; /* contains xmlXPathObjectPtr */1237 xmlPointerListPtr miscObjs; /* contains xmlXPathObjectPtr */1238 int maxNodeset;1239 int maxString;1240 int maxBoolean;1241 int maxNumber;[all …]