Lines Matching defs:sockindex
472 wcf->sockindex = cf->sockindex;
527 if(cf->sockindex == FIRSTSOCKET) {
594 * Transfer the successful conn->tempsock to conn->sock[sockindex]
1220 && !Curl_conn_is_ssl(cf->conn, cf->sockindex)) {
1243 if(Curl_conn_is_ssl(cf->conn, cf->sockindex)) {
1263 && !Curl_conn_is_ssl(cf->conn, cf->sockindex)) { /* it is missing */
1357 int sockindex,
1369 Curl_conn_cf_add(data, conn, sockindex, cf);
1409 int sockindex,
1419 if(!conn->cfilter[sockindex] &&
1422 result = Curl_cf_https_setup(data, conn, sockindex, remotehost);
1429 if(!conn->cfilter[sockindex]) {
1430 result = cf_setup_add(data, conn, sockindex, remotehost,
1436 DEBUGASSERT(conn->cfilter[sockindex]);