OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_AttlistDeclHandler
(Results
1 - 5
of
5
) sorted by null
/external/expat/amiga/include/libraries/
expat.h
151
typedef void (*
XML_AttlistDeclHandler
) (
161
XML_AttlistDeclHandler
attdecl);
/external/expat/lib/
expat.h
166
typedef void (XMLCALL *
XML_AttlistDeclHandler
) (
176
XML_AttlistDeclHandler
attdecl);
[
all
...]
xmlparse.c
496
XML_AttlistDeclHandler
m_attlistDeclHandler;
[
all
...]
/external/expat/amiga/
expat_vectors.c
61
extern void _Expat_XML_SetAttlistDeclHandler(struct ExpatIFace *, XML_Parser parser,
XML_AttlistDeclHandler
attdecl);
332
void _Expat_XML_SetAttlistDeclHandler(struct ExpatIFace * Self, XML_Parser parser,
XML_AttlistDeclHandler
attdecl)
/external/expat/amiga/include/interfaces/
expat.h
61
void APICALL (*XML_SetAttlistDeclHandler)(struct ExpatIFace *Self, XML_Parser parser,
XML_AttlistDeclHandler
attdecl);
Completed in 25 milliseconds