Home
last modified time | relevance | path

Searched refs:notationCount (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c386 int notationCount = 0; in endDoctypeDecl() local
392 notationCount++; in endDoctypeDecl()
393 if (notationCount == 0) { in endDoctypeDecl()
398 notations = malloc(notationCount * sizeof(NotationList *)); in endDoctypeDecl()
404 for (p = data->notationListHead, i = 0; i < notationCount; p = p->next, i++) { in endDoctypeDecl()
407 qsort(notations, notationCount, sizeof(NotationList *), notationCmp); in endDoctypeDecl()
415 for (i = 0; i < notationCount; i++) { in endDoctypeDecl()