Lines Matching full:strlen
256 strlen (HTTP_100_CONTINUE)) );
405 char cbuf[10]; /* 10: max strlen of "%x\r\n" */
482 cblen = strlen (cbuf);
664 if (0 == strlen (connection->version))
687 off = strlen (code);
697 size += strlen (date);
828 size += strlen ("Connection: close\r\n");
830 size += strlen ("Connection: Keep-Alive\r\n");
832 size += strlen ("Transfer-Encoding: chunked\r\n");
844 size += strlen (pos->header) + strlen (pos->value) + 4; /* colon, space, linefeeds */
864 strlen ("Connection: close\r\n"));
865 off += strlen ("Connection: close\r\n");
872 strlen ("Connection: Keep-Alive\r\n"));
873 off += strlen ("Connection: Keep-Alive\r\n");
880 strlen ("Transfer-Encoding: chunked\r\n"));
881 off += strlen ("Transfer-Encoding: chunked\r\n");
904 off += strlen (date);
949 response = MHD_create_response_from_buffer (strlen (message),
1309 cpy = MHD_pool_allocate (connection->pool, strlen (hdr) + 1, MHD_YES);
1320 memcpy (cpy, hdr, strlen (hdr) + 1);
1369 ('"' == equals[strlen (equals) - 1]) )
1371 equals[strlen (equals) - 1] = '\0';
1828 last_len = strlen (last);
1833 tmp_len = strlen (tmp);
1867 if (0 != strlen (line))
1915 MHD_create_response_from_buffer (strlen (REQUEST_LACKS_HOST),
2090 strlen (HTTP_100_CONTINUE) -
2320 if (strlen (line) == 0)
2351 if (0 == strlen (line))
2388 strlen (HTTP_100_CONTINUE))
2428 if (0 == strlen (line))
2459 if (0 == strlen (line))