Searched refs:curAttr (Results 1 – 2 of 2) sorted by relevance
347 xsltAttrElemPtr nextAttr, curAttr; in xsltParseStylesheetAttributeSet() local365 curAttr = attrItems; in xsltParseStylesheetAttributeSet()366 while (curAttr != NULL) { in xsltParseStylesheetAttributeSet()367 nextAttr = curAttr->next; in xsltParseStylesheetAttributeSet()368 if (curAttr->attr == child) { in xsltParseStylesheetAttributeSet()375 attrItems = curAttr; in xsltParseStylesheetAttributeSet()378 if (curAttr->next == NULL) in xsltParseStylesheetAttributeSet()379 curAttr->next = xsltNewAttrElem(child); in xsltParseStylesheetAttributeSet()380 curAttr = nextAttr; in xsltParseStylesheetAttributeSet()
2472 AttributeListEntry *curAttr = langtag->attributes; in ultag_close() local2473 while (curAttr) { in ultag_close()2474 AttributeListEntry *nextAttr = curAttr->next; in ultag_close()2475 uprv_free(curAttr); in ultag_close()2476 curAttr = nextAttr; in ultag_close()