Lines Matching defs:client
315 /* A client MUST ignore any Content-Length or Transfer-Encoding
331 /* A client MUST ignore any Content-Length or Transfer-Encoding
582 hyper_clientconn *client = NULL;
615 failf(data, "Couldn't create hyper client options");
628 failf(data, "Couldn't create hyper client handshake");
649 client = hyper_task_value(task);
752 sendtask = hyper_clientconn_send(client, req);
767 hyper_clientconn_free(client);
768 client = NULL;
779 if(client)
780 hyper_clientconn_free(client);