Lines Matching refs:tests
45 static struct testcase tests[] = {101 for(i = 0; tests[i].host; i++) {102 if(tests[i].match != Curl_cert_hostcheck(tests[i].pattern,103 strlen(tests[i].pattern),104 tests[i].host,105 strlen(tests[i].host))) {110 tests[i].host,111 tests[i].pattern,112 tests[i].match ? "NOT ": "");