Searched refs:Curl_http_auth_act (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhttp.h80 CURLcode Curl_http_auth_act(struct connectdata *conn);
H A Dhttp_proxy.c473 result = Curl_http_auth_act(conn);
479 Curl_http_auth_act() function and thus we can kill it at once
H A Dhttp.c427 * Curl_http_auth_act() gets called when all HTTP headers have been received
433 CURLcode Curl_http_auth_act(struct connectdata *conn) function
2892 /* Curl_http_auth_act() checks what authentication methods
2895 result = Curl_http_auth_act(conn);

Completed in 49 milliseconds