Lines Matching refs:picoos_Common
109 /* picoos_common is a collection of basic functionalities that must be globally accesible from every "big" function.
121 typedef struct picoos_common * picoos_Common;
123 /* the picoos_common structure itself is exported so no access functions are needed. Handle with care! (might be changed later) */
124 typedef struct picoos_common {
130 picoos_Common picoos_newCommon(picoos_MemoryManager mm);
132 void picoos_disposeCommon(picoos_MemoryManager mm, picoos_Common * this);
273 picoos_uint8 picoos_OpenBinary(picoos_Common g, picoos_File * f, picoos_char name[]);
289 picoos_uint8 picoos_CreateBinary(picoos_Common g, picoos_File * f, picoos_char name[]);
300 picoos_uint8 picoos_CloseBinary(picoos_Common g, picoos_File * f);
347 picoos_bool picoos_FileExists(picoos_Common g, picoos_char name[] /*, picoos_char ckey[] */);
413 extern picoos_bool picoos_sdfOpenIn (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], picoos_uint32 * sf, picoos_encoding_t * enc, picoos_uint32 * nrSamples);
419 extern picoos_bool picoos_sdfCloseIn (picoos_Common g, picoos_SDFile * sdFile);
424 extern picoos_bool picoos_sdfOpenOut (picoos_Common g, picoos_SDFile * sdFile, picoos_char fileName[], int sf, picoos_encoding_t enc);
439 extern picoos_bool picoos_sdfCloseOut (picoos_Common g, picoos_SDFile * sdFile);