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

  /external/libxml2/
SAX.c 48 hdlr->internalSubset = xmlSAX2InternalSubset;
96 hdlr->internalSubset = xmlSAX2InternalSubset;
143 hdlr->internalSubset = xmlSAX2InternalSubset;
globals.c 366 xmlSAX2InternalSubset,
417 xmlSAX2InternalSubset,
455 xmlSAX2InternalSubset,
SAX2.c 344 * xmlSAX2InternalSubset:
353 xmlSAX2InternalSubset(void *ctx, const xmlChar *name,
361 "SAX.xmlSAX2InternalSubset(%s, %s, %s)\n",
378 xmlSAX2ErrMemory(ctxt, "xmlSAX2InternalSubset");
    [all...]
legacy.c 875 * DEPRECATED: use xmlSAX2InternalSubset()
882 xmlSAX2InternalSubset(ctx, name, ExternalID, SystemID);
    [all...]
libxml2.syms 1508 xmlSAX2InternalSubset;
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
SAX2.h 45 xmlSAX2InternalSubset (void *ctx,

Completed in 78 milliseconds