Lines Matching refs:reuse
745 'maxlifetime_conn' ago, to be subject for reuse. */
818 /* For reuse, we want a "clean" connection state. The includes
975 return FALSE; /* no reuse */
1013 completed yet and until then we don't reuse this connection */
1036 " isn't open enough, can't reuse", check->connection_id);
1102 " has different SSL proxy parameters, can't reuse",
1117 return FALSE; /* no reuse */
1125 reuse a random other one, although if we didn't ask for a
1126 particular one we can reuse one that was bound.
1132 will most likely also reuse the exact same binding parameters and
1217 " has different SSL parameters, can't reuse",
1226 looking so that we can reuse NTLM connections if
1227 possible. (Especially we must not reuse the same connection if
1325 "Found pending candidate for reuse and CURLOPT_PIPEWAIT is set");
2175 * host name, so that we can reuse an existing connection
2496 * name, proxy type and port number, so that we can reuse an existing
3314 if(conn->bits.reuse) {
3316 idnconvert_hostname() was called already in create_conn() for the reuse
3335 * be new for this request even when we reuse an existing connection */
3365 /* Finding a connection for reuse in the cache matches, among other
3372 * We want to reuse an existing conn to the remote endpoint.
3373 * Since connection reuse does not match on conn->host necessarily, we
3395 /* reuse init */
3396 existing->bits.reuse = TRUE; /* yes, we're reusing here */
3423 bool reuse;
3639 * reuse an already existing one or if we have to create a
3649 authentication phase). CONNECT_ONLY transfers also refuse reuse. */
3652 reuse = FALSE;
3654 reuse = ConnectionExists(data, conn, &existing, &force_reuse, &waitpipe);
3656 if(reuse) {
3849 if(!conn->bits.reuse)