OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_EndDoctypeDeclHandler
(Results
1 - 5
of
5
) sorted by null
/external/expat/amiga/include/libraries/
expat.h
228
typedef void (*
XML_EndDoctypeDeclHandler
)(void *userData);
343
XML_EndDoctypeDeclHandler
end);
351
XML_EndDoctypeDeclHandler
end);
/external/expat/lib/
expat.h
309
typedef void (XMLCALL *
XML_EndDoctypeDeclHandler
)(void *userData);
589
XML_EndDoctypeDeclHandler
end);
597
XML_EndDoctypeDeclHandler
end);
[
all
...]
xmlparse.c
485
XML_EndDoctypeDeclHandler
m_endDoctypeDeclHandler;
[
all
...]
/external/expat/amiga/
expat_vectors.c
58
extern void _Expat_XML_SetEndDoctypeDeclHandler(struct ExpatIFace *, XML_Parser parser,
XML_EndDoctypeDeclHandler
end);
59
extern void _Expat_XML_SetDoctypeDeclHandler(struct ExpatIFace *, XML_Parser parser, XML_StartDoctypeDeclHandler start,
XML_EndDoctypeDeclHandler
end);
317
void _Expat_XML_SetEndDoctypeDeclHandler(struct ExpatIFace * Self, XML_Parser parser,
XML_EndDoctypeDeclHandler
end)
322
void _Expat_XML_SetDoctypeDeclHandler(struct ExpatIFace * Self, XML_Parser parser, XML_StartDoctypeDeclHandler start,
XML_EndDoctypeDeclHandler
end)
/external/expat/amiga/include/interfaces/
expat.h
58
void APICALL (*XML_SetEndDoctypeDeclHandler)(struct ExpatIFace *Self, XML_Parser parser,
XML_EndDoctypeDeclHandler
end);
59
void APICALL (*XML_SetDoctypeDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_StartDoctypeDeclHandler start,
XML_EndDoctypeDeclHandler
end);
Completed in 34 milliseconds