Home
last modified time | relevance | path

Searched refs:running (Results 1 – 25 of 57) sorted by relevance

123

/curl/tests/libtest/
H A Dlib504.c45 int running; in test() local
73 multi_perform(m, &running); in test()
75 while(running) { in test()
86 multi_perform(m, &running); in test()
92 if(!running) { in test()
103 fprintf(stderr, "running == %d\n", running); in test()
H A Dlib573.c42 int running = 1; in test() local
70 while(running) { in test()
78 multi_perform(m, &running); in test()
82 if(!running) in test()
H A Dlib502.c41 int running; in test() local
63 multi_perform(m, &running); in test()
67 if(!running) in test()
H A Dlib564.c38 int running; in test() local
66 multi_perform(m, &running); in test()
70 if(!running) in test()
H A Dlib503.c45 int running; in test() local
74 multi_perform(m, &running); in test()
78 if(!running) in test()
H A Dlib555.c85 int running = 1; in test() local
118 while(running) { in test()
126 multi_perform(m, &running); in test()
130 if(!running) in test()
H A Dlib533.c40 int running; in test() local
68 multi_perform(m, &running); in test()
72 if(!running) { in test()
H A Dlibntlmconnect.c96 int running; in test() local
161 multi_perform(multi, &running); in test()
164 __FILE__, __LINE__, running, state); in test()
168 if(!running && state == NoMoreHandles) in test()
196 __FILE__, __LINE__, num_handles, timeout, running); in test()
215 if(!running && num_handles == MAX_EASY_HANDLES) { in test()
H A Dlib597.c48 int running; in test() local
78 multi_perform(multi, &running); in test()
82 if(!running) in test()
H A Dlib525.c42 int running; in test() local
122 multi_perform(m, &running); in test()
126 if(!running) in test()
H A Dlib591.c43 int running; in test() local
97 multi_perform(multi, &running); in test()
101 if(!running) in test()
H A Dlib526.c59 int running; in test() local
94 multi_perform(m, &running); in test()
98 if(!running) { in test()
H A Dlib2402.c38 int running; in test() local
105 multi_perform(m, &running); in test()
109 if(!running) in test()
H A Dlib1506.c38 int running; in test() local
102 multi_perform(m, &running); in test()
106 if(!running) in test()
H A Dlib2404.c38 int running; in test() local
107 multi_perform(m, &running); in test()
111 if(!running) in test()
H A Dlib2502.c39 int running; in test() local
109 multi_perform(m, &running); in test()
113 if(!running) in test()
/curl/tests/http/testenv/
H A Dnghttpx.py103 running = self._process
105 os.kill(running.pid, signal.SIGQUIT)
108 self._process = running
113 running.wait(2)
118 os.kill(running.pid, signal.SIGQUIT)
121 os.kill(running.pid, signal.SIGKILL)
122 running.terminate()
123 running.wait(1)
/curl/docs/libcurl/
H A Dcurl_multi_socket_all.md37 still running easy handles within the multi handle. When this number reaches
51 int running;
54 rc = curl_multi_socket_all(multi, &running);
H A Dcurl_multi_socket.md36 still running easy handles within the multi handle. When this number reaches
69 int running;
73 rc = curl_multi_socket(multi, fd, &running);
H A Dcurl_global_cleanup.md40 thread in the program (i.e. a thread sharing the same memory) is running.
54 still running then your program may crash or other corruption may occur. We
/curl/tests/data/
H A Dtest108534 # Ensure the IPv6 stack is operational before running this test (other tests
H A Dtest38943 # Ensure that we're running on localhost
H A Dtest67842 # Ensure that we're running on localhost because we're checking the host name
/curl/docs/cmdline-opts/
H A Dignore-content-length.md19 servers running Apache 1.x, which reports incorrect Content-Length for
/curl/lib/
H A Dcookie.h61 bool running; /* state info, for cookie adding information */ member

Completed in 39 milliseconds

123