VLC 4.0.0-dev
|
Data Fields | |
ts_storage_t * | p_next |
size_t | i_file_max |
int64_t | i_file_size |
FILE * | p_filew |
FILE * | p_filer |
uint8_t * | p_cmd_r |
uint8_t * | p_cmd_w |
uint8_t * | p_cmd_buf |
size_t | i_cmd_buf |
size_t ts_storage_t::i_cmd_buf |
Referenced by TsStorageIsFull(), TsStorageNew(), and TsStoragePack().
size_t ts_storage_t::i_file_max |
Referenced by TsStorageIsFull(), and TsStorageNew().
int64_t ts_storage_t::i_file_size |
Referenced by TsStorageIsFull(), TsStorageNew(), and TsStoragePushCmd().
uint8_t* ts_storage_t::p_cmd_buf |
Referenced by TsStorageDelete(), TsStorageIsFull(), TsStorageNew(), and TsStoragePack().
uint8_t* ts_storage_t::p_cmd_r |
Referenced by TsStorageDelete(), TsStorageIsEmpty(), TsStorageNew(), TsStoragePack(), and TsStoragePopCmd().
uint8_t* ts_storage_t::p_cmd_w |
Referenced by TsStorageDelete(), TsStorageIsEmpty(), TsStorageIsFull(), TsStorageNew(), TsStoragePack(), and TsStoragePushCmd().
FILE* ts_storage_t::p_filer |
Referenced by TsStorageDelete(), TsStorageNew(), and TsStoragePopCmd().
FILE* ts_storage_t::p_filew |
Referenced by TsStorageDelete(), TsStorageNew(), and TsStoragePushCmd().
ts_storage_t* ts_storage_t::p_next |
Referenced by TsPopCmdLocked(), TsPushCmd(), TsStop(), and TsStorageNew().