Home | History | Annotate | Download | only in server

Lines Matching full:strlen

386       if(!strncmp(CMD_AUTH_REQUIRED, cmd, strlen(CMD_AUTH_REQUIRED))) {
390 else if(!strncmp(CMD_IDLE, cmd, strlen(CMD_IDLE))) {
395 else if(!strncmp(CMD_STREAM, cmd, strlen(CMD_STREAM))) {
400 strlen(CMD_CONNECTIONMONITOR))) {
404 else if(!strncmp(CMD_UPGRADE, cmd, strlen(CMD_UPGRADE))) {
493 if((strlen(doc) + strlen(request)) < 400)
680 req->checkindex += (end - line) + strlen(end_of_headers);
724 strlen("Transfer-Encoding: chunked"))) {
789 req->reqbuf + req->offset > end + strlen(end_of_headers) &&
791 (!strncmp(req->reqbuf, "GET", strlen("GET")) ||
792 !strncmp(req->reqbuf, "HEAD", strlen("HEAD")))) {
795 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
807 req->checkindex += (end - line) + strlen(end_of_headers);
827 if(req->cl <= req->offset - (end - req->reqbuf) - strlen(end_of_headers))
1049 count = strlen(STREAMTHIS);
1080 msglen = strlen(msgbuf);
1095 count = strlen(buffer);
2011 if(strlen(unix_socket) >= sizeof(me.sau.sun_path)) {
2028 if((endptr != argv[arg] + strlen(argv[arg])) ||
2299 storerequest((char *)keepopen, strlen(keepopen));