Lines Matching refs:aspell_dir
271 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
295 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
296 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
299 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
301 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
368 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
392 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
393 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
396 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
398 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
691 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
711 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
712 result = RegQueryValueEx(hkey, "", NULL, &dwType, (LPBYTE)&aspell_dir, &dwLen); in PHP_FUNCTION()
715 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
717 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()