Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dmetaphone.c28 …ned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditiona…
147 *phoned_word = zend_string_extend(*phoned_word, 2 * sizeof(char) + max_buffer_len, 0); \
150 ZSTR_VAL(*phoned_word)[p_idx++] = c; \
151 ZSTR_LEN(*phoned_word) = p_idx; \
156 *phoned_word = zend_string_extend(*phoned_word, 1 * sizeof(char) + max_buffer_len, 0); \
159 ZSTR_VAL(*phoned_word)[p_idx] = '\0'; \
160 ZSTR_LEN(*phoned_word) = p_idx; \
170 …ned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditiona… in metaphone() argument
192 *phoned_word = zend_string_alloc(sizeof(char) * word_len + 1, 0); in metaphone()
195 *phoned_word = zend_string_alloc(sizeof(char) * max_phonemes + 1, 0); in metaphone()

Completed in 4 milliseconds