HomeSort by relevance Sort by last modified time
    Searched defs:entityDecl (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
legacy.c 110 "SAX function entityDecl",
217 } else if (!strcmp(name, "SAX function entityDecl")) {
218 *((entityDeclSAXFunc *) result) = ctxt->sax->entityDecl;
335 } else if (!strcmp(name, "SAX function entityDecl")) {
336 ctxt->sax->entityDecl = *((entityDeclSAXFunc *) value);
962 * entityDecl:
974 entityDecl(void *ctx, const xmlChar * name, int type,
978 DEPRECATED("entityDecl")
    [all...]
  /external/libxml2/include/libxml/
parser.h 715 entityDeclSAXFunc entityDecl;
756 entityDeclSAXFunc entityDecl;
    [all...]

Completed in 149 milliseconds