Searched refs:notationCount (Results 1 – 1 of 1) sorted by relevance
384 int notationCount = 0; in endDoctypeDecl() local390 notationCount++; in endDoctypeDecl()391 if (notationCount == 0) { in endDoctypeDecl()398 notations = malloc(notationCount * sizeof(NotationList *)); in endDoctypeDecl()405 for (p = data->notationListHead, i = 0; i < notationCount; p = p->next, i++) { in endDoctypeDecl()408 qsort(notations, notationCount, sizeof(NotationList *), notationCmp); in endDoctypeDecl()416 for (i = 0; i < notationCount; i++) { in endDoctypeDecl()