OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notationDeclSAXFunc
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
parser.h
408
*
notationDeclSAXFunc
:
416
typedef void (*
notationDeclSAXFunc
)(void *ctx,
716
notationDeclSAXFunc
notationDecl;
757
notationDeclSAXFunc
notationDecl;
[
all
...]
/external/libxml2/
legacy.c
220
*((
notationDeclSAXFunc
*) result) = ctxt->sax->notationDecl;
338
ctxt->sax->notationDecl = *((
notationDeclSAXFunc
*) value);
[
all
...]
Completed in 15 milliseconds