Lines Matching defs:match
218 * for lws, to match Linux, we default to exclusive listen
530 * which is reasonable. If exact match exists we already chose it and
548 /* Priority 3: match the first vhost on our port */
553 lwsl_info("%s: vhost match to %s based on port %d\n",
560 /* no match */
600 /* ie, match anything */
608 lwsl_info("%s: match to user mimetype: %s\n", __func__,
620 lwsl_info("%s: match to server mimetype: %s\n", __func__,
628 lwsl_info("%s: match to any mimetype: %s\n", __func__,
789 lwsl_debug("%s: ETAG match %s %s\n", __func__,
991 int fd, match = 0, pos = 0, n = 0, hit = 0;
1003 if (match == stringlen)
1010 if (match == stringlen) {
1015 match = 0;
1018 if (buf[pos] == string[match])
1019 match++;
1021 match = 0;