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

/httpd/modules/core/
H A Dmod_macro.c131 get read lines as an array till end_token.
144 apr_array_header_t *lines = apr_array_make(pool, 1, sizeof(char *)); local
193 *plines = lines;
201 new = apr_array_push(lines);
/httpd/server/
H A Dlog.c1046 apr_array_header_t **lines = NULL; local
1148 lines = (apr_array_header_t **)sconf->error_log_conn->elts;
1155 log_format = lines[line_number++];
1166 lines = (apr_array_header_t **)sconf->error_log_req->elts;
1173 log_format = lines[line_number++];
1210 * Don't log empty lines. This can happen with once-per-conn/req
1237 * lines, and we only pass the actual log message, not the

Completed in 2999 milliseconds