Searched defs:_xmlXPathContextCache (Results 1 – 1 of 1) sorted by relevance
1193 struct _xmlXPathContextCache { struct1194 xmlPointerListPtr nodesetObjs; /* contains xmlXPathObjectPtr */1195 xmlPointerListPtr stringObjs; /* contains xmlXPathObjectPtr */1196 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */1197 xmlPointerListPtr numberObjs; /* contains xmlXPathObjectPtr */1198 xmlPointerListPtr miscObjs; /* contains xmlXPathObjectPtr */1199 int maxNodeset;1200 int maxString;1201 int maxBoolean;1202 int maxNumber;[all …]