HomeSort by relevance Sort by last modified time
    Searched refs:XML_EndDoctypeDeclHandler (Results 1 - 7 of 7) 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 478 XML_EndDoctypeDeclHandler m_endDoctypeDeclHandler;
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 309 typedef void (XMLCALL *XML_EndDoctypeDeclHandler)(void *userData);
589 XML_EndDoctypeDeclHandler end);
597 XML_EndDoctypeDeclHandler end);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 309 typedef void (XMLCALL *XML_EndDoctypeDeclHandler)(void *userData);
589 XML_EndDoctypeDeclHandler end);
597 XML_EndDoctypeDeclHandler end);
    [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 29 milliseconds