Lines Matching refs:checkprefix
961 if(checkprefix("Negotiate", auth) && is_valid_auth_separator(auth[9])) {
987 if(checkprefix("NTLM", auth) && is_valid_auth_separator(auth[4])) {
1025 if(checkprefix("Digest", auth) && is_valid_auth_separator(auth[6])) {
1048 if(checkprefix("Basic", auth) &&
1064 if(checkprefix("Bearer", auth) &&
1947 checkprefix("Host:", compare))
1951 checkprefix("Content-Type:", compare))
1955 checkprefix("Content-Type:", compare))
1960 checkprefix("Content-Length:", compare))
1965 checkprefix("Connection:", compare))
1968 checkprefix("Transfer-Encoding:", compare))
1971 else if((checkprefix("Authorization:", compare) ||
1972 checkprefix("Cookie:", compare)) &&
3446 !data->set.ignorecl && checkprefix("Content-Length:", headp)) {
3471 else if(checkprefix("Content-Type:", headp)) {
3534 else if(!k->http_bodyless && checkprefix("Transfer-Encoding:", headp)) {
3558 else if(!k->http_bodyless && checkprefix("Content-Encoding:", headp) &&
3573 else if(checkprefix("Retry-After:", headp)) {
3587 else if(!k->http_bodyless && checkprefix("Content-Range:", headp)) {
3618 checkprefix("Set-Cookie:", headp)) {
3637 else if(!k->http_bodyless && checkprefix("Last-Modified:", headp) &&
3643 else if((checkprefix("WWW-Authenticate:", headp) &&
3645 (checkprefix("Proxy-authenticate:", headp) &&
3661 else if(checkprefix("Persistent-Auth:", headp)) {
3668 negdata->noauthpersist = checkprefix("false", persistentauth)?
3678 checkprefix("Location:", headp) &&
3710 else if(data->hsts && checkprefix("Strict-Transport-Security:", headp) &&
3733 else if(data->asi && checkprefix("Alt-Svc:", headp) &&