Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmetaphone.c23 …ned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditiona…
149 *phoned_word = zend_string_extend(*phoned_word, 2 * sizeof(char) + max_buffer_len, 0); \
152 ZSTR_VAL(*phoned_word)[p_idx++] = c; \
153 ZSTR_LEN(*phoned_word) = p_idx; \
158 *phoned_word = zend_string_extend(*phoned_word, 1 * sizeof(char) + max_buffer_len, 0); \
161 ZSTR_VAL(*phoned_word)[p_idx] = '\0'; \
162 ZSTR_LEN(*phoned_word) = p_idx; \
171 …ned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditiona… in metaphone() argument
183 *phoned_word = zend_string_alloc(sizeof(char) * word_len + 1, 0); in metaphone()
186 *phoned_word = zend_string_alloc(sizeof(char) * max_phonemes + 1, 0); in metaphone()

Completed in 6 milliseconds