Lines Matching refs:aspell_dir
186 TCHAR aspell_dir[200]; 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()
213 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
215 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
279 TCHAR aspell_dir[200]; 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()
306 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
308 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
574 TCHAR aspell_dir[200]; 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()
598 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
600 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()