Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmetaphone.c148 if (p_idx >= max_buffer_len) { \
152 ZSTR_VAL(*phoned_word)[p_idx++] = c; \
153 ZSTR_LEN(*phoned_word) = p_idx; \
157 if (p_idx == max_buffer_len) { \
161 ZSTR_VAL(*phoned_word)[p_idx] = '\0'; \
162 ZSTR_LEN(*phoned_word) = p_idx; \
165 #define Phone_Len (p_idx)
174 size_t p_idx = 0; /* end of the phoned phrase */ in metaphone() local

Completed in 6 milliseconds