Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/cache-ttl/
Dprivate-lib-misc-cache-ttl.h34 #define LWSCTAG_SEP '|' macro
Dfile.c324 while (wc < wc_end && *wc != LWSCTAG_SEP) in lws_cache_nscookiejar_tag_match()
328 while (tag < tag_end && *tag != LWSCTAG_SEP) in lws_cache_nscookiejar_tag_match()
398 tag[tl++] = LWSCTAG_SEP; in nsc_line_to_tag()