Lines Matching refs:response
419 wsi->http.access_log.response = 101;
573 * In the response subprotocol header, we need to name
644 char *response;
681 /* create the response packet */
685 response = (char *)pt->serv_buf + MAX_WEBSOCKET_04_KEY_LEN +
687 p = response;
716 * In the response subprotocol header, we need to name
755 /* end of response packet */
759 /* okay send the handshake response accepting the connection */
762 lws_ptr_diff(p, response));
764 fwrite(response, 1, p - response, stderr);
766 n = lws_write(wsi, (unsigned char *)response, lws_ptr_diff_size_t(p, response),
768 if (n != lws_ptr_diff(p, response)) {