Home
last modified time | relevance | path

Searched refs:col_len (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dfile.c268 nsc_match(const char *wc, size_t wc_len, const char *col, size_t col_len, in nsc_match() argument
274 return lws_strcmp_wildcard(wc, wc_len, col, col_len); in nsc_match()
291 if (n && col_len <= n && !strncmp(wc, col, n)) in nsc_match()
294 if (n != wc_len && col_len <= n + 1 && in nsc_match()

Completed in 2 milliseconds