Home | History | Annotate | Download | only in lib

Lines Matching refs:picoos_Common

211 /* picoos_common is a collection of basic functionalities that must be globally
215 picoos_Common picoos_newCommon(picoos_MemoryManager mm)
217 picoos_Common this = (picoos_Common) picoos_allocate(mm,sizeof(*this));
227 void picoos_disposeCommon(picoos_MemoryManager mm, picoos_Common * this)
984 static picoos_bool LOpen(picoos_Common g, picoos_File * f,
1020 static picoos_bool LClose(picoos_Common g, picoos_File * f)
1194 picoos_uint8 picoos_OpenBinary(picoos_Common g, picoos_File * f,
1233 picoos_bool picoos_CreateBinary(picoos_Common g, picoos_File * f,
1264 picoos_uint8 picoos_CloseBinary(picoos_Common g, picoos_File * f)
1346 picoos_bool picoos_FileExists(picoos_Common g, picoos_char name[])
1511 extern picoos_bool picoos_sdfOpenIn(picoos_Common g, picoos_SDFile * sdFile,
1653 extern picoos_bool picoos_sdfCloseIn (picoos_Common g, picoos_SDFile * sdFile)
1722 extern picoos_bool picoos_sdfOpenOut(picoos_Common g, picoos_SDFile * sdFile,
1851 extern picoos_bool picoos_sdfCloseOut (picoos_Common g, picoos_SDFile * sdFile)