Searched refs:errmap (Results 1 – 1 of 1) sorted by relevance
126 static const struct code_to_errno_map errmap[] = in php_win32_code_to_errno() local386 for(i = 0; i < sizeof(errmap)/sizeof(struct code_to_errno_map); ++i) in php_win32_code_to_errno()388 if(w32Err == errmap[i].w32Err) in php_win32_code_to_errno()390 return errmap[i].eerrno; in php_win32_code_to_errno()
Completed in 6 milliseconds