Home
last modified time | relevance | path

Searched refs:wc_end (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/core/
Dlibwebsockets.c1185 const char *match[3], *wc[3], *wc_end = wildcard + wlen, in lws_strcmp_wildcard() local
1191 if (wildcard == wc_end) { in lws_strcmp_wildcard()
1212 if (++wildcard == wc_end) in lws_strcmp_wildcard()
1237 if (wildcard == wc_end) in lws_strcmp_wildcard()
1261 return wildcard != wc_end; in lws_strcmp_wildcard()
/third_party/libwebsockets/lib/misc/cache-ttl/
Dfile.c310 const char *wc_end = wc + strlen(wc), *tag_end = tag + strlen(tag), in lws_cache_nscookiejar_tag_match() local
324 while (wc < wc_end && *wc != LWSCTAG_SEP) in lws_cache_nscookiejar_tag_match()
341 if (wc < wc_end) in lws_cache_nscookiejar_tag_match()