Home
last modified time | relevance | path

Searched refs:commentSAXFunc (Results 1 – 2 of 2) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h583 typedef void (*commentSAXFunc) (void *ctx, typedef
737 commentSAXFunc comment;
778 commentSAXFunc comment;
/external/libxml2/
Dlegacy.c250 *((commentSAXFunc *) result) = ctxt->sax->comment; in xmlGetFeature()
368 ctxt->sax->comment = *((commentSAXFunc *) value); in xmlSetFeature()