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

/macosx-10.10.1/apache-793/httpd/modules/debugging/
H A Dmod_dumpio.c68 char xlatebuf[dumpio_MAX_STRING_LEN + 1]; local
84 memcpy(xlatebuf, buf, logbytes);
85 ap_xlate_proto_from_ascii(xlatebuf, logbytes);
86 xlatebuf[logbytes] = '\0';
90 b->type->name, xlatebuf);

Completed in 117 milliseconds