Home
last modified time | relevance | path

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

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