Searched refs:ap_xlate_proto_from_ascii (Results 1 - 10 of 10) sorted by relevance

/httpd/include/
H A Dutil_ebcdic.h66 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 Dutil_ebcdic.c82 void ap_xlate_proto_from_ascii(char *buffer, apr_size_t len) function
H A Dprotocol.c462 ap_xlate_proto_from_ascii(*s, *read);
/httpd/modules/proxy/
H A Dajp_header.c561 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 Dproxy_util.c162 ap_xlate_proto_from_ascii(buf, 1);
2598 ap_xlate_proto_from_ascii(buffer, len);
/httpd/modules/debugging/
H A Dmod_dumpio.c85 ap_xlate_proto_from_ascii(xlatebuf, logbytes);
/httpd/modules/metadata/
H A Dmod_ident.c224 ap_xlate_proto_from_ascii(buffer, i);
/httpd/modules/ssl/
H A Dssl_util_ssl.c219 ap_xlate_proto_from_ascii(result, len);
H A Dssl_engine_io.c2125 ap_xlate_proto_from_ascii(ebcdic_text, j);
/httpd/modules/http/
H A Dhttp_filters.c99 ap_xlate_proto_from_ascii(&c, 1);

Completed in 60 milliseconds