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

  /external/chromium_org/third_party/libxml/src/
SAX.c 54 hdlr->getEntity = xmlSAX2GetEntity;
102 hdlr->getEntity = xmlSAX2GetEntity;
149 hdlr->getEntity = xmlSAX2GetEntity;
globals.c 390 xmlSAX2GetEntity,
441 xmlSAX2GetEntity,
479 xmlSAX2GetEntity,
SAX2.c 520 * xmlSAX2GetEntity:
529 xmlSAX2GetEntity(void *ctx, const xmlChar *name)
537 "SAX.xmlSAX2GetEntity(%s)\n", name);
    [all...]
legacy.c 932 * DEPRECATED: use xmlSAX2GetEntity()
940 return (xmlSAX2GetEntity(ctx, name));
    [all...]
elfgcchack.h     [all...]
parser.c     [all...]
testapi.c     [all...]
  /external/libxml2/
SAX.c 54 hdlr->getEntity = xmlSAX2GetEntity;
102 hdlr->getEntity = xmlSAX2GetEntity;
149 hdlr->getEntity = xmlSAX2GetEntity;
globals.c 371 xmlSAX2GetEntity,
422 xmlSAX2GetEntity,
460 xmlSAX2GetEntity,
SAX2.c 520 * xmlSAX2GetEntity:
529 xmlSAX2GetEntity(void *ctx, const xmlChar *name)
537 "SAX.xmlSAX2GetEntity(%s)\n", name);
    [all...]
legacy.c 932 * DEPRECATED: use xmlSAX2GetEntity()
940 return (xmlSAX2GetEntity(ctx, name));
    [all...]
elfgcchack.h     [all...]
parser.c     [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
SAX2.h 55 xmlSAX2GetEntity (void *ctx,
  /external/libxml2/include/libxml/
SAX2.h 55 xmlSAX2GetEntity (void *ctx,

Completed in 699 milliseconds