Searched refs:cpkt (Results 1 – 1 of 1) sorted by relevance
3546 PACKET cpkt, csubpkt, spkt, ssubpkt; in SSL_select_next_proto() local3548 if (!PACKET_buf_init(&cpkt, client, client_len) in SSL_select_next_proto()3549 || !PACKET_get_length_prefixed_1(&cpkt, &csubpkt) in SSL_select_next_proto()3570 if (PACKET_buf_init(&cpkt, client, client_len)) { in SSL_select_next_proto()3571 while (PACKET_get_length_prefixed_1(&cpkt, &csubpkt)) { in SSL_select_next_proto()
Completed in 21 milliseconds