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

  /external/libxml2/include/libxml/
parser.h 580 * commentSAXFunc:
586 typedef void (*commentSAXFunc) (void *ctx,
740 commentSAXFunc comment;
781 commentSAXFunc comment;
    [all...]
  /external/libxml2/
legacy.c 250 *((commentSAXFunc *) result) = ctxt->sax->comment;
368 ctxt->sax->comment = *((commentSAXFunc *) value);
    [all...]

Completed in 225 milliseconds