Home
last modified time | relevance | path

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

/third_party/libcoap/src/
Duri.c53 coap_uri_check_t check_proxy) { in coap_split_uri_sub() argument
68 if (check_proxy == COAP_URI_CHECK_PROXY) in coap_split_uri_sub()
78 if (*q && check_proxy == COAP_URI_CHECK_PROXY) { 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