OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commentSAXFunc
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
parser.h
569
*
commentSAXFunc
:
575
typedef void (*
commentSAXFunc
) (void *ctx,
729
commentSAXFunc
comment;
770
commentSAXFunc
comment;
[
all
...]
/external/libxml2/
legacy.c
250
*((
commentSAXFunc
*) result) = ctxt->sax->comment;
368
ctxt->sax->comment = *((
commentSAXFunc
*) value);
[
all
...]
Completed in 2326 milliseconds