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

  /external/libxml2/
SAX.c 62 hdlr->startDocument = xmlSAX2StartDocument;
110 hdlr->startDocument = xmlSAX2StartDocument;
157 hdlr->startDocument = xmlSAX2StartDocument;
globals.c 390 xmlSAX2StartDocument,
441 xmlSAX2StartDocument,
479 xmlSAX2StartDocument,
SAX2.c 977 * xmlSAX2StartDocument:
983 xmlSAX2StartDocument(void *ctx)
992 "SAX.xmlSAX2StartDocument()\n");
999 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
1025 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
1037 xmlSAX2ErrMemory(ctxt, "xmlSAX2StartDocument");
    [all...]
legacy.c     [all...]
libxml2.syms 1515 xmlSAX2StartDocument;
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
SAX2.h 98 xmlSAX2StartDocument (void *ctx);

Completed in 839 milliseconds