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

/external/apache-http/src/org/apache/http/impl/conn/
H A DLoggingSessionOutputBuffer.java40 * Logs all data written to the wire LOG.
51 /** The wire log to use. */
52 private final Wire wire; field in class:LoggingSessionOutputBuffer
57 * @param wire The Wire log to use.
59 public LoggingSessionOutputBuffer(final SessionOutputBuffer out, final Wire wire) { argument
62 this.wire = wire;
67 if (this.wire.enabled()) {
68 this.wire.output(b, off, len);
74 if (this.wire
[all...]
H A DLoggingSessionInputBuffer.java40 * Logs all data read to the wire LOG.
53 /** The wire log to use for writing. */
54 private final Wire wire; field in class:LoggingSessionInputBuffer
59 * @param wire The wire log to use.
61 public LoggingSessionInputBuffer(final SessionInputBuffer in, final Wire wire) { argument
64 this.wire = wire;
73 if (this.wire.enabled() && l > 0) {
74 this.wire
[all...]
H A DWire.java39 * Logs data to the wire LOG.
53 private void wire(String header, InputStream instream) method in class:Wire
92 wire(">> ", outstream);
100 wire("<< ", instream);
108 wire(">> ", new ByteArrayInputStream(b, off, len));
116 wire("<< ", new ByteArrayInputStream(b, off, len));
124 wire(">> ", new ByteArrayInputStream(b));
132 wire("<< ", new ByteArrayInputStream(b));
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
H A DXF86DGA2.c101 dgaEvent *wire = (dgaEvent *) wire_ev; local
109 switch((wire->u.u.type & 0x7f) - info->codes->first_event) {
112 mevent->type = wire->u.u.type & 0x7F;
113 mevent->serial = _XSetLastRequestRead(dpy, (xGenericReply *)wire);
115 mevent->screen = wire->u.event.screen;
116 mevent->time = wire->u.event.time;
117 mevent->state = wire->u.event.state;
118 mevent->dx = wire->u.event.dx;
119 mevent->dy = wire->u.event.dy;
124 bevent->type = wire
[all...]
/external/openssl/ssl/
H A Dd1_both.c775 unsigned char wire[DTLS1_HM_HEADER_LENGTH]; local
788 i=s->method->ssl_read_bytes(s,SSL3_RT_HANDSHAKE,wire,
805 dtls1_get_message_header(wire, &msg_hdr);
824 wire[0] == SSL3_MT_HELLO_REQUEST)
830 if (wire[1] == 0 && wire[2] == 0 && wire[3] == 0)
834 wire, DTLS1_HM_HEADER_LENGTH, s,
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
H A DXv.c1112 xv_wire_to_event(Display *dpy, XEvent *host, xEvent *wire) argument
1116 xvEvent *event = (xvEvent *)wire;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/iproute2/doc/
H A Dip-cref.tex2260 to the router, wait for duplicated packets on the wire.

Completed in 278 milliseconds