Home
last modified time | relevance | path

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

/PHP-8.0/ext/pspell/
H A Dpspell.c121 DWORD dwType,dwLen; in PHP_FUNCTION() local
141 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
142 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
217 DWORD dwType,dwLen; in PHP_FUNCTION() local
237 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
238 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
531 DWORD dwType,dwLen; in PHP_FUNCTION() local
547 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
548 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()

Completed in 5 milliseconds