Home | History | Annotate | Download | only in lib

Lines Matching full:checkprefix

803     if(checkprefix("Negotiate", auth)) {
828 if(checkprefix("NTLM", auth)) {
848 if(checkprefix("NTLM", auth)) {
868 if(checkprefix("Digest", auth)) {
890 if(checkprefix("Basic", auth)) {
1642 checkprefix("Host:", headers->data))
1646 checkprefix("Content-Type:", headers->data))
1651 checkprefix("Content-Length", headers->data))
1656 checkprefix("Connection", headers->data))
2081 if(checkprefix("ftp://", ppath)) {
2785 if(checkprefix(head->data, s)) {
2792 if(!rc && (checkprefix("HTTP/", s)))
2823 if(checkprefix("RTSP/", s))
3429 checkprefix("Content-Length:", k->p)) {
3454 else if(checkprefix("Content-Type:", k->p)) {
3466 else if(checkprefix("Server:", k->p)) {
3523 else if(checkprefix("Transfer-Encoding:", k->p)) {
3545 if(checkprefix("chunked", start)) {
3558 if(checkprefix("identity", start)) {
3562 else if(checkprefix("deflate", start)) {
3566 else if(checkprefix("gzip", start)) {
3570 else if(checkprefix("x-gzip", start)) {
3574 else if(checkprefix("compress", start)) {
3578 else if(checkprefix("x-compress", start)) {
3589 else if(checkprefix("Content-Encoding:", k->p) &&
3607 if(checkprefix("identity", start))
3609 else if(checkprefix("deflate", start))
3611 else if(checkprefix("gzip", start)
3612 || checkprefix("x-gzip", start))
3614 else if(checkprefix("compress", start)
3615 || checkprefix("x-compress", start))
3618 else if(checkprefix("Content-Range:", k->p)) {
3649 checkprefix("Set-Cookie:", k->p)) {
3662 else if(checkprefix("Last-Modified:", k->p) &&
3670 else if((checkprefix("WWW-Authenticate:", k->p) &&
3672 (checkprefix("Proxy-authenticate:", k->p) &&
3688 checkprefix("Location:", k->p) &&