Home
last modified time | relevance | path

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

/PHP-7.2/win32/
H A Dwinutil.c126 static const struct code_to_errno_map errmap[] = in php_win32_code_to_errno() local
386 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 5 milliseconds