Lines Matching refs:transport
366 int transport;
465 ctx->transport);
596 * If transport is QUIC, we need to shutdown the ongoing 'other'
1075 int transport)
1088 ctx->transport = transport;
1103 int transport;
1124 static cf_ip_connect_create *get_cf_create(int transport)
1128 if(transport == transport_providers[i].transport)
1137 int transport)
1145 cf_create = get_cf_create(transport);
1147 CURL_TRC_CF(data, cf_at, "unsupported transport type %d", transport);
1152 transport);
1174 int transport;
1198 result = cf_he_insert_after(cf, data, ctx->remotehost, ctx->transport);
1326 int transport,
1342 ctx->transport = transport;
1359 int transport,
1366 result = cf_setup_create(&cf, data, remotehost, transport, ssl_mode);
1376 void Curl_debug_set_transport_provider(int transport,
1381 if(transport == transport_providers[i].transport) {
1392 int transport,
1399 result = cf_setup_create(&cf, data, remotehost, transport, ssl_mode);
1431 conn->transport, ssl_mode);