Searched defs:ebcdic_text (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_engine_io.c2118 char ebcdic_text[DUMP_WIDTH]; local
2124 memcpy(ebcdic_text,(char *)(b) + i * DUMP_WIDTH, j);
2125 ap_xlate_proto_from_ascii(ebcdic_text, j);
2145 apr_snprintf(tmp, sizeof(tmp), "%c", (ch >= 0x20 && ch <= 0x7F) ? ebcdic_text[j] : '.');

Completed in 1656 milliseconds