Searched defs:ap_xlate_proto_to_ascii (Results 1 - 2 of 2) 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);

Completed in 20 milliseconds