Home | History | Annotate | Download | only in src

Lines Matching defs:notationName

5176     xmlChar * notationName; /* the name of the notation */
5189 notationName = gen_const_xmlChar_ptr(n_notationName, 4);
5191 xmlSAX2UnparsedEntityDecl(ctx, (const xmlChar *)name, (const xmlChar *)publicId, (const xmlChar *)systemId, (const xmlChar *)notationName);
5197 des_const_xmlChar_ptr(n_notationName, (const xmlChar *)notationName, 4);
26640 xmlChar * notationName; /* the notation name to check */
26649 notationName = gen_const_xmlChar_ptr(n_notationName, 2);
26651 ret_val = xmlValidateNotationUse(ctxt, doc, (const xmlChar *)notationName);
26656 des_const_xmlChar_ptr(n_notationName, (const xmlChar *)notationName, 2);