Searched defs:_xmlXPathContextCache (Results 1 – 2 of 2) sorted by relevance
1210 struct _xmlXPathContextCache { struct1211 xmlPointerListPtr nodesetObjs; /* contains xmlXPathObjectPtr */1212 xmlPointerListPtr stringObjs; /* contains xmlXPathObjectPtr */1213 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */1214 xmlPointerListPtr numberObjs; /* contains xmlXPathObjectPtr */1215 xmlPointerListPtr miscObjs; /* contains xmlXPathObjectPtr */1216 int maxNodeset;1217 int maxString;1218 int maxBoolean;1219 int maxNumber;[all …]
1075 struct _xmlXPathContextCache { struct1076 xmlXPathObjectPtr nodesetObjs; /* stringval points to next */1077 xmlXPathObjectPtr miscObjs; /* stringval points to next */1078 int numNodeset;1079 int maxNodeset;1080 int numMisc;1081 int maxMisc;