Searched refs:serverlen (Results 1 – 1 of 1) sorted by relevance
12403 int serverlen; member12448 unsigned int clientlen, serverlen; in test_select_next_proto() local12457 if (np->serverlen == -1) { in test_select_next_proto()12459 serverlen = 0; in test_select_next_proto()12462 serverlen = (unsigned int)np->serverlen; in test_select_next_proto()12465 if (!TEST_int_eq(SSL_select_next_proto(&out, &outlen, server, serverlen, in test_select_next_proto()