Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/curl/tests/data/
H A Dtest118526 int tab;
28 int a = func ();
33 int hello()
55 void startfunc(int a, int b) {
66 int foo=bar;
67 int foo= bar;
68 int foo = bar;
73 int a = sizeof int;
92 int tab;
131 void startfunc(int a, int b) {
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_SOCKOPTDATA.md38 static int sockopt_callback(void *clientp, curl_socket_t curlfd,
41 int val = *(int *)clientp;
42 setsockopt((int)curlfd, SOL_SOCKET, SO_RCVBUF,
47 int main(void)
52 int recvbuffersize = 256 * 1024;
H A DCURLMOPT_PUSHDATA.md44 int push_callback(CURL *parent,
51 int *transfers = (int *)clientp;
70 int main(void)
72 int counter;
H A DCURLOPT_PREREQDATA.md43 static int prereq_callback(void *clientp,
46 int conn_primary_port,
47 int conn_local_port)
53 int main(void)
H A DCURLOPT_SEEKDATA.md43 int our_fd;
46 static int seek_cb(void *clientp, curl_off_t offset, int origin)
53 int main(void)
H A DCURLOPT_CHUNK_BGN_FUNCTION.md27 unsigned int perm;
28 int uid;
29 int gid;
31 long int hardlinks;
42 unsigned int flags;
51 int remains);
97 int remains)
131 int main()
H A DCURLOPT_PREREQFUNCTION.md29 int prereq_callback(void *clientp,
32 int conn_primary_port,
33 int conn_local_port);
95 static int prereq_callback(void *clientp,
98 int conn_primary_port,
99 int conn_local_port)
105 int main(void)
H A DCURLOPT_SSH_HOSTKEYFUNCTION.md24 int keycallback(void *clientp,
25 int keytype,
68 int hostkeycb(void *clientp, /* passed with CURLOPT_SSH_HOSTKEYDATA */
69 int keytype, /* CURLKHTYPE */
77 int main(void)
H A DCURLOPT_FNMATCH_FUNCTION.md24 int fnmatch_callback(void *ptr,
50 extern int string_match(const char *s1, const char *s2);
55 static int my_fnmatch(void *clientp,
66 int main(void)
H A DCURLOPT_CLOSESOCKETFUNCTION.md23 int closesocket_callback(void *clientp, curl_socket_t item);
55 static int closesocket(void *clientp, curl_socket_t item)
60 printf("libcurl wants to close %d now\n", (int)item);
64 int main(void)
H A DCURLOPT_OPENSOCKETFUNCTION.md29 int family;
30 int socktype;
31 int protocol;
32 unsigned int addrlen;
94 static int sockopt_callback(void *clientp, curl_socket_t curlfd,
101 int main(void)
106 extern int sockfd; /* the already connected one */
H A DCURLOPT_SEEKFUNCTION.md31 int seek_callback(void *clientp, curl_off_t offset, int origin);
74 int our_fd;
76 static int seek_cb(void *clientp, curl_off_t offset, int origin)
83 int main(void)
/curl/docs/libcurl/
H A Dcurl_multi_wakeup.md44 extern int time_to_die(void);
45 extern int set_something_to_signal_thread_1_to_exit(void);
46 extern int decide_to_stop_thread1();
48 int main(void)
52 int still_running;
60 int numfds;
H A Dcurl_pushheader_byname.md43 static int push_cb(CURL *parent,
50 int *transfers = (int *)clientp;
69 int main(void)
71 int counter;
H A Dcurl_strequal.md23 int curl_strequal(const char *str1, const char *str2);
24 int curl_strnequal(const char *str1, const char *str2, size_t length);
43 int main(int argc, char **argv)
H A Dcurl_strnequal.md23 int curl_strequal(const char *str1, const char *str2);
24 int curl_strnequal(const char *str1, const char *str2, size_t length);
43 int main(int argc, char **argv)
H A Dcurl_easy_unescape.md24 int inlength, int *outlength);
39 strings containing %00. Since this is a pointer to an *int* type, it can
52 int main(void)
56 int decodelen;
H A Dcurl_multi_socket.md26 int *running_handles);
29 int *running_handles);
72 int main(void)
76 int running;
77 int rc;
78 int fd;
H A Dcurl_multi_socket_all.md26 int *running_handles);
29 int *running_handles);
72 int main(void)
76 int running;
77 int rc;
78 int fd;
H A Dcurl_multi_wait.md26 unsigned int extra_nfds,
27 int timeout_ms,
28 int *numfds);
85 int main(void)
89 int still_running;
96 int numfds;
/curl/CMake/
H A DOtherTests.cmake55 int main(void)
57 int flag = MSG_NOSIGNAL;
67 int main(void)
85 int main(void)
93 int rc;
135 int main(void)
146 int main(void)
154 int main(void)
178 int main(void)
/curl/tests/http/testenv/
H A Denv.py412 def verbose(self) -> int:
460 def http_port(self) -> int:
464 def https_port(self) -> int:
468 def h3_port(self) -> int:
472 def proxy_port(self) -> int:
476 def proxys_port(self) -> int:
480 def ftp_port(self) -> int:
484 def ftps_port(self) -> int:
488 def h2proxys_port(self) -> int:
504 def caddy_http_port(self) -> int:
[all …]
H A Dports.py34 def alloc_ports(port_specs: Dict[str, int]) -> Dict[str, int]: argument
/curl/tests/http/
H A Dscorecard.py51 verbose: int, argument
52 curl_verbose: int, argument
53 download_parallel: int = 0): argument
111 def _check_downloads(self, r: ExecResult, count: int): argument
220 def downloads(self, proto: str, count: int, argument
221 fsizes: List[int]) -> Dict[str, Any]: argument
264 def do_requests(self, url: str, proto: str, count: int, argument
265 max_parallel: int = 1): argument
347 downloads: Optional[List[int]] = None, argument
348 download_count: int = 50, argument
[all …]
/curl/tests/
H A Dconftest.py56 parser.addoption("--repeat", action="store", type=int, default=1,
62 count = int(metafunc.config.getoption("repeat"))

Completed in 62 milliseconds

12345678910>>...22