HomeSort by relevance Sort by last modified time
    Searched refs:xmlSAX2ResolveEntity (Results 1 - 6 of 6) 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 478 * xmlSAX2ResolveEntity:
485 * - override this xmlSAX2ResolveEntity() callback in the SAX block
492 xmlSAX2ResolveEntity(void *ctx, const xmlChar *publicId, const xmlChar *systemId)
509 "SAX.xmlSAX2ResolveEntity(%s, %s)\n", publicId, systemId);
    [all...]
elfgcchack.h     [all...]
  /external/libxml2/include/libxml/
SAX2.h 61 xmlSAX2ResolveEntity (void *ctx,

Completed in 177 milliseconds