Lines Matching refs:portnum
64 char *portnum; variable
75 ret = curl_url_get(u, CURLUPART_PORT, &portnum, CURLU_NO_DEFAULT_PORT);
100 ret = curl_url_get(u, CURLUPART_PORT, &portnum, 0);
102 fail_unless(portnum && !strcmp(portnum, "808"), "Check portnumber");
104 curl_free(portnum);
117 ret = curl_url_get(u, CURLUPART_PORT, &portnum, 0);
119 fail_unless(portnum && !strcmp(portnum, "80"), "Check portnumber");
120 curl_free(portnum);
145 ret = curl_url_get(u, CURLUPART_PORT, &portnum, 0);
147 fail_unless(portnum && !strcmp(portnum, "81"), "Check portnumber");
148 curl_free(portnum);
197 ret = curl_url_get(u, CURLUPART_PORT, &portnum, 0);
199 fail_unless(portnum && !strcmp(portnum, "180"), "Check portnumber");
200 curl_free(portnum);