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

  /external/libxml2/
SAX.c 54 hdlr->getEntity = xmlSAX2GetEntity;
102 hdlr->getEntity = xmlSAX2GetEntity;
149 hdlr->getEntity = xmlSAX2GetEntity;
globals.c 383 xmlSAX2GetEntity,
434 xmlSAX2GetEntity,
472 xmlSAX2GetEntity,
SAX2.c 547 * xmlSAX2GetEntity:
556 xmlSAX2GetEntity(void *ctx, const xmlChar *name)
564 "SAX.xmlSAX2GetEntity(%s)\n", name);
    [all...]
legacy.c 932 * DEPRECATED: use xmlSAX2GetEntity()
940 return (xmlSAX2GetEntity(ctx, name));
    [all...]
libxml2.syms 1497 xmlSAX2GetEntity;
    [all...]
elfgcchack.h     [all...]
parser.c     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
SAX2.h 55 xmlSAX2GetEntity (void *ctx,

Completed in 277 milliseconds