Home
last modified time | relevance | path

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

/PHP-5.3/ext/com_dotnet/
H A Dcom_olechar.c57 char *msg = php_win_err(GetLastError()); in php_com_string_to_olestring()
88 char *msg = php_win_err(GetLastError()); in php_com_olestring_to_string()
/PHP-5.3/ext/standard/
H A Dlink_win32.c71 …_CC, E_WARNING, "readlink failed to read the symbolic link (%s), error %d)", link, GetLastError()); in PHP_FUNCTION()
163 …or_docref(NULL TSRMLS_CC, E_WARNING, "Could not fetch file information(error %d)", GetLastError()); in PHP_FUNCTION()
173 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot create symlink, error code(%d)", GetLastError(… in PHP_FUNCTION()
H A Dproc_open.c814 DWORD dw = GetLastError(); in PHP_FUNCTION()
H A Dbasic_functions.c4015 if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) { in PHP_FUNCTION()
4153 (error_code == 0 && GetLastError() == ERROR_ENVVAR_NOT_FOUND)) {
/PHP-5.3/win32/
H A Dwinutil.h21 #define php_win_err() php_win_err(GetLastError())
H A Dwinutil.c98 if (GetLastError() == NTE_BAD_KEYSET) { in php_win32_get_random_bytes()
H A Dreaddir.c54 DWORD err = GetLastError(); in opendir()
/PHP-5.3/TSRM/
H A Dtsrm_win32.c153 if (GetLastError() != ERROR_INSUFFICIENT_BUFFER) { in tsrm_win32_get_token_sid()
247 DWORD err = GetLastError(); in tsrm_win32_access()
248 if (GetLastError() == ERROR_NO_TOKEN) { in tsrm_win32_access()
531 DWORD err = GetLastError(); in popen_ex()
H A Dtsrm_virtual_cwd.c1548 if (GetLastError() == ERROR_ALREADY_EXISTS) { in win32_utime()
/PHP-5.3/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.3/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.3/main/streams/
H A Dplain_wrapper.c876 php_win32_docref2_from_error(GetLastError(), path, path TSRMLS_CC); in php_plain_files_dir_opener()
1161 php_win32_docref2_from_error(GetLastError(), url_from, url_to TSRMLS_CC); in php_plain_files_rename()
/PHP-5.3/main/
H A Dphp_ini.c418 if (GetLastError() == ERROR_ENVVAR_NOT_FOUND) { in php_init_config()
H A Dmain.c1917 php_printf("\nGetVersionEx unusable. %d\n", GetLastError()); in php_module_startup()
/PHP-5.3/sapi/fpm/fpm/
H A Dfastcgi.c780 errno = GetLastError();
/PHP-5.3/sapi/cgi/
H A Dfastcgi.c946 errno = GetLastError();
/PHP-5.3/Zend/
H A Dzend_alloc.c963 if (GetLastError() == NTE_BAD_KEYSET) { in zend_mm_random()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c31736 DWORD error = GetLastError();
31903 pFile->lastErrno = GetLastError();
32181 pFile->lastErrno = GetLastError();
32254 pFile->lastErrno = GetLastError();
32337 pFile->lastErrno = GetLastError();
32398 pFile->lastErrno = GetLastError();
32458 pFile->lastErrno = GetLastError();
32556 error = GetLastError();
32568 error = GetLastError();
32580 error = GetLastError();
[all …]

Completed in 375 milliseconds