Home
last modified time | relevance | path

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

/external/expat/amiga/
Dexpat_lib.c37 struct ExpatBase { struct
44 struct ExpatBase * libInit(struct ExpatBase *libBase, BPTR seglist, struct ExecIFace *ISys); argument
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) in libInit()
176 struct ExpatBase *libOpen( struct LibraryManagerInterface *Self, uint32 version ) in libOpen()
178 struct ExpatBase *libBase; in libOpen()
180 libBase = (struct ExpatBase *)Self->Data.LibBase; in libOpen()
191 struct ExpatBase *libBase; in libClose()
193 libBase = (struct ExpatBase *)Self->Data.LibBase; in libClose()
[all …]
Dlaunch.c27 struct Library* ExpatBase = 0; variable
41 ExpatBase = OpenLibrary("expat.library", 2); in main()
42 if ( ExpatBase != 0 ) { in main()
43 IExpat = (struct ExpatIFace*)GetInterface(ExpatBase, "main", 1, NULL); in main()
62 if ( ExpatBase != 0 ) { in cleanup()
63 CloseLibrary(ExpatBase); in cleanup()
64 ExpatBase = 0; in cleanup()
/external/expat/amiga/include/proto/
Dexpat.h22 extern struct Library * ExpatBase;
24 extern struct Library * ExpatBase;