Searched refs:char_index (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/core/
H A Dmod_macro.c557 int char_index; /* current char in element */ member in struct:__anon96
587 while (ml->char_index >= ml->length) {
599 ml->char_index = 0;
604 *ch = tab[ml->index][ml->char_index++];
653 ml->char_index = ml->length;
672 ls->char_index = 0;

Completed in 2875 milliseconds