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

  /external/libxml2/
SAX.c 53 hdlr->resolveEntity = xmlSAX2ResolveEntity;
148 hdlr->resolveEntity = xmlSAX2ResolveEntity;
globals.c 370 xmlSAX2ResolveEntity,
459 xmlSAX2ResolveEntity,
legacy.c 914 * DEPRECATED: use xmlSAX2ResolveEntity()
923 return (xmlSAX2ResolveEntity(ctx, publicId, systemId));
    [all...]
SAX2.c 504 * xmlSAX2ResolveEntity:
511 * - override this xmlSAX2ResolveEntity() callback in the SAX block
518 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
535 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
    [all...]
libxml2.syms 1513 xmlSAX2ResolveEntity;
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
SAX2.h 61 xmlSAX2ResolveEntity (void *ctx,

Completed in 69 milliseconds