Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dxmlwf.c382 int notationCount = 0; in endDoctypeDecl() local
388 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()