Home
last modified time | relevance | path

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

/freebsd/contrib/expat/xmlwf/
H A Dxmlwf.c93 NotationList *notationListHead;
340 NotationList *notationListHead = data->notationListHead; in freeNotations()
342 while (notationListHead != NULL) { in freeNotations()
343 NotationList *next = notationListHead->next; in freeNotations()
344 free((void *)notationListHead->notationName); in freeNotations()
345 free((void *)notationListHead->systemId); in freeNotations()
346 free((void *)notationListHead->publicId); in freeNotations()
347 free(notationListHead); in freeNotations()
348 notationListHead in freeNotations()
88 NotationList *notationListHead; global() member
337 NotationList *notationListHead = data->notationListHead; freeNotations() local
[all...]