/PHP-5.3/sapi/pi3web/ |
H A D | pi3web_sapi.h | 21 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 );
|
H A D | pi3web_sapi.c | 52 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()
|
/PHP-5.3/ext/standard/ |
H A D | winver.h | 75 DWORD dwOSVersionInfoSize; 76 DWORD dwMajorVersion; 77 DWORD dwMinorVersion; 78 DWORD dwBuildNumber; 79 DWORD dwPlatformId;
|
H A D | info.c | 43 typedef BOOL (WINAPI *PGPI)(DWORD, DWORD, DWORD, DWORD, PDWORD); 265 DWORD dwType; in php_get_windows_name() 479 DWORD dwBuild=0; in php_get_uname() 480 DWORD dwVersion = GetVersion(); in php_get_uname() 481 DWORD dwWindowsMajorVersion = (DWORD)(LOBYTE(LOWORD(dwVersion))); in php_get_uname() 482 DWORD dwWindowsMinorVersion = (DWORD)(HIBYTE(LOWORD(dwVersion))); in php_get_uname() 483 DWORD dwSize = MAX_COMPUTERNAME_LENGTH + 1; in php_get_uname() 501 dwBuild = (DWORD)(HIWORD(dwVersion)); in php_get_uname() 521 dwBuild = (DWORD)(HIWORD(dwVersion)); in php_get_uname()
|
H A D | proc_open.h | 22 typedef DWORD php_process_id_t;
|
H A D | link_win32.c | 112 DWORD attr; in PHP_FUNCTION() 114 typedef BOOLEAN (WINAPI *csla_func)(LPCSTR, LPCSTR, DWORD); in PHP_FUNCTION()
|
H A D | php_crypt_r.c | 132 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 D | filestat.c | 138 DWORD SectorsPerCluster; in php_disk_total_space() 139 DWORD BytesPerSector; in php_disk_total_space() 140 DWORD NumberOfFreeClusters; in php_disk_total_space() 141 DWORD TotalNumberOfClusters; in php_disk_total_space() 270 DWORD SectorsPerCluster; in php_disk_free_space() 271 DWORD BytesPerSector; in php_disk_free_space() 272 DWORD NumberOfFreeClusters; in php_disk_free_space() 273 DWORD TotalNumberOfClusters; in php_disk_free_space()
|
H A D | flock_compat.c | 125 DWORD low = 1, high = 0;
|
H A D | dns_win32.c | 198 DWORD i = 0; in php_parserr() 200 DWORD count = data_txt->dwStringCount; in php_parserr() 254 DWORD chunk = data_aaaa->Ip6Address.IP6Dword[i]; in php_parserr()
|
/PHP-5.3/sapi/isapi/stresstest/ |
H A D | stresstest.cpp | 33 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.3/sapi/isapi/ |
H A D | php5isapi.c | 151 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.3/win32/ |
H A D | registry.c | 62 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 D | time.c | 135 LPTIMECALLBACK setitimer_timeout(UINT uTimerID, UINT info, DWORD dwUser, DWORD dw1, DWORD dw2)
|
H A D | flock.c | 58 DWORD low = 1, high = 0; in flock()
|
H A D | select.c | 39 DWORD ms_total, limit; in php_select() 118 DWORD wret; in php_select()
|
H A D | wsyslog.c | 87 DWORD evid; in syslog()
|
H A D | inet.c | 49 DWORD string_length = size; in inet_ntop()
|
H A D | readdir.c | 54 DWORD err = GetLastError(); in opendir()
|
/PHP-5.3/TSRM/ |
H A D | tsrm_win32.c | 109 DWORD sid_len = pSid ? GetLengthSid(pSid) : 0; in tsrm_win32_get_path_sid_key() 143 DWORD dwLength = 0; in tsrm_win32_get_token_sid() 147 DWORD sid_len; in tsrm_win32_get_token_sid() 200 DWORD priv_set_length = sizeof(PRIVILEGE_SET); in tsrm_win32_access() 203 DWORD sec_desc_length = 0, desired_access = 0, granted_access = 0; in tsrm_win32_access() 214 DWORD type; in tsrm_win32_access() 247 DWORD err = GetLastError(); in tsrm_win32_access() 465 DWORD dwCreateFlags = 0; in popen_ex() 531 DWORD err = GetLastError(); in popen_ex() 574 DWORD termstat = 0; in pclose()
|
H A D | TSRM.h | 67 # define THREAD_T DWORD
|
/PHP-5.3/ext/com_dotnet/ |
H A D | com_wrapper.c | 41 DWORD engine_thread; /* for sanity checking */ 224 /* [in] */ DWORD grfdex, in disp_getdispid() 358 /* [in] */ DWORD grfdex) in disp_deletememberbyname() 381 /* [in] */ DWORD grfdexFetch, in disp_getmemberproperties() 382 /* [out] */ DWORD *pgrfdex) in disp_getmemberproperties() 409 /* [in] */ DWORD grfdex, in disp_getnextdispid()
|
H A D | com_persist.c | 41 DWORD engine_thread; 140 DWORD dwOrigin, ULARGE_INTEGER *plibNewPosition) in stm_seek() 198 static HRESULT STDMETHODCALLTYPE stm_commit(IStream *This, DWORD grfCommitFlags) in stm_commit() 214 ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD lockType) in stm_lock_region() 220 ULARGE_INTEGER libOffset, ULARGE_INTEGER cb, DWORD lockType) in stm_unlock_region() 226 STATSTG *pstatstg, DWORD grfStatFlag) in stm_stat()
|
H A D | com_olechar.c | 36 DWORD flags = codepage == CP_UTF8 ? 0 : MB_PRECOMPOSED | MB_ERR_INVALID_CHARS; in php_com_string_to_olestring()
|
/PHP-5.3/main/ |
H A D | php_open_temporary_file.c | 207 DWORD len = GetTempPath(sizeof(sTemp),sTemp); in php_get_temporary_directory()
|