Lines Matching refs:notationName
77 const XML_Char *notationName; member
337 free((void *)notationListHead->notationName); in freeNotations()
375 return xcscmp(n1->notationName, n2->notationName); in notationCmp()
416 fputts(notations[i]->notationName, data->fp); in endDoctypeDecl()
446 notationDecl(void *userData, const XML_Char *notationName, const XML_Char *base, in notationDecl() argument
457 entry->notationName = xcsdup(notationName); in notationDecl()
458 if (entry->notationName == NULL) { in notationDecl()
467 free((void *)entry->notationName); in notationDecl()
479 free((void *)entry->notationName); in notationDecl()
710 metaNotationDecl(void *userData, const XML_Char *notationName, in metaNotationDecl() argument
717 ftprintf(fp, T("<notation name=\"%s\""), notationName); in metaNotationDecl()
733 const XML_Char *notationName) { in metaEntityDecl() argument
746 } else if (notationName) { in metaEntityDecl()
753 ftprintf(fp, T(" notation=\"%s\""), notationName); in metaEntityDecl()