Home
last modified time | relevance | path

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

/PHP-7.2/ext/pspell/
H A Dpspell.c273 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
297 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
301 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
303 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
370 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
394 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
398 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
400 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
693 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
713 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds