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

  /external/chromium_org/third_party/libxml/src/
SAX.c 53 hdlr->resolveEntity = xmlSAX2ResolveEntity;
148 hdlr->resolveEntity = xmlSAX2ResolveEntity;
globals.c 389 xmlSAX2ResolveEntity,
478 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...]
testapi.c     [all...]
  /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...]
elfgcchack.h     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX2.h 61 xmlSAX2ResolveEntity (void *ctx,
  /external/libxml2/include/libxml/
SAX2.h 61 xmlSAX2ResolveEntity (void *ctx,

Completed in 670 milliseconds