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

  /external/libxml2/
SAX.c 58 hdlr->elementDecl = xmlSAX2ElementDecl;
globals.c 387 xmlSAX2ElementDecl,
legacy.c 1013 * DEPRECATED: use xmlSAX2ElementDecl()
1020 xmlSAX2ElementDecl(ctx, name, type, content);
    [all...]
libxml2.syms 1490 xmlSAX2ElementDecl;
    [all...]
SAX2.c 793 * xmlSAX2ElementDecl:
802 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type,
813 "SAX.xmlSAX2ElementDecl(%s, %d, ...)\n", name, type);
824 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n",
    [all...]
elfgcchack.h     [all...]
testapi.c     [all...]
  /external/libxml2/include/libxml/
SAX2.h 81 xmlSAX2ElementDecl (void *ctx,

Completed in 91 milliseconds