Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dmetaphone.c28 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.0/ext/pspell/
H A Dpspell.c498 size_t word_len; in PHP_FUNCTION() local
503 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
523 size_t word_len; in PHP_FUNCTION() local
528 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
579 size_t word_len; in PHP_FUNCTION() local
584 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
591 if (word_len == 0) { in PHP_FUNCTION()
609 size_t word_len; in PHP_FUNCTION() local
614 if (zend_parse_parameters(ZEND_NUM_ARGS(), "ls", &scin, &word, &word_len) == FAILURE) { in PHP_FUNCTION()
621 if (word_len == 0) { in PHP_FUNCTION()

Completed in 13 milliseconds