Home
last modified time | relevance | path

Searched refs:conn_temp (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Durl.c5978 struct connectdata *conn_temp = NULL; in create_conn() local
6464 reuse = ConnectionExists(data, conn, &conn_temp, &force_reuse, &waitpipe); in create_conn()
6468 if(reuse && !force_reuse && IsPipeliningPossible(data, conn_temp)) { in create_conn()
6469 size_t pipelen = conn_temp->send_pipe->size + conn_temp->recv_pipe->size; in create_conn()
6472 conn_temp->connection_id, pipelen); in create_conn()
6474 if(conn_temp->bundle->num_connections < max_host_connections && in create_conn()
6491 conn_temp->inuse = TRUE; /* mark this as being in use so that no other in create_conn()
6493 reuse_conn(conn, conn_temp); in create_conn()
6495 conn = conn_temp; in create_conn()