Home
last modified time | relevance | path

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

/PHP-8.1/ext/pspell/
H A Dpspell.c188 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
211 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() local
304 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() local
596 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds