Searched refs:MAX_OPEN_FILES (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
H A Dhandlers.c26 #define MAX_OPEN_FILES 10 macro
38 static FILE* g_OpenFiles[MAX_OPEN_FILES];
91 return AddToMap((void**)g_OpenFiles, MAX_OPEN_FILES, file);
99 RemoveFromMap((void**)g_OpenFiles, MAX_OPEN_FILES, i);
201 if (file_index < 0 || file_index >= MAX_OPEN_FILES) {
434 MAX_OPEN_FILES);

Completed in 408 milliseconds