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

/httpd/modules/filters/
H A Dmod_ratelimit.c69 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, f->r, APLOGNO(01454) "rl: conn aborted");
76 const char *rl = NULL; local
85 rl = apr_table_get(f->r->subprocess_env, "rate-limit");
87 if (rl == NULL) {
92 /* rl is in kilo bytes / second */
93 ratelimit = atoi(rl) * 1024;
149 "rl: full speed brigade pass failed.");
190 "rl: partition failed.");
221 "rl: brigade pass failed.");
/httpd/modules/proxy/
H A Dajp_msg.c47 apr_size_t bl, rl; local
69 rl = bl - (current - *buf);
70 if (AJP_MSG_DUMP_LINE_LENGTH > rl) {
74 apr_snprintf(current, rl, "%.4lx ", (unsigned long)i);

Completed in 16 milliseconds