Lines Matching refs:strlen
252 if((strlen(doc) + strlen(request)) < 200)
325 if(!strncmp(CMD_AUTH_REQUIRED, ptr, strlen(CMD_AUTH_REQUIRED))) {
329 else if(!strncmp(CMD_IDLE, ptr, strlen(CMD_IDLE))) {
334 else if(!strncmp(CMD_STREAM, ptr, strlen(CMD_STREAM))) {
453 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
497 strlen("Transfer-Encoding: chunked"))) {
561 req->reqbuf + req->offset > end + strlen(END_OF_HEADERS) &&
562 (!strncmp(req->reqbuf, "GET", strlen("GET")) ||
563 !strncmp(req->reqbuf, "HEAD", strlen("HEAD")))) {
566 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
578 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
590 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(END_OF_HEADERS))
795 count = strlen(STREAMTHIS);
827 msglen = strlen(msgbuf);
856 count = strlen(buffer);