Searched defs:t_end (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/http/
H A Dhttp_filters.c757 const apr_table_entry_t *t_end; local
766 t_end = t_elt + elts->nelts;
788 } while (t_elt < t_end);
797 } while (t_elt < t_end);
/httpd/modules/loggers/
H A Dmod_log_config.c477 const apr_table_entry_t *t_end; local
492 t_end = t_elt + elts->nelts;
513 } while (t_elt < t_end);

Completed in 24 milliseconds