OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XML_UnparsedEntityDeclHandler
(Results
1 - 5
of
5
) sorted by null
/external/expat/amiga/include/libraries/
expat.h
245
typedef void (*
XML_UnparsedEntityDeclHandler
) (
355
XML_UnparsedEntityDeclHandler
handler);
/external/expat/lib/
expat.h
353
typedef void (XMLCALL *
XML_UnparsedEntityDeclHandler
) (
601
XML_UnparsedEntityDeclHandler
handler);
718
XML_NotationDeclHandler and
XML_UnparsedEntityDeclHandler
. The base
[
all
...]
xmlparse.c
486
XML_UnparsedEntityDeclHandler
m_unparsedEntityDeclHandler;
998
XML_UnparsedEntityDeclHandler
oldUnparsedEntityDeclHandler
[
all
...]
/external/expat/amiga/
expat_vectors.c
63
extern void _Expat_XML_SetUnparsedEntityDeclHandler(struct ExpatIFace *, XML_Parser parser,
XML_UnparsedEntityDeclHandler
handler);
342
void _Expat_XML_SetUnparsedEntityDeclHandler(struct ExpatIFace * Self, XML_Parser parser,
XML_UnparsedEntityDeclHandler
handler)
/external/expat/amiga/include/interfaces/
expat.h
63
void APICALL (*XML_SetUnparsedEntityDeclHandler)(struct ExpatIFace *Self, XML_Parser parser,
XML_UnparsedEntityDeclHandler
handler);
Completed in 41 milliseconds