Searched refs:serverlen (Results 1 – 1 of 1) sorted by relevance
12044 int serverlen; member12144 unsigned int clientlen, serverlen; in test_select_next_proto() local12153 if (np->serverlen == -1) { in test_select_next_proto()12155 serverlen = 0; in test_select_next_proto()12158 serverlen = (unsigned int)np->serverlen; in test_select_next_proto()12161 if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen, in test_select_next_proto()
Completed in 28 milliseconds