Lines Matching defs:options
870 hyper_clientconn_options *options = NULL;
949 options = hyper_clientconn_options_new();
950 if(!options) {
951 failf(data, "Couldn't create hyper client options");
960 hyper_clientconn_options_set_preserve_header_case(options, 1);
961 hyper_clientconn_options_set_preserve_header_order(options, 1);
962 hyper_clientconn_options_http1_allow_multiline_headers(options, 1);
964 hyper_clientconn_options_exec(options, h->exec);
966 /* "Both the `io` and the `options` are consumed in this function call" */
967 handshake = hyper_clientconn_handshake(io, options);
974 options = NULL;
1214 if(options)
1215 hyper_clientconn_options_free(options);