Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dweakrefobject.c563 WRAP_UNARY(proxy_index, PyNumber_Index) in WRAP_BINARY()
718 proxy_index, /*nb_index*/
/third_party/curl/lib/vtls/
Dopenssl.c406 static int proxy_index = -1; in ossl_get_proxy_index() local
407 if(proxy_index < 0) { in ossl_get_proxy_index()
408 proxy_index = SSL_get_ex_new_index(0, NULL, NULL, NULL, NULL); in ossl_get_proxy_index()
410 return proxy_index; in ossl_get_proxy_index()