Searched refs:phoned_word (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/standard/ |
| H A D | metaphone.c | 28 static int metaphone(unsigned char *word, int word_len, long max_phonemes, char **phoned_word, int traditional); 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 traditional) argument 189 *phoned_word = safe_emalloc(sizeof(char), word_len, 1); 192 *phoned_word [all...] |
Completed in 3 milliseconds