Searched refs:GetLastError (Results 1 – 21 of 21) sorted by relevance
/PHP-5.6/ext/opcache/ |
H A D | shared_alloc_win32.c | 176 err = GetLastError(); in zend_shared_alloc_reattach() 184 err = GetLastError(); in zend_shared_alloc_reattach() 202 err = GetLastError(); in zend_shared_alloc_reattach() 241 err = GetLastError(); in create_segments() 247 err = GetLastError(); in create_segments() 276 zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", GetLastError()); in create_segments() 285 err = GetLastError(); in create_segments() 342 err = GetLastError(); in create_segments() 351 err = GetLastError(); in create_segments()
|
/PHP-5.6/ext/com_dotnet/ |
H A D | com_olechar.c | 63 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring() 94 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string()
|
/PHP-5.6/win32/ |
H A D | winutil.h | 21 #define php_win_err() php_win32_error_to_msg(GetLastError())
|
H A D | winutil.c | 98 if (GetLastError() == NTE_BAD_KEYSET) { in php_win32_get_random_bytes()
|
H A D | readdir.c | 55 DWORD err = GetLastError(); in opendir()
|
/PHP-5.6/ext/standard/ |
H A D | link_win32.c | 78 …_CC, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError()); in PHP_FUNCTION() 181 …or_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch file information(error %d)", GetLastError()); in PHP_FUNCTION() 191 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create symlink, error code(%d)", GetLastError(… in PHP_FUNCTION()
|
H A D | flock_compat.c | 154 err = GetLastError();
|
H A D | proc_open.c | 773 DWORD dw = GetLastError(); in PHP_FUNCTION()
|
H A D | basic_functions.c | 4019 if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) { in PHP_FUNCTION()
|
/PHP-5.6/TSRM/ |
H A D | tsrm_win32.c | 153 if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) { in tsrm_win32_get_token_sid() 245 DWORD err = GetLastError(); in tsrm_win32_access() 246 if (GetLastError() == ERROR_NO_TOKEN) { in tsrm_win32_access() 529 DWORD err = GetLastError(); in popen_ex() 671 err = GetLastError(); in shmat()
|
/PHP-5.6/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 526 GetLastError(), in main() 532 fprintf(stderr,"Error: Dll 'php5isapi.dll' not found -%d\n%s\n", GetLastError(), lpMsgBuf); in main() 544 fprintf(stderr,"Can't Get Extension Version %d\n", GetLastError()); in main() 551 fprintf(stderr,"Can't Get Extension proc %d\n", GetLastError()); in main()
|
/PHP-5.6/sapi/isapi/ |
H A D | php5isapi.c | 44 # define GetLastError() errno macro 173 } else if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) { in php_info_isapi() 365 } else if (GetLastError()==ERROR_INSUFFICIENT_BUFFER) { in sapi_isapi_read_cookies() 577 } else if (GetLastError() == ERROR_INSUFFICIENT_BUFFER) { in sapi_isapi_register_server_variables2()
|
/PHP-5.6/sapi/cli/ |
H A D | ps_title.c | 314 sprintf(windows_error_details, "Windows error code: %d", GetLastError()); in ps_title_errno()
|
/PHP-5.6/main/streams/ |
H A D | plain_wrapper.c | 911 php_win32_docref2_from_error(GetLastError(), path, path TSRMLS_CC); in php_plain_files_dir_opener() 1162 php_win32_docref2_from_error(GetLastError(), url_from, url_to TSRMLS_CC); in php_plain_files_rename()
|
/PHP-5.6/main/ |
H A D | php_ini.c | 432 if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) { in php_init_config()
|
H A D | main.c | 2170 php_printf("\nGetVersionEx unusable. %d\n", GetLastError()); in php_module_startup()
|
/PHP-5.6/Zend/ |
H A D | zend_virtual_cwd.c | 160 DWORD last_error = GetLastError(); \ 1566 if (GetLastError() == ERROR_ALREADY_EXISTS) { in win32_utime()
|
H A D | zend_alloc.c | 989 if (GetLastError() == NTE_BAD_KEYSET) { in zend_mm_random()
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fastcgi.c | 825 errno = GetLastError();
|
/PHP-5.6/sapi/cgi/ |
H A D | fastcgi.c | 1165 errno = GetLastError();
|
/PHP-5.6/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 33871 { "GetLastError", (SYSCALL)GetLastError, 0 },
|
Completed in 340 milliseconds