Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmetaphone.c26 static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **ph…
168 static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **ph… in metaphone() argument
189 max_buffer_len = word_len; in metaphone()
190 *phoned_word = zend_string_alloc(sizeof(char) * word_len + 1, 0); in metaphone()
/PHP-7.4/ext/pspell/
H A Dpspell.c494 size_t word_len; in PHP_FUNCTION() local
499 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
519 size_t word_len; in PHP_FUNCTION() local
524 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
575 size_t word_len; in PHP_FUNCTION() local
580 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
587 if (word_len == 0) { in PHP_FUNCTION()
605 size_t word_len; in PHP_FUNCTION() local
610 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
617 if (word_len == 0) { in PHP_FUNCTION()

Completed in 7 milliseconds