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

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

Completed in 326 milliseconds