Searched refs:aspell_dir (Results 1 – 1 of 1) sorted by relevance
188 TCHAR aspell_dir[200]; in PHP_FUNCTION() local211 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()215 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()217 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()281 TCHAR aspell_dir[200]; in PHP_FUNCTION() local304 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()308 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()310 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()576 TCHAR aspell_dir[200]; in PHP_FUNCTION() local596 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()[all …]
Completed in 6 milliseconds