Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Dcoap_uri.c66 coap_uri_check_t check_proxy) { in coap_split_uri_sub() argument
82 if (check_proxy == COAP_URI_CHECK_PROXY) { in coap_split_uri_sub()
103 if (check_proxy != COAP_URI_CHECK_PROXY && coap_uri_scheme[i].proxy_only) { in coap_split_uri_sub()
/third_party/python/Lib/test/
Dtest_weakref.py238 self.check_proxy(o, weakref.proxy(o))
346 self.check_proxy(o, ref1)
363 def check_proxy(self, o, proxy): member in ReferencesTestCase