Searched refs:notationListHead (Results 1 – 1 of 1) sorted by relevance
88 NotationList *notationListHead; member337 NotationList *notationListHead = data->notationListHead; in freeNotations() local339 while (notationListHead != NULL) { in freeNotations()340 NotationList *next = notationListHead->next; in freeNotations()341 free((void *)notationListHead->notationName); in freeNotations()342 free((void *)notationListHead->systemId); in freeNotations()343 free((void *)notationListHead->publicId); in freeNotations()344 free(notationListHead); in freeNotations()345 notationListHead = next; in freeNotations()347 data->notationListHead = NULL; in freeNotations()[all …]