Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_debug.c1160 const int have_ws = coap_ws_is_supported(); in coap_string_tls_support() local
1175 have_ws ? "Have " : "No "); in coap_string_tls_support()
/third_party/python/Lib/email/
D_header_value_parser.py1127 have_ws = True
1132 have_ws = False
1133 if have_ws and len(unstructured) > 1: