Searched refs:ap_xlate_proto_to_ascii (Results 1 - 14 of 14) sorted by relevance
/httpd/include/ |
H A D | util_ebcdic.h | 56 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 D | util_ebcdic.c | 73 void ap_xlate_proto_to_ascii(char *buffer, apr_size_t len) function 106 ap_xlate_proto_to_ascii(ascii_s, len);
|
H A D | protocol.c | 1898 ap_xlate_proto_to_ascii(status_line, strlen(status_line));
|
/httpd/modules/http/ |
H A D | chunk_filter.c | 138 ap_xlate_proto_to_ascii(chunk_hdr, hdr_len);
|
H A D | byterange_filter.c | 496 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 D | http_filters.c | 373 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 D | mod_proxy_connect.c | 381 ap_xlate_proto_to_ascii(buffer, nbytes); 386 ap_xlate_proto_to_ascii(buffer, nbytes);
|
H A D | mod_proxy_http.c | 193 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 D | ajp_msg.c | 351 ap_xlate_proto_to_ascii((char *)msg->buf + msg->len, len + 1);
|
H A D | mod_proxy_wstunnel.c | 367 ap_xlate_proto_to_ascii(buf, strlen(buf));
|
H A D | proxy_util.c | 199 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 D | mod_proxy_ftp.c | 205 ap_xlate_proto_to_ascii(buf, 1);
|
/httpd/modules/metadata/ |
H A D | mod_ident.c | 175 ap_xlate_proto_to_ascii(buffer, buflen);
|
/httpd/modules/debugging/ |
H A D | mod_firehose.c | 138 ap_xlate_proto_to_ascii(header, hdr_len); 213 ap_xlate_proto_to_ascii(header, hdr_len);
|
Completed in 65 milliseconds