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.c3233 const unsigned char *client_protocols, unsigned int client_protocols_len) in do_protocol_selection() argument
3238 client_protocols_len = 0; in do_protocol_selection()
3247 client_protocols, client_protocols_len); in do_protocol_selection()
3327 const unsigned char *client_protocols, unsigned int client_protocols_len, in _selectALPN_cb() argument
3333 client_protocols, client_protocols_len); in _selectALPN_cb()