Searched refs:authneg (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhttp.c366 if(conn->bits.authneg)
406 if(!conn->bits.authneg) {
461 (conn->bits.authneg && data->req.httpcode < 300))) {
468 (conn->bits.authneg && data->req.httpcode < 300))) {
494 conn->bits.authneg) {
1546 else if(conn->bits.authneg &&
1755 conn->bits.authneg = TRUE;
1758 conn->bits.authneg = FALSE;
1818 if(conn->bits.authneg)
2282 if(!http->sendit || conn->bits.authneg) {
[all...]
H A Durldata.h492 bool authneg; /* TRUE when the auth phase has started, which means member in struct:ConnectBits

Completed in 119 milliseconds