HomeSort by relevance Sort by last modified time
    Searched refs:XML_AttlistDeclHandler (Results 1 - 7 of 7) 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 489 XML_AttlistDeclHandler m_attlistDeclHandler;
971 XML_AttlistDeclHandler oldAttlistDeclHandler = attlistDeclHandler;
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 166 typedef void (XMLCALL *XML_AttlistDeclHandler) (
176 XML_AttlistDeclHandler attdecl);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 166 typedef void (XMLCALL *XML_AttlistDeclHandler) (
176 XML_AttlistDeclHandler attdecl);
    [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 38 milliseconds