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

/httpd/include/
H A Dutil_ebcdic.h56 void ap_xlate_proto_to_ascii(char *buffer, apr_size_t len);
80 #define ap_xlate_proto_to_ascii(x,y) /* NOOP */ macro
/httpd/server/
H A Dutil_ebcdic.c73 void ap_xlate_proto_to_ascii(char *buffer, apr_size_t len) function
106 ap_xlate_proto_to_ascii(ascii_s, len);
H A Dprotocol.c1898 ap_xlate_proto_to_ascii(status_line, strlen(status_line));
/httpd/modules/http/
H A Dchunk_filter.c138 ap_xlate_proto_to_ascii(chunk_hdr, hdr_len);
H A Dbyterange_filter.c496 ap_xlate_proto_to_ascii(bound_head, strlen(bound_head));
534 ap_xlate_proto_to_ascii(ts, strlen(ts));
566 ap_xlate_proto_to_ascii(end, strlen(end));
H A Dhttp_filters.c373 ap_xlate_proto_to_ascii(tmp, len);
651 ap_xlate_proto_to_ascii(headfield, len);
804 ap_xlate_proto_to_ascii(tmp, len);
923 ap_xlate_proto_to_ascii(tmp, len);
1001 ap_xlate_proto_to_ascii(crlf, buflen);
1097 ap_xlate_proto_to_ascii(tmp, len);
/httpd/modules/proxy/
H A Dmod_proxy_connect.c381 ap_xlate_proto_to_ascii(buffer, nbytes);
386 ap_xlate_proto_to_ascii(buffer, nbytes);
H A Dmod_proxy_http.c193 ap_xlate_proto_to_ascii(buf, sizeof(te_hdr)-1);
211 ap_xlate_proto_to_ascii(buf, strlen(buf));
276 ap_xlate_proto_to_ascii(chunk_hdr, hdr_len);
983 ap_xlate_proto_to_ascii(buf, strlen(buf));
1692 ap_xlate_proto_to_ascii(buffer, len);
H A Dajp_msg.c351 ap_xlate_proto_to_ascii((char *)msg->buf + msg->len, len + 1);
H A Dmod_proxy_wstunnel.c367 ap_xlate_proto_to_ascii(buf, strlen(buf));
H A Dproxy_util.c199 ap_xlate_proto_to_ascii(buf, 1);
2585 ap_xlate_proto_to_ascii(buffer, nbytes);
3385 ap_xlate_proto_to_ascii(buf, strlen(buf));
3420 ap_xlate_proto_to_ascii(buf, strlen(buf));
3600 ap_xlate_proto_to_ascii(buf, strlen(buf));
H A Dmod_proxy_ftp.c205 ap_xlate_proto_to_ascii(buf, 1);
/httpd/modules/metadata/
H A Dmod_ident.c175 ap_xlate_proto_to_ascii(buffer, buflen);
/httpd/modules/debugging/
H A Dmod_firehose.c138 ap_xlate_proto_to_ascii(header, hdr_len);
213 ap_xlate_proto_to_ascii(header, hdr_len);

Completed in 71 milliseconds