Home
last modified time | relevance | path

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

/PHP-7.4/ext/pspell/
H A Dpspell.c273 DWORD dwType,dwLen; in PHP_FUNCTION() local
293 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
294 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
370 DWORD dwType,dwLen; in PHP_FUNCTION() local
390 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
391 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
693 DWORD dwType,dwLen; in PHP_FUNCTION() local
709 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
710 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()

Completed in 6 milliseconds