Searched refs:dwType (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/ext/pspell/ |
H A D | pspell.c | 273 DWORD dwType,dwLen; in PHP_FUNCTION() local 294 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION() 370 DWORD dwType,dwLen; in PHP_FUNCTION() local 391 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION() 693 DWORD dwType,dwLen; in PHP_FUNCTION() local 710 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
|
/PHP-7.4/ext/standard/ |
H A D | info.c | 268 DWORD dwType; in php_get_windows_name() local 347 GetProductInfo(6, 0, 0, 0, &dwType); in php_get_windows_name() 349 switch (dwType) { in php_get_windows_name()
|
/PHP-7.4/ext/openssl/ |
H A D | xp_ssl.c | 683 cert_usage.dwType = USAGE_MATCH_TYPE_OR; in php_openssl_win_cert_verify_callback()
|
Completed in 21 milliseconds