HomeSort by relevance Sort by last modified time
    Searched refs:xmlSAX2NotationDecl (Results 1 - 8 of 8) sorted by null

  /external/libxml2/
SAX.c 59 hdlr->notationDecl = xmlSAX2NotationDecl;
globals.c 373 xmlSAX2NotationDecl,
legacy.c 1031 * DEPRECATED: use xmlSAX2NotationDecl()
1038 xmlSAX2NotationDecl(ctx, name, publicId, systemId);
    [all...]
libxml2.syms 1510 xmlSAX2NotationDecl;
    [all...]
SAX2.c 838 * xmlSAX2NotationDecl:
847 xmlSAX2NotationDecl(void *ctx, const xmlChar *name,
858 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
863 "SAX.xmlSAX2NotationDecl(%s) externalID or PublicID missing\n",
874 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
SAX2.h 86 xmlSAX2NotationDecl (void *ctx,

Completed in 51 milliseconds