Home
last modified time | relevance | path

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

/PHP-7.3/ext/pspell/
H A Dpspell.c271 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
295 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
299 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
301 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
368 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
392 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
396 strlcpy(data_dir, aspell_dir, sizeof(data_dir)); in PHP_FUNCTION()
398 strlcpy(dict_dir, aspell_dir, sizeof(dict_dir)); in PHP_FUNCTION()
691 TCHAR aspell_dir[200]; in PHP_FUNCTION() local
711 dwLen = sizeof(aspell_dir) - 1; in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds