Home
last modified time | relevance | path

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

/PHP-8.3/ext/pspell/
H A Dpspell.c186 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
209 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() local
302 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() local
594 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds