Searched refs:aspell_dir (Results 1 – 1 of 1) sorted by relevance
186 TCHAR aspell_dir[200]; in PHP_FUNCTION() local209 dwLen = sizeof(aspell_dir) - 1; 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() local302 dwLen = sizeof(aspell_dir) - 1; 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() local594 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()[all …]
Completed in 6 milliseconds