Lines Matching defs:result
52 int result;
57 result = Curl_parsenetrc("test.example.com", &login, &password, arg);
58 fail_unless(result == 1, "Host not found should return 1");
70 result = Curl_parsenetrc("example.com", &login, &password, arg);
71 fail_unless(result == 0, "Host should have been found");
84 result = Curl_parsenetrc("test.example.com", &login, &password, arg);
85 fail_unless(result == 1, "Host not found should return 1");
99 result = Curl_parsenetrc("example.com", &login, &password, arg);
100 fail_unless(result == 0, "Host should have been found");
114 result = Curl_parsenetrc("example.com", &login, &password, arg);
115 fail_unless(result == 0, "Host should have been found");
129 result = Curl_parsenetrc("example.com", &login, &password, arg);
130 fail_unless(result == 0, "Host should have been found");
144 result = Curl_parsenetrc("example.com", &login, &password, arg);
145 fail_unless(result == 0, "Host should have been found");
162 result = Curl_parsenetrc("curl.example.com", &login, &password, arg);
163 fail_unless(result == 0, "Host should have been found");
177 result = Curl_parsenetrc("curl.example.com", &login, &password, arg);
178 fail_unless(result == 0, "Host should have been found");