Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c192 DWORD dwType,dwLen; in PHP_FUNCTION() local
211 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
212 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
285 DWORD dwType,dwLen; in PHP_FUNCTION() local
304 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
305 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
580 DWORD dwType,dwLen; in PHP_FUNCTION() local
596 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
597 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()

Completed in 18 milliseconds