Lines Matching defs:out
63 char buf[LWS_PRE + 6], *out = buf + LWS_PRE;
78 *out++ = '0';
79 *out++ = '\x0d';
80 *out++ = '\x0a';
81 *out++ = '\x0d';
82 *out++ = '\x0a';
455 char *out = buf + LWS_PRE;
471 n = lws_snprintf(out, 14, "%X\x0d\x0a", (int)len);
472 out += n;
473 memcpy(out, in, len);
474 out += len;
475 *out++ = '\x0d';
476 *out++ = '\x0a';
545 * can go back out on h2 just fine.
547 * However if we are actually going out on h1, we need to add
661 switch (args->ch) { /* which of stdin/out/err ? */