Searched refs:MSVCRT_fstream (Results 1 – 1 of 1) sorted by relevance
134 static file_crit* MSVCRT_fstream[MSVCRT_MAX_FILES/MSVCRT_FD_BLOCK_SIZE] = { NULL }; variable279 ret = MSVCRT_fstream[i/MSVCRT_FD_BLOCK_SIZE]; in msvcrt_get_file()281 MSVCRT_fstream[i/MSVCRT_FD_BLOCK_SIZE] = calloc(MSVCRT_FD_BLOCK_SIZE, sizeof(file_crit)); in msvcrt_get_file()282 if(!MSVCRT_fstream[i/MSVCRT_FD_BLOCK_SIZE]) { in msvcrt_get_file()288 ret = MSVCRT_fstream[i/MSVCRT_FD_BLOCK_SIZE] + (i%MSVCRT_FD_BLOCK_SIZE); in msvcrt_get_file()1131 for(i=0; i<sizeof(MSVCRT_fstream)/sizeof(MSVCRT_fstream[0]); i++) in msvcrt_free_io()1132 free(MSVCRT_fstream[i]); in msvcrt_free_io()