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

  /external/expat/amiga/
launch.c 31 struct Library* ExpatBase = 0;
41 ExpatBase = IExec->OpenLibrary("expat.library", 53);
42 IExpat = (struct ExpatIFace*)IExec->GetInterface(ExpatBase, "main", 1, NULL);
55 IExec->CloseLibrary(ExpatBase);
56 ExpatBase = 0;
expat_base.h 33 struct ExpatBase {
expat_lib.c 50 struct ExpatBase * libInit(struct ExpatBase *libBase, BPTR seglist, struct ExecIFace *ISys);
53 struct ExpatBase *libOpen (struct LibraryManagerInterface *Self, uint32 version);
101 { CLT_DataSize, sizeof(struct ExpatBase) },
129 struct ExpatBase *libInit(struct ExpatBase *libBase, BPTR seglist, struct ExecIFace *iexec)
171 struct ExpatBase *libOpen( struct LibraryManagerInterface *Self, uint32 version )
173 struct ExpatBase *libBase;
175 libBase = (struct ExpatBase *)Self->Data.LibBase;
186 struct ExpatBase *libBase
    [all...]
expat_68k.c 78 struct ExecIFace *IExec = ((struct ExpatBase *)Self->Data.LibBase)->IExec;
100 struct ExecIFace *IExec = ((struct ExpatBase *)Self->Data.LibBase)->IExec;
122 struct ExecIFace *IExec = ((struct ExpatBase *)Self->Data.LibBase)->IExec;
146 struct ExecIFace *IExec = ((struct ExpatBase *)Self->Data.LibBase)->IExec;
169 struct ExecIFace *IExec = ((struct ExpatBase *)Self->Data.LibBase)->IExec;
    [all...]
  /external/expat/amiga/include/proto/
expat.h 12 extern struct Library * ExpatBase;
14 extern struct Library * ExpatBase;

Completed in 1038 milliseconds