Searched refs:ap_xlate_proto_from_ascii (Results 1 - 10 of 10) sorted by relevance
/httpd/include/ |
H A D | util_ebcdic.h | 66 void ap_xlate_proto_from_ascii(char *buffer, apr_size_t len); 81 #define ap_xlate_proto_from_ascii(x,y) /* NOOP */ macro
|
/httpd/server/ |
H A D | util_ebcdic.c | 82 void ap_xlate_proto_from_ascii(char *buffer, apr_size_t len) function
|
H A D | protocol.c | 462 ap_xlate_proto_from_ascii(*s, *read);
|
/httpd/modules/proxy/ |
H A D | ajp_header.c | 561 ap_xlate_proto_from_ascii(ptr, strlen(ptr)); 621 ap_xlate_proto_from_ascii(stringname, strlen(stringname)); 646 ap_xlate_proto_from_ascii(value, strlen(value));
|
H A D | proxy_util.c | 162 ap_xlate_proto_from_ascii(buf, 1); 2598 ap_xlate_proto_from_ascii(buffer, len);
|
/httpd/modules/debugging/ |
H A D | mod_dumpio.c | 85 ap_xlate_proto_from_ascii(xlatebuf, logbytes);
|
/httpd/modules/metadata/ |
H A D | mod_ident.c | 224 ap_xlate_proto_from_ascii(buffer, i);
|
/httpd/modules/ssl/ |
H A D | ssl_util_ssl.c | 219 ap_xlate_proto_from_ascii(result, len);
|
H A D | ssl_engine_io.c | 2125 ap_xlate_proto_from_ascii(ebcdic_text, j);
|
/httpd/modules/http/ |
H A D | http_filters.c | 99 ap_xlate_proto_from_ascii(&c, 1);
|
Completed in 43 milliseconds