HomeSort by relevance Sort by last modified time
    Searched refs:XML_StartDoctypeDeclHandler (Results 1 - 5 of 5) sorted by null

  /external/expat/amiga/include/libraries/
expat.h 221 typedef void (*XML_StartDoctypeDeclHandler) (
342 XML_StartDoctypeDeclHandler start,
347 XML_StartDoctypeDeclHandler start);
  /external/expat/lib/
expat.h 298 typedef void (XMLCALL *XML_StartDoctypeDeclHandler) (
588 XML_StartDoctypeDeclHandler start,
593 XML_StartDoctypeDeclHandler start);
    [all...]
xmlparse.c 484 XML_StartDoctypeDeclHandler m_startDoctypeDeclHandler;
    [all...]
  /external/expat/amiga/
expat_vectors.c 57 extern void _Expat_XML_SetStartDoctypeDeclHandler(struct ExpatIFace *, XML_Parser parser, XML_StartDoctypeDeclHandler start);
59 extern void _Expat_XML_SetDoctypeDeclHandler(struct ExpatIFace *, XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end);
312 void _Expat_XML_SetStartDoctypeDeclHandler(struct ExpatIFace * Self, XML_Parser parser, XML_StartDoctypeDeclHandler start)
322 void _Expat_XML_SetDoctypeDeclHandler(struct ExpatIFace * Self, XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end)
  /external/expat/amiga/include/interfaces/
expat.h 57 void APICALL (*XML_SetStartDoctypeDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_StartDoctypeDeclHandler start);
59 void APICALL (*XML_SetDoctypeDeclHandler)(struct ExpatIFace *Self, XML_Parser parser, XML_StartDoctypeDeclHandler start, XML_EndDoctypeDeclHandler end);

Completed in 193 milliseconds