Home
last modified time | relevance | path

Searched refs:DWORD (Results 1 – 25 of 46) sorted by last modified time

12

/PHP-5.5/win32/
H A Dreaddir.c55 DWORD err = GetLastError(); in opendir()
H A Dregistry.c62 DWORD keys, values, max_key, max_name, max_value; in LoadDirectory()
69 DWORD i; in LoadDirectory()
72 DWORD name_len, type, value_len; in LoadDirectory()
129 DWORD i; in LoadDirectory()
132 DWORD name_len; in LoadDirectory()
287 DWORD buflen = MAXPATHLEN; in GetIniPathFromRegistry()
H A Dselect.c118 DWORD wret; in php_select()
H A Dtime.c135 LPTIMECALLBACK setitimer_timeout(UINT uTimerID, UINT info, DWORD dwUser, DWORD dw1, DWORD dw2)
H A Dwsyslog.c87 DWORD evid; in syslog()
H A Dflock.c58 DWORD low = 1, high = 0; in flock()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c52 DWORD variable_len; in php_info_pi3web()
125 DWORD num_bytes = str_length; in zend_pi3web_ub_write()
215 DWORD read_from_buf=0; in sapi_pi3web_read_post()
216 DWORD read_from_input=0; in sapi_pi3web_read_post()
217 DWORD total_read=0; in sapi_pi3web_read_post()
219 if ((DWORD)SG(read_post_bytes) < lpCB->cbAvailable) { in sapi_pi3web_read_post()
226 DWORD cbRead=0, cbSize; in sapi_pi3web_read_post()
249 DWORD variable_len = PI3WEB_SERVER_VAR_BUF_SIZE; in sapi_pi3web_read_cookies()
284 DWORD variable_len = PI3WEB_SERVER_VAR_BUF_SIZE; in sapi_pi3web_register_variables()
345 MODULE_API DWORD PHP5_wrapper(LPCONTROL_BLOCK lpCB) in PHP5_wrapper()
H A Dpi3web_sapi.h21 typedef unsigned long DWORD; typedef
22 typedef DWORD far *LPDWORD;
44 DWORD cbSize; // size of this struct.
46 DWORD dwHttpStatusCode; // HTTP Status code
59 DWORD cbTotalBytes; // Total bytes indicated from client
60 DWORD cbAvailable; // Available number of bytes
64 DWORD dwBehavior; // PHP behavior (standard, highlight, intend
77 DWORD dwReserved );
89 MODULE_API DWORD PHP5_wrapper(LPCONTROL_BLOCK lpCB);
94 typedef DWORD ( * PFN_WRAPPERFUNC )( CONTROL_BLOCK *pCB );
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c151 DWORD variable_len; in php_info_isapi()
207 DWORD num_bytes = str_length; in sapi_isapi_ub_write()
330 DWORD read_from_buf=0; in sapi_isapi_read_post()
331 DWORD read_from_input=0; in sapi_isapi_read_post()
332 DWORD total_read=0; in sapi_isapi_read_post()
341 DWORD cbRead=0, cbSize; in sapi_isapi_read_post()
419 DWORD pathinfo_len = 0; in sapi_isapi_register_zeus_variables()
490 DWORD pathinfo_len = 0; in sapi_isapi_register_iis_variables()
565 DWORD variable_len; in sapi_isapi_register_server_variables2()
707 DWORD WINAPI HttpFilterProc(PHTTP_FILTER_CONTEXT pfc, DWORD notificationType, LPVOID pvNotification) in HttpFilterProc()
[all …]
/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp33 DWORD numThreads = 1;
34 DWORD iterations = 1;
56 DWORD tid;
194 DWORD i=0; in ReadGlobalEnvironment()
260 DWORD tid; in DoThreads()
262 DWORD i; in DoThreads()
639 DWORD rc; in stress_main()
730 DWORD rc; in GetServerVariable()
776 DWORD dwReserved) { in WriteClient()
794 DWORD dwBytes; in ServerSupportFunction()
[all …]
/PHP-5.5/sapi/fpm/fpm/
H A Dfastcgi.c50 DWORD ret; \
151 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread()
203 DWORD pipe_mode = PIPE_READMODE_BYTE | PIPE_WAIT; in fcgi_init()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c50 DWORD ret; \
368 static DWORD WINAPI fcgi_shutdown_thread(LPVOID arg) in fcgi_shutdown_thread()
436 DWORD pipe_mode = PIPE_READMODE_BYTE | PIPE_WAIT; in fcgi_init()
501 DWORD req_acl_size; in prepare_named_pipe_acl()
513 (2 * ((sizeof(ACCESS_ALLOWED_ACE) - sizeof(DWORD)) + GetSidLengthRequired(1))); in prepare_named_pipe_acl()
/PHP-5.5/main/streams/
H A Dplain_wrapper.c358 DWORD avail_read = 0; in php_stdiop_read()
723 DWORD prot, acc, loffs = 0, delta = 0; in php_stdiop_set_option()
775 DWORD gran; in php_stdiop_set_option()
/PHP-5.5/main/
H A Dphp_open_temporary_file.c230 DWORD len = GetTempPath(sizeof(sTemp),sTemp); in php_get_temporary_directory()
H A Dmain.c918 PHPAPI void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2 TSRMLS… in php_win32_docref2_from_error()
1224 DWORD len = sizeof(name)-1; in php_get_current_user()
H A Dphp.h315 PHPAPI void php_win32_docref2_from_error(DWORD error, const char *param1, const char *param2 TSRMLS…
/PHP-5.5/ext/standard/
H A Dwinver.h134 DWORD dwOSVersionInfoSize;
135 DWORD dwMajorVersion;
136 DWORD dwMinorVersion;
137 DWORD dwBuildNumber;
138 DWORD dwPlatformId;
H A Dproc_open.c229 DWORD wstatus; in proc_open_rsrc_dtor()
348 DWORD wstatus; in PHP_FUNCTION()
471 DWORD dwCreateFlags = 0; in PHP_FUNCTION()
772 DWORD dw = GetLastError(); in PHP_FUNCTION()
H A Dproc_open.h22 typedef DWORD php_process_id_t;
H A Dphp_crypt_r.c132 const DWORD magic_md5_len = 3; in php_md5_crypt_r()
133 DWORD dwHashLen; in php_md5_crypt_r()
205 CryptHashData(ctx, final, (DWORD)(pl > 16 ? 16 : pl), 0); in php_md5_crypt_r()
H A Dinfo.c44 typedef BOOL (WINAPI *PGPI)(DWORD, DWORD, DWORD, DWORD, PDWORD);
304 DWORD dwType; in php_get_windows_name()
764 DWORD dwBuild=0; in php_get_uname()
765 DWORD dwVersion = GetVersion(); in php_get_uname()
766 DWORD dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion))); in php_get_uname()
767 DWORD dwWindowsMinorVersion = (DWORD)(HIBYTE(LOWORD(dwVersion))); in php_get_uname()
768 DWORD dwSize = MAX_COMPUTERNAME_LENGTH + 1; in php_get_uname()
782 dwBuild = (DWORD)(HIWORD(dwVersion)); in php_get_uname()
800 dwBuild = (DWORD)(HIWORD(dwVersion)); in php_get_uname()
H A Dlink_win32.c119 DWORD attr; in PHP_FUNCTION()
121 typedef BOOLEAN (WINAPI *csla_func)(LPCSTR, LPCSTR, DWORD); in PHP_FUNCTION()
H A Dflock_compat.c125 DWORD low = 1, high = 0;
128 DWORD err;
H A Ddns_win32.c207 DWORD i = 0; in php_parserr()
209 DWORD count = data_txt->dwStringCount; in php_parserr()
263 DWORD chunk = data_aaaa->Ip6Address.IP6Dword[i]; in php_parserr()
H A Dfilestat.c137 DWORD SectorsPerCluster; in php_disk_total_space()
138 DWORD BytesPerSector; in php_disk_total_space()
139 DWORD NumberOfFreeClusters; in php_disk_total_space()
140 DWORD TotalNumberOfClusters; in php_disk_total_space()
269 DWORD SectorsPerCluster; in php_disk_free_space()
270 DWORD BytesPerSector; in php_disk_free_space()
271 DWORD NumberOfFreeClusters; in php_disk_free_space()
272 DWORD TotalNumberOfClusters; in php_disk_free_space()

Completed in 64 milliseconds

12