Searched refs:ExpatBase (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/expat-12/expat/amiga/
H A Dlaunch.c27 struct Library* ExpatBase = 0; variable in typeref:struct:Library
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;
H A Dexpat_lib.c37 struct ExpatBase { struct
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 *)Sel
[all...]
/macosx-10.10/expat-12/expat/amiga/include/proto/
H A Dexpat.h12 extern struct Library * ExpatBase;
14 extern struct Library * ExpatBase;

Completed in 164 milliseconds