Searched defs:buflen (Results 1 - 11 of 11) sorted by relevance

/httpd/modules/metadata/
H A Dmod_ident.c167 apr_size_t buflen; local
173 buflen = apr_snprintf(buffer, sizeof(buffer), "%hu,%hu\r\n", sav_rmt_port,
175 ap_xlate_proto_to_ascii(buffer, buflen);
179 while (i < buflen) {
/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c184 apr_size_t *buflen)
186 apr_status_t rv = apr_socket_recv(conn->sock, buffer, buflen);
189 conn->worker->s->read += *buflen;
197 apr_size_t buflen)
204 readlen = buflen - cumulative_len;
210 } while (cumulative_len < buflen);
182 get_data(proxy_conn_rec *conn, char *buffer, apr_size_t *buflen) argument
195 get_data_full(proxy_conn_rec *conn, char *buffer, apr_size_t buflen) argument
/httpd/support/
H A Drotatelogs.c350 apr_size_t buflen = strlen(message); local
356 if (apr_file_write_full(status->current.fd, message, buflen, NULL) != APR_SUCCESS) {
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c172 apr_size_t *buflen)
176 rv = apr_socket_recv(s, buf, buflen);
186 buf, *buflen, AP_LOG_DATA_SHOW_OFFSET);
195 apr_size_t buflen)
202 readlen = buflen - cumulative_len;
208 } while (cumulative_len < buflen);
168 recv_data(const fcgi_provider_conf *conf, request_rec *r, apr_socket_t *s, char *buf, apr_size_t *buflen) argument
191 recv_data_full(const fcgi_provider_conf *conf, request_rec *r, apr_socket_t *s, char *buf, apr_size_t buflen) argument
/httpd/modules/cache/
H A Dmod_socache_shmcb.c685 apr_size_t buflen = 0; local
695 iterator, &buf, &buflen, pool, now);
/httpd/modules/http/
H A Dhttp_filters.c998 apr_size_t buflen; local
1000 buflen = strlen(crlf);
1001 ap_xlate_proto_to_ascii(crlf, buflen);
1002 apr_brigade_write(bb, NULL, NULL, crlf, buflen);
/httpd/modules/ssl/
H A Dssl_engine_io.c753 apr_size_t tmplen = *len, buflen = *len, offset = 0; local
781 tmplen = buflen - offset;
/httpd/server/
H A Drequest.c741 apr_size_t buflen; local
860 buflen = filename_len + strlen(r->path_info) + 2;
861 buf = apr_palloc(r->pool, buflen);
H A Dlog.c495 static int cpystrn(char *buf, const char *arg, int buflen) argument
500 end = apr_cpystrn(buf, arg, buflen);
506 char *buf, int buflen)
509 return apr_snprintf(buf, buflen, "%s:%d", info->r->useragent_ip,
512 return apr_snprintf(buf, buflen, "%s:%d", info->c->client_ip,
519 char *buf, int buflen)
522 return apr_snprintf(buf, buflen, "%s:%d", info->c->local_ip,
529 char *buf, int buflen)
532 return apr_snprintf(buf, buflen, "%" APR_PID_T_FMT, pid);
536 char *buf, int buflen)
505 log_remote_address(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
518 log_local_address(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
528 log_pid(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
535 log_tid(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
560 log_ctime(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
582 log_loglevel(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
591 log_log_id(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
610 log_keepalives(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
619 log_module_name(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
625 log_file_line(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
668 log_apr_status(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
696 log_server_name(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
705 log_virtual_host(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
715 log_table_entry(const apr_table_t *table, const char *name, char *buf, int buflen) argument
733 log_header(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
742 log_note(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
752 log_env_var(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
853 do_errorlog_default(const ap_errorlog_info *info, char *buf, int buflen, int *errstr_start, int *errstr_end, const char *errstr_fmt, va_list args) argument
949 do_errorlog_format(apr_array_header_t *fmt, ap_errorlog_info *info, char *buf, int buflen, int *errstr_start, int *errstr_end, const char *err_fmt, va_list args) argument
[all...]
H A Dcore.c3858 char *buf, int buflen)
3860 char *end = apr_cpystrn(buf, arg, buflen);
3857 log_constant_item(const ap_errorlog_info *info, const char *arg, char *buf, int buflen) argument
/httpd/modules/dav/fs/
H A Drepos.c296 static void dav_format_time(int style, apr_time_t sec, char *buf, apr_size_t buflen) argument
307 apr_snprintf(buf, buflen, "%.4d-%.2d-%.2dT%.2d:%.2d:%.2dZ",
316 apr_snprintf(buf, buflen, "%s, %.2d %s %d %.2d:%.2d:%.2d GMT",

Completed in 102 milliseconds