Lines Matching refs:data

106       data(nullptr),
207 auto client = static_cast<Client *>(w->data);
233 auto client = static_cast<Client *>(w->data);
250 auto worker = static_cast<Worker *>(w->data);
292 auto worker = static_cast<Worker *>(w->data);
306 auto worker = static_cast<Worker *>(w->data);
337 auto client = static_cast<Client *>(w->data);
387 auto client = static_cast<Client *>(w->data);
412 auto client = static_cast<Client *>(w->data);
485 wev.data = this;
486 rev.data = this;
490 conn_inactivity_watcher.data = this;
494 conn_active_watcher.data = this;
497 request_timeout_watcher.data = this;
500 rps_watcher.data = this;
504 quic.pkt_timer.data = this;
507 quic.tx.data = std::make_unique<uint8_t[]>(64_k);
861 if (!EVP_PKEY_get_utf8_string_param(key, "group", curve_name.data(),
865 cname = curve_name.data();
1052 while (write(worker->config->log_fd, buf.data(), nwrite) == -1 &&
1241 int Client::on_read(const uint8_t *data, size_t len) {
1242 auto rv = session->on_read(data, len);
1298 auto iovcnt = wb.riovec(iov.data(), iov.size());
1305 while ((nwrite = writev(fd, iov.data(), iovcnt)) == -1 && errno == EINTR)
1451 const uint8_t *data, size_t datalen, size_t gso_size) {
1453 msg_iov.iov_base = const_cast<uint8_t *>(data);
1465 msg.msg_control = msg_ctrl.data();
1578 timeout_watcher.data = this;
1592 duration_watcher.data = this;
1595 warmup_watcher.data = this;
2183 -d, --data=<PATH>
2343 {"data", required_argument, nullptr, 'd'},
2880 config.data = static_cast<uint8_t *>(addr);
2992 SSL_CTX_set_alpn_protos(ssl_ctx, proto_list.data(), proto_list.size());
3283 << stats.bytes_body << R"() data)" << std::endl;