Home
last modified time | relevance | path

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

/PHP-8.0/ext/pspell/
H A Dpspell.c117 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
141 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
145 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
147 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
213 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
237 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
241 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
243 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
527 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
547 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds