Searched refs:tmpset (Results 1 – 3 of 3) sorted by relevance
59 int *tmpset; variable100 tmpset = (int *) realloc(tmpset, maxsetvec * sizeof(*tmpset)); in resizesetvec()101 if (setvec == NULL || tmpset == NULL) in resizesetvec()1281 tmpset[0] = setcnt; in cgoto()1285 tmpset[j++] = i; in cgoto()1291 if ((k = tmpset[0]) != p[0]) in cgoto()1294 if (tmpset[j] != p[j]) in cgoto()1315 p[i] = tmpset[i]; in cgoto()
2365 type_set_t tmpset; in expand_convert_type_set() local2367 type_set_init(&tmpset); in expand_convert_type_set()2369 if (map_ebitmap(&set->types, &tmpset.types, typemap)) in expand_convert_type_set()2372 if (map_ebitmap(&set->negset, &tmpset.negset, typemap)) in expand_convert_type_set()2375 tmpset.flags = set->flags; in expand_convert_type_set()2377 if (type_set_expand(&tmpset, types, p, alwaysexpand)) in expand_convert_type_set()2380 type_set_destroy(&tmpset); in expand_convert_type_set()
5595 xmlNodeSetPtr tmpset = obj->nodesetval; in xmlXPathReleaseObject() local5603 if (tmpset->nodeNr > 1) { in xmlXPathReleaseObject()5607 for (i = 0; i < tmpset->nodeNr; i++) { in xmlXPathReleaseObject()5608 node = tmpset->nodeTab[i]; in xmlXPathReleaseObject()5615 } else if (tmpset->nodeNr == 1) { in xmlXPathReleaseObject()5616 if ((tmpset->nodeTab[0] != NULL) && in xmlXPathReleaseObject()5617 (tmpset->nodeTab[0]->type == XML_NAMESPACE_DECL)) in xmlXPathReleaseObject()5618 xmlXPathNodeSetFreeNs((xmlNsPtr) tmpset->nodeTab[0]); in xmlXPathReleaseObject()5620 tmpset->nodeNr = 0; in xmlXPathReleaseObject()5622 obj->nodesetval = tmpset; in xmlXPathReleaseObject()