Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c2339 const unsigned char *client_protocols, unsigned int client_protocols_len) in do_protocol_selection() argument
2344 client_protocols_len = 0; in do_protocol_selection()
2353 client_protocols, client_protocols_len); in do_protocol_selection()
2436 const unsigned char *client_protocols, unsigned int client_protocols_len, in _selectALPN_cb() argument
2442 client_protocols, client_protocols_len); in _selectALPN_cb()
/external/python/cpython3/Modules/
D_ssl.c3405 const unsigned char *client_protocols, unsigned int client_protocols_len) in do_protocol_selection() argument
3410 client_protocols_len = 0; in do_protocol_selection()
3419 client_protocols, client_protocols_len); in do_protocol_selection()
3499 const unsigned char *client_protocols, unsigned int client_protocols_len, in _selectALPN_cb() argument
3505 client_protocols, client_protocols_len); in _selectALPN_cb()