Searched refs:phoned_word (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | metaphone.c | 28 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 5 milliseconds