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

  /external/expat/amiga/
launch.c 27 struct Library* ExpatBase = 0;
37 ExpatBase = OpenLibrary("expat.library", 4);
38 IExpat = (struct ExpatIFace*)GetInterface(ExpatBase, "main", 1, NULL);
52 if ( ExpatBase != 0 ) {
53 CloseLibrary(ExpatBase);
54 ExpatBase = 0;
expat_lib.c 37 struct ExpatBase {
44 struct ExpatBase * libInit(struct ExpatBase *libBase, BPTR seglist, struct ExecIFace *ISys);
47 struct ExpatBase *libOpen (struct LibraryManagerInterface *Self, uint32 version);
91 { CLT_DataSize, sizeof(struct ExpatBase) },
125 struct ExpatBase *libInit(struct ExpatBase *libBase, BPTR seglist, struct ExecIFace *ISys)
176 struct ExpatBase *libOpen( struct LibraryManagerInterface *Self, uint32 version )
178 struct ExpatBase *libBase;
180 libBase = (struct ExpatBase *)Self->Data.LibBase
    [all...]
  /external/expat/amiga/include/proto/
expat.h 12 extern struct Library * ExpatBase;
14 extern struct Library * ExpatBase;

Completed in 32 milliseconds