Searched refs:matches (Results 1 – 7 of 7) sorted by relevance
12 int etag_is_equal(buffer *etag, const char *matches) { in etag_is_equal() argument13 if (etag && !buffer_is_empty(etag) && 0 == strcmp(etag->ptr, matches)) return 1; in etag_is_equal()
489 cache->matches, elementsof(cache->matches)); in config_check_cond_nocache()593 cache->comp_value->ptr + cache->matches[n], in config_append_cond_match_buffer()594 cache->matches[n + 1] - cache->matches[n]); in config_append_cond_match_buffer()
12 int etag_is_equal(buffer *etag, const char *matches);
353 int matches[3 * 10]; member
47 If the file has no extension keep in mind that lighttpd matches not the
485 important if you have matches like: ::
7434 # dot (in which case that matches only a dot).