Home
last modified time | relevance | path

Searched refs:DWORD (Results 26 – 50 of 58) sorted by relevance

123

/PHP-7.4/ext/standard/
H A Ddns_win32.c213 DWORD i = 0; in php_parserr()
215 DWORD count = data_txt->dwStringCount; in php_parserr()
269 DWORD chunk = data_aaaa->Ip6Address.IP6Dword[i]; in php_parserr()
H A Dproc_open.c171 DWORD wstatus; in proc_open_rsrc_dtor()
298 DWORD wstatus; in PHP_FUNCTION()
498 DWORD dwCreateFlags = 0; in PHP_FUNCTION()
989 DWORD dw = GetLastError(); in PHP_FUNCTION()
H A Dnet.c161 DWORD dwRetVal = 0; in PHP_FUNCTION()
/PHP-7.4/ext/sockets/
H A Dmulticast.c631 DWORD retval; in php_if_index_to_addr4()
632 DWORD i; in php_if_index_to_addr4()
674 DWORD retval; in php_add4_to_if_index()
675 DWORD i; in php_add4_to_if_index()
H A Dsockets.c2839 if (SOCKET_ERROR == WSADuplicateSocket(socket->bsd_socket, (DWORD)target_pid, &wi)) {
2840 DWORD err = WSAGetLastError();
2864 DWORD err = GetLastError();
2868 DWORD err = GetLastError();
2899 DWORD err = GetLastError();
2905 DWORD err = GetLastError();
2912 DWORD err = WSAGetLastError();
/PHP-7.4/win32/
H A Dreaddir.c77 DWORD err = GetLastError(); in opendir()
/PHP-7.4/TSRM/
H A DTSRM.h69 # define THREAD_T DWORD
H A DTSRM.c122 static DWORD tls_key;
/PHP-7.4/main/streams/
H A Dplain_wrapper.c258 DWORD file_type = GetFileType((HANDLE)handle); in detect_is_seekable()
388 DWORD avail_read = 0; in php_stdiop_read()
773 DWORD prot, acc, loffs = 0, hoffs = 0, delta = 0; in php_stdiop_set_option()
837 DWORD gran; in php_stdiop_set_option()
844 loffs = (DWORD)rounded_offset; in php_stdiop_set_option()
845 hoffs = (DWORD)(rounded_offset >> 32); in php_stdiop_set_option()
/PHP-7.4/ext/pspell/
H A Dpspell.c273 DWORD dwType,dwLen; in PHP_FUNCTION()
370 DWORD dwType,dwLen; in PHP_FUNCTION()
693 DWORD dwType,dwLen; in PHP_FUNCTION()
/PHP-7.4/sapi/cli/
H A Dps_title.c404 if (!(ps_buffer_cur_len = GetConsoleTitleW(ps_buffer_w, (DWORD)sizeof(ps_buffer_w)))) { in get_ps_title()
H A Dphp_cli.c102 static DWORD orig_cp = 0;
607 BOOL WINAPI php_cli_win32_ctrl_handler(DWORD sig) in php_cli_win32_ctrl_handler()
/PHP-7.4/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h45 DWORD sink_cookie;
H A Dcom_com.c72 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
808 DWORD result; in PHP_FUNCTION()
814 result = MsgWaitForMultipleObjects(0, NULL, FALSE, (DWORD)timeoutms, QS_ALLINPUT); in PHP_FUNCTION()
H A Dcom_typeinfo.c118 DWORD SubKeys, MaxSubKeyLength; in php_com_load_typelib()
121 DWORD VersionCount; in php_com_load_typelib()
H A Dcom_dotnet.c250 cp_it = php_win32_cp_get_by_id((DWORD)cp); in PHP_FUNCTION()
H A Dcom_handlers.c464 STDAPI VarCmp(LPVARIANT pvarLeft, LPVARIANT pvarRight, LCID lcid, DWORD flags); in com_objects_compare()
H A Dcom_variant.c892 STDAPI VarCmp(LPVARIANT pvarLeft, LPVARIANT pvarRight, LCID lcid, DWORD flags); in PHP_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1490 BOOL WINAPI fastcgi_cleanup(DWORD sig)
2152 DWORD err = GetLastError();
2170 DWORD err = GetLastError();
2182 DWORD err = GetLastError();
2198 DWORD status;
2229 DWORD err = GetLastError();
2237 DWORD err = GetLastError();
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c762 DWORD der_len; in mysqlnd_sha256_get_rsa_from_pem()
764 DWORD key_info_len; in mysqlnd_sha256_get_rsa_from_pem()
797 DWORD server_public_key_len = passwd_len; in mysqlnd_sha256_public_encrypt()
1047 DWORD server_public_key_len = passwd_len; in mysqlnd_caching_sha2_public_encrypt()
/PHP-7.4/main/
H A Dfastcgi.c48 DWORD ret; \
417 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread()
509 DWORD pipe_mode = PIPE_READMODE_BYTE | PIPE_WAIT; in fcgi_init()
580 DWORD req_acl_size; in prepare_named_pipe_acl()
592 (2 * ((sizeof(ACCESS_ALLOWED_ACE) - sizeof(DWORD)) + GetSidLengthRequired(1))); in prepare_named_pipe_acl()
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c64 DWORD ret; in pdo_odbc_utf82ucs2()
99 DWORD ret; in pdo_odbc_ucs22utf8()
/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c119 DWORD last_error = GetLastError(); \
637 DWORD retlength = 0; in tsrm_realpath_r()
839 DWORD attrs; in tsrm_realpath_r()
/PHP-7.4/ext/opcache/
H A Dzend_shared_alloc.c615 DWORD oldProtect; in zend_accel_shared_protect()
/PHP-7.4/ext/exif/
H A Dexif.c1801 #ifndef DWORD
1802 #define DWORD unsigned int macro
1829 DWORD length;
1830 DWORD dummy; /* value ptr of tiff directory entry */

Completed in 95 milliseconds

123