Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmetaphone.c23 static void metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **p…
162 static void metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **p… in metaphone() argument
172 max_buffer_len = word_len; in metaphone()
173 *phoned_word = zend_string_alloc(sizeof(char) * word_len + 1, 0); in metaphone()
/PHP-8.0/ext/pspell/
H A Dpspell.c339 size_t word_len; in PHP_FUNCTION() local
344 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
363 size_t word_len; in PHP_FUNCTION() local
368 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
417 size_t word_len; in PHP_FUNCTION() local
422 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
429 if (word_len == 0) { in PHP_FUNCTION()
446 size_t word_len; in PHP_FUNCTION() local
451 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
458 if (word_len == 0) { in PHP_FUNCTION()

Completed in 10 milliseconds