Home
last modified time | relevance | path

Searched refs:dwLen (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/pspell/
H A Dpspell.c190 DWORD dwType,dwLen; in PHP_FUNCTION() local
209 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
210 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
283 DWORD dwType,dwLen; in PHP_FUNCTION() local
302 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
303 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
578 DWORD dwType,dwLen; in PHP_FUNCTION() local
594 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
595 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()

Completed in 8 milliseconds