Lines Matching full:strlen
377 if((strlen(doc) + strlen(request)) < 200)
451 if(!strncmp(CMD_AUTH_REQUIRED, ptr, strlen(CMD_AUTH_REQUIRED))) {
455 else if(!strncmp(CMD_IDLE, ptr, strlen(CMD_IDLE))) {
460 else if(!strncmp(CMD_STREAM, ptr, strlen(CMD_STREAM))) {
571 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
615 strlen("Transfer-Encoding: chunked"))) {
679 req->reqbuf + req->offset > end + strlen(END_OF_HEADERS) &&
680 (!strncmp(req->reqbuf, "GET", strlen("GET")) ||
681 !strncmp(req->reqbuf, "HEAD", strlen("HEAD")))) {
684 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
696 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
708 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(END_OF_HEADERS))
910 count = strlen(STREAMTHIS);
941 msglen = strlen(msgbuf);
968 count = strlen(buffer);
1225 if((endptr != argv[arg] + strlen(argv[arg])) ||