Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 25 of 45) sorted by relevance

12

/PHP-7.0/win32/
H A Dregistry.c80 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory()
87 DWORD i; in LoadDirectory()
90 DWORD name_len, type, value_len; in LoadDirectory()
138 DWORD i; in LoadDirectory()
141 DWORD name_len; in LoadDirectory()
290 DWORD buflen = MAXPATHLEN; in GetIniPathFromRegistry()
H A Ddllmain.c35 BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID dummy) in DllMain()
H A Dwinutil.c116 ret = CryptGenRandom(hCryptProv, (DWORD)size, buf); in php_win32_get_random_bytes()
H A Dwsyslog.c86 DWORD evid; in syslog()
H A Dselect.c118 DWORD wret; in php_select()
H A Dreaddir.c54 DWORD err = GetLastError(); in opendir()
/PHP-7.0/ext/standard/
H A Dphp_crypt_r.c130 DWORD i, pwl, sl; in php_md5_crypt_r()
132 const DWORD magic_md5_len = 3; in php_md5_crypt_r()
133 DWORD dwHashLen; in php_md5_crypt_r()
147 pwl = (DWORD) strlen(pw); in php_md5_crypt_r()
163 sl = (DWORD)(ep - sp); in php_md5_crypt_r()
205 CryptHashData(ctx, final, (DWORD)(pl > 16 ? 16 : pl), 0); in php_md5_crypt_r()
H A Dinfo.c45 typedef BOOL (WINAPI *PGPI)(DWORD, DWORD, DWORD, DWORD, PDWORD);
298 DWORD dwType; in php_get_windows_name()
683 DWORD dwBuild=0; in php_get_uname()
684 DWORD dwVersion = GetVersion(); in php_get_uname()
685 DWORD dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion))); in php_get_uname()
686 DWORD dwWindowsMinorVersion = (DWORD)(HIBYTE(LOWORD(dwVersion))); in php_get_uname()
687 DWORD dwSize = MAX_COMPUTERNAME_LENGTH + 1; in php_get_uname()
701 dwBuild = (DWORD)(HIWORD(dwVersion)); in php_get_uname()
721 dwBuild = (DWORD)(HIWORD(dwVersion)); in php_get_uname()
H A Dproc_open.h22 typedef DWORD php_process_id_t;
H A Dflock_compat.c125 DWORD low = 1, high = 0;
128 DWORD err;
H A Dlink_win32.c130 DWORD attr; in PHP_FUNCTION()
132 typedef BOOLEAN (WINAPI *csla_func)(LPCSTR, LPCSTR, DWORD); in PHP_FUNCTION()
H A Dfilestat.c125 DWORD SectorsPerCluster; in php_disk_total_space()
126 DWORD BytesPerSector; in php_disk_total_space()
127 DWORD NumberOfFreeClusters; in php_disk_total_space()
128 DWORD TotalNumberOfClusters; in php_disk_total_space()
257 DWORD SectorsPerCluster; in php_disk_free_space()
258 DWORD BytesPerSector; in php_disk_free_space()
259 DWORD NumberOfFreeClusters; in php_disk_free_space()
260 DWORD TotalNumberOfClusters; in php_disk_free_space()
H A Ddns_win32.c208 DWORD i = 0; in php_parserr()
210 DWORD count = data_txt->dwStringCount; in php_parserr()
264 DWORD chunk = data_aaaa->Ip6Address.IP6Dword[i]; in php_parserr()
/PHP-7.0/ext/opcache/
H A Dshared_alloc_win32.c81 DWORD unsize = UNLEN; in create_name_with_username()
92 DWORD unsize = UNLEN; in get_mmap_base_file()
117 DWORD waitRes = WaitForSingleObject(memory_mutex, INFINITE); in zend_shared_alloc_lock_win32()
214 DWORD size_high = (requested_size >> 32), size_low = (requested_size & 0xffffffff); in create_segments()
217 DWORD size_high = 0, size_low = requested_size; in create_segments()
/PHP-7.0/ext/zip/lib/
H A Dzip_source_win32handle.c148 DWORD i; in _win32_read_file()
230 if (!ReadFile(ctx->h, buf, (DWORD)n, &i, NULL)) { in _win32_read_file()
335 DWORD win32err; in _win32_read_file()
392 DWORD ret; in _win32_read_file()
393 if (!WriteFile(ctx->hout, data, (DWORD)len, &ret, NULL) || ret != len) { in _win32_read_file()
424 DWORD len; in _win32_create_temp_file()
488 DWORD method; in _zip_seek_win32()
516 _zip_win32_error_to_errno(DWORD win32err) in _zip_win32_error_to_errno()
/PHP-7.0/sapi/cli/
H A Dps_title.c113 typedef DWORD (WINAPI *MyGetConsoleTitle)(LPTSTR, DWORD);
423 if (!(ps_buffer_cur_len = get_title(ps_buffer, (DWORD)ps_buffer_size))) { in get_ps_title()
/PHP-7.0/TSRM/
H A Dtsrm_win32.c149 DWORD dwLength = 0; in tsrm_win32_get_token_sid()
151 DWORD sid_len; in tsrm_win32_get_token_sid()
204 DWORD priv_set_length = sizeof(PRIVILEGE_SET); in tsrm_win32_access()
207 DWORD sec_desc_length = 0, desired_access = 0, granted_access = 0; in tsrm_win32_access()
215 DWORD type; in tsrm_win32_access()
466 DWORD dwCreateFlags = 0; in popen_ex()
530 DWORD err = GetLastError(); in popen_ex()
573 DWORD termstat = 0; in pclose()
758 pft->dwLowDateTime = (DWORD)ll; in UnixTimeToFileTime()
/PHP-7.0/ext/com_dotnet/
H A Dcom_persist.c41 DWORD engine_thread;
138 DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition) in stm_seek()
196 static HRESULT STDMETHODCALLTYPE stm_commit(IStream *This, DWORD grfCommitFlags) in stm_commit()
212 ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD lockType) in stm_lock_region()
218 ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD lockType) in stm_unlock_region()
224 STATSTG *pstatstg, DWORD grfStatFlag) in stm_stat()
468 res = IPersistFile_Load(helper->ipf, olefilename, (DWORD)flags); in CPH_METHOD()
H A Dcom_wrapper.c41 DWORD engine_thread; /* for sanity checking */
217 /* [in] */ DWORD grfdex, in disp_getdispid()
347 /* [in] */ DWORD grfdex) in disp_deletememberbyname()
370 /* [in] */ DWORD grfdexFetch, in disp_getmemberproperties()
371 /* [out] */ DWORD *pgrfdex) in disp_getmemberproperties()
398 /* [in] */ DWORD grfdex, in disp_getnextdispid()
H A Dcom_olechar.c36 DWORD flags = codepage == CP_UTF8 ? 0 : MB_PRECOMPOSED | MB_ERR_INVALID_CHARS; in php_com_string_to_olestring()
/PHP-7.0/ext/sockets/
H A Dsendrecvmsg.c44 DWORD recvd = 0, in recvmsg()
57 msg->dwFlags = (DWORD)flags; in recvmsg()
64 DWORD sent = 0; in sendmsg()
65 return WSASendMsg((SOCKET)sockfd, (struct msghdr*)msg, (DWORD)flags, &sent, NULL, NULL) == 0 in sendmsg()
H A Dmulticast.c635 DWORD retval; in php_if_index_to_addr4()
636 DWORD i; in php_if_index_to_addr4()
675 DWORD retval; in php_add4_to_if_index()
676 DWORD i; in php_add4_to_if_index()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_sigio_win32.c90 DWORD waited; in sigio_watcher_stop()
/PHP-7.0/Zend/
H A Dzend_virtual_cwd.c161 DWORD last_error = GetLastError(); \
236 DWORD dwRet; in php_sys_readlink()
238 typedef BOOL (WINAPI *gfpnh_func)(HANDLE, LPTSTR, DWORD, DWORD); in php_sys_readlink()
326 DWORD len = sizeof(cur_path); in php_sys_stat_ex()
330 DWORD r = GetCurrentDirectory(len, tmp); in php_sys_stat_ex()
361 DWORD retlength = 0; in php_sys_stat_ex()
911 DWORD retlength = 0; in tsrm_realpath_r()
/PHP-7.0/main/
H A Dphp_open_temporary_file.c207 DWORD len = GetTempPath(sizeof(sTemp),sTemp); in php_get_temporary_directory()

Completed in 56 milliseconds

12