Searched refs:errmap (Results 1 – 1 of 1) sorted by relevance
144 static const struct code_to_errno_map errmap[] = in php_win32_code_to_errno() local408 for(i = 0; i < sizeof(errmap)/sizeof(struct code_to_errno_map); ++i) in php_win32_code_to_errno()410 if(w32Err == errmap[i].w32Err) in php_win32_code_to_errno()412 return errmap[i].eerrno; in php_win32_code_to_errno()
Completed in 4 milliseconds