Searched refs:dwType (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/pspell/ |
H A D | pspell.c | 192 DWORD dwType,dwLen; in PHP_FUNCTION() local 212 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION() 285 DWORD dwType,dwLen; in PHP_FUNCTION() local 305 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION() 580 DWORD dwType,dwLen; in PHP_FUNCTION() local 597 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
|
/PHP-8.1/ext/standard/ |
H A D | info.c | 262 DWORD dwType; in php_get_windows_name() local 364 GetProductInfo(6, 0, 0, 0, &dwType); in php_get_windows_name() 366 switch (dwType) { in php_get_windows_name()
|
/PHP-8.1/ext/openssl/ |
H A D | xp_ssl.c | 718 cert_usage.dwType = USAGE_MATCH_TYPE_OR; in php_openssl_win_cert_verify_callback()
|
Completed in 23 milliseconds