Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dshared_alloc_win32.c134 err = GetLastError(); in zend_shared_alloc_reattach()
142 err = GetLastError(); in zend_shared_alloc_reattach()
160 err = GetLastError(); in zend_shared_alloc_reattach()
199 err = GetLastError(); in create_segments()
205 err = GetLastError(); in create_segments()
229 zend_win_error_message(ACCEL_LOG_FATAL, "calloc() failed", GetLastError()); in create_segments()
238 err = GetLastError(); in create_segments()
295 err = GetLastError(); in create_segments()
304 err = GetLastError(); in create_segments()
/PHP-5.5/ext/com_dotnet/
H A Dcom_olechar.c63 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.5/win32/
H A Dwinutil.h21 #define php_win_err() php_win32_error_to_msg(GetLastError())
H A Dwinutil.c98 if (GetLastError() == NTE_BAD_KEYSET) { in php_win32_get_random_bytes()
H A Dreaddir.c55 DWORD err = GetLastError(); in opendir()
/PHP-5.5/ext/standard/
H A Dlink_win32.c78 …_CC, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError()); in PHP_FUNCTION()
170 …or_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch file information(error %d)", GetLastError()); in PHP_FUNCTION()
180 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create symlink, error code(%d)", GetLastError(… in PHP_FUNCTION()
H A Dflock_compat.c154 err = GetLastError();
H A Dproc_open.c772 DWORD dw = GetLastError(); in PHP_FUNCTION()
H A Dbasic_functions.c4045 if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) { in PHP_FUNCTION()
/PHP-5.5/TSRM/
H A Dtsrm_win32.c153 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()
H A Dtsrm_virtual_cwd.c1534 if (GetLastError() == ERROR_ALREADY_EXISTS) { in win32_utime()
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp526 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.5/sapi/isapi/
H A Dphp5isapi.c44 # 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.5/sapi/cli/
H A Dps_title.c314 sprintf(windows_error_details, "Windows error code: %d", GetLastError()); in ps_title_errno()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c905 php_win32_docref2_from_error(GetLastError(), path, path TSRMLS_CC); in php_plain_files_dir_opener()
1156 php_win32_docref2_from_error(GetLastError(), url_from, url_to TSRMLS_CC); in php_plain_files_rename()
/PHP-5.5/main/
H A Dphp_ini.c432 if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) { in php_init_config()
H A Dmain.c2081 php_printf("\nGetVersionEx unusable. %d\n", GetLastError()); in php_module_startup()
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c825 errno = GetLastError();
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c1165 errno = GetLastError();
/PHP-5.5/Zend/
H A Dzend_alloc.c989 if (GetLastError() == NTE_BAD_KEYSET) { in zend_mm_random()
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c33871 { "GetLastError", (SYSCALL)GetLastError, 0 },

Completed in 429 milliseconds