Home
last modified time | relevance | path

Searched refs:errmap (Results 1 – 1 of 1) sorted by relevance

/php-src/win32/
H A Dwinutil.c144 static const struct code_to_errno_map errmap[] = in php_win32_code_to_errno() local
408 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 6 milliseconds