OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_ElementDeclHandler
(Results
1 - 5
of
5
) sorted by null
/external/expat/amiga/include/libraries/
expat.h
143
typedef void (*
XML_ElementDeclHandler
) (void *userData,
149
XML_ElementDeclHandler
eldecl);
/external/expat/lib/
expat.h
150
typedef void (XMLCALL *
XML_ElementDeclHandler
) (void *userData,
156
XML_ElementDeclHandler
eldecl);
[
all
...]
xmlparse.c
495
XML_ElementDeclHandler
m_elementDeclHandler;
[
all
...]
/external/expat/amiga/
expat_vectors.c
60
extern void _Expat_XML_SetElementDeclHandler(struct ExpatIFace *, XML_Parser parser,
XML_ElementDeclHandler
eldecl);
327
void _Expat_XML_SetElementDeclHandler(struct ExpatIFace * Self, XML_Parser parser,
XML_ElementDeclHandler
eldecl)
/external/expat/amiga/include/interfaces/
expat.h
60
void APICALL (*XML_SetElementDeclHandler)(struct ExpatIFace *Self, XML_Parser parser,
XML_ElementDeclHandler
eldecl);
Completed in 34 milliseconds