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

  /external/libxml2/include/libxml/
parser.h 402 * entityDeclSAXFunc:
412 typedef void (*entityDeclSAXFunc) (void *ctx,
726 entityDeclSAXFunc entityDecl;
767 entityDeclSAXFunc entityDecl;
    [all...]
  /external/libxml2/
legacy.c 218 *((entityDeclSAXFunc *) result) = ctxt->sax->entityDecl;
336 ctxt->sax->entityDecl = *((entityDeclSAXFunc *) value);
    [all...]

Completed in 210 milliseconds