Lines Matching defs:len
41 int len;
55 len = strlen("HTTP/1.");
56 if (!TEST_strn_eq(++hdr, "HTTP/1.", len))
58 hdr += len;
82 if ((len = ASN1_item_i2d(rsp, NULL, it)) <= 0)
85 "Content-Length: %d\r\n\r\n", len) <= 0)
89 len = strlen("Connection: ");
90 if (strncmp(hdr, "Connection: ", len) == 0) {
92 hdr = strstr(hdr + len, "\r\n");
102 static long http_bio_cb_ex(BIO *bio, int oper, const char *argp, size_t len,