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

  /external/chromium_org/third_party/libxml/src/
SAX.c 59 hdlr->notationDecl = xmlSAX2NotationDecl;
globals.c 392 xmlSAX2NotationDecl,
legacy.c 1031 * DEPRECATED: use xmlSAX2NotationDecl()
1038 xmlSAX2NotationDecl(ctx, name, publicId, systemId);
    [all...]
SAX2.c 808 * xmlSAX2NotationDecl:
817 xmlSAX2NotationDecl(void *ctx, const xmlChar *name,
828 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
833 "SAX.xmlSAX2NotationDecl(%s) externalID or PublicID missing\n",
844 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX2.h 86 xmlSAX2NotationDecl (void *ctx,
  /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...]
SAX2.c 808 * xmlSAX2NotationDecl:
817 xmlSAX2NotationDecl(void *ctx, const xmlChar *name,
828 "SAX.xmlSAX2NotationDecl(%s, %s, %s)\n", name, publicId, systemId);
833 "SAX.xmlSAX2NotationDecl(%s) externalID or PublicID missing\n",
844 "SAX.xmlSAX2NotationDecl(%s) called while not in subset\n",
    [all...]
elfgcchack.h     [all...]
  /external/libxml2/include/libxml/
SAX2.h 86 xmlSAX2NotationDecl (void *ctx,

Completed in 274 milliseconds