Searched defs:_xmlXPathContextCache (Results 1 – 1 of 1) sorted by relevance
1184 struct _xmlXPathContextCache { struct1185 xmlPointerListPtr nodesetObjs; /* contains xmlXPathObjectPtr */1186 xmlPointerListPtr stringObjs; /* contains xmlXPathObjectPtr */1187 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */1188 xmlPointerListPtr numberObjs; /* contains xmlXPathObjectPtr */1189 xmlPointerListPtr miscObjs; /* contains xmlXPathObjectPtr */1190 int maxNodeset;1191 int maxString;1192 int maxBoolean;1193 int maxNumber;[all …]