Searched refs:notationCount (Results 1 – 1 of 1) sorted by relevance
382 int notationCount = 0; in endDoctypeDecl() local388 notationCount++; in endDoctypeDecl()389 if (notationCount == 0) { in endDoctypeDecl()396 notations = malloc(notationCount * sizeof(NotationList *)); in endDoctypeDecl()403 for (p = data->notationListHead, i = 0; i < notationCount; p = p->next, i++) { in endDoctypeDecl()406 qsort(notations, notationCount, sizeof(NotationList *), notationCmp); in endDoctypeDecl()414 for (i = 0; i < notationCount; i++) { in endDoctypeDecl()