Lines Matching defs:options
579 hyper_clientconn_options *options = NULL;
613 options = hyper_clientconn_options_new();
614 if(!options) {
615 failf(data, "Couldn't create hyper client options");
619 hyper_clientconn_options_set_preserve_header_case(options, 1);
620 hyper_clientconn_options_set_preserve_header_order(options, 1);
622 hyper_clientconn_options_exec(options, h->exec);
624 /* "Both the `io` and the `options` are consumed in this function
626 handshake = hyper_clientconn_handshake(io, options);
633 options = NULL;
775 if(options)
776 hyper_clientconn_options_free(options);