Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmetaphone.c28 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int …
147 *phoned_word = safe_erealloc(*phoned_word, 2, sizeof(char), max_buffer_len); \
150 (*phoned_word)[p_idx++] = c; \
155 *phoned_word = safe_erealloc(*phoned_word, 1, sizeof(char), max_buffer_len); \
157 (*phoned_word)[p_idx] = '\0'; \
167 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int … in metaphone() argument
189 *phoned_word = safe_emalloc(sizeof(char), word_len, 1); in metaphone()
192 *phoned_word = safe_emalloc(sizeof(char), max_phonemes, 1); in metaphone()

Completed in 9 milliseconds