/libuv/test/ |
H A D | runner.c | 75 for (task = TASKS; task->main; task++, actual++) { in run_tests() 91 for (task = TASKS; task->main; task++) { in run_tests() 171 for (task = TASKS; task->main; task++) { in run_test() 173 return task->main(); in run_test() 178 for (task = TASKS; task->main; task++) { in run_test() 203 for (task = TASKS; task->main; task++) { in run_test() 355 for (task = TASKS; task->main; task++) { in run_test_part() 358 r = task->main(); in run_test_part() 375 for (n_helpers = 0, helper = TASKS; helper->main; helper++) { in find_helpers() 393 for (n_tasks = 0, task = TASKS; task->main; n_tasks++, task++); in print_tests() [all …]
|
H A D | run-benchmarks.c | 45 int main(int argc, char **argv) { in main() function
|
/libuv/docs/src/guide/ |
H A D | threads.rst | 40 .. rubric:: thread-create/main.c 57 .. rubric:: thread-create/main.c 175 int main() { 226 .. rubric:: queue-work/main.c 254 .. rubric:: queue-cancel/main.c 263 .. rubric:: queue-cancel/main.c 273 .. rubric:: queue-cancel/main.c 301 .. rubric:: progress/main.c 327 .. rubric:: progress/main.c 338 .. rubric:: progress/main.c [all …]
|
H A D | networking.rst | 39 .. rubric:: tcp-echo-server/main.c - The listen socket 40 .. literalinclude:: ../../code/tcp-echo-server/main.c 112 .. literalinclude:: ../../code/udp-dhcp/main.c 147 .. rubric:: udp-dhcp/main.c - Reading packets 148 .. literalinclude:: ../../code/udp-dhcp/main.c 198 .. rubric:: dns/main.c 199 .. literalinclude:: ../../code/dns/main.c 215 .. rubric:: dns/main.c 216 .. literalinclude:: ../../code/dns/main.c 234 .. rubric:: interfaces/main.c [all …]
|
H A D | utilities.rst | 88 .. rubric:: ref-timer/main.c 113 .. rubric:: idle-compute/main.c 126 .. rubric:: idle-compute/main.c 219 .. rubric:: uvwget/main.c - The setup 220 .. literalinclude:: ../../code/uvwget/main.c 240 .. rubric:: uvwget/main.c - Adding urls 241 .. literalinclude:: ../../code/uvwget/main.c 351 .. rubric:: plugin/main.c 405 .. rubric:: tty/main.c 406 .. literalinclude:: ../../code/tty/main.c [all …]
|
H A D | processes.rst | 28 .. rubric:: spawn/main.c 58 .. rubric:: spawn/main.c 109 .. rubric:: detach/main.c 147 .. rubric:: signal/main.c 208 .. rubric:: proc-streams/main.c 234 .. rubric:: cgi/main.c 244 .. rubric:: cgi/main.c 304 .. rubric:: pipe-echo-server/main.c 377 .. rubric:: multi-echo-server/main.c 386 .. rubric:: multi-echo-server/main.c [all …]
|
H A D | filesystem.rst | 55 .. rubric:: uvcat/main.c - opening a file 56 .. literalinclude:: ../../code/uvcat/main.c 65 .. rubric:: uvcat/main.c - read callback 66 .. literalinclude:: ../../code/uvcat/main.c 90 .. rubric:: uvcat/main.c - write callback 91 .. literalinclude:: ../../code/uvcat/main.c 102 We set the dominos rolling in ``main()``: 104 .. rubric:: uvcat/main.c 211 .. rubric:: uvtee/main.c - read on pipes 252 .. rubric:: uvtee/main.c - Write to pipe [all …]
|
H A D | basics.rst | 88 .. rubric:: helloworld/main.c 89 .. literalinclude:: ../../code/helloworld/main.c 112 .. rubric:: default-loop/main.c 113 .. literalinclude:: ../../code/default-loop/main.c 119 node.js uses the default loop as its main loop. If you are writing bindings 219 .. rubric:: idle-basic/main.c 220 .. literalinclude:: ../../code/idle-basic/main.c
|
/libuv/docs/code/ |
H A D | CMakeLists.txt | 42 add_executable(${X} ${X}/main.c) 49 add_executable(uvwget uvwget/main.c)
|
/libuv/docs/code/proc-streams/ |
H A D | test.c | 3 int main() in main() function
|
/libuv/docs/code/cgi/ |
H A D | tick.c | 4 int main() { in main() function
|
/libuv/docs/code/default-loop/ |
H A D | main.c | 4 int main() { in main() function
|
/libuv/docs/code/helloworld/ |
H A D | main.c | 5 int main() { in main() function
|
/libuv/docs/code/idle-basic/ |
H A D | main.c | 13 int main() { in main() function
|
/libuv/docs/code/uvstop/ |
H A D | main.c | 20 int main() { in main() function
|
/libuv/docs/code/ref-timer/ |
H A D | main.c | 17 int main() { in main() function
|
/libuv/docs/code/plugin/ |
H A D | main.c | 15 int main(int argc, char **argv) { in main() function
|
/libuv/docs/code/thread-create/ |
H A D | main.c | 25 int main() { in main() function
|
/libuv/docs/code/detach/ |
H A D | main.c | 9 int main() { in main() function
|
/libuv/docs/code/spawn/ |
H A D | main.c | 15 int main() { in main() function
|
/libuv/docs/code/interfaces/ |
H A D | main.c | 4 int main() { in main() function
|
/libuv/docs/code/tty/ |
H A D | main.c | 9 int main() { in main() function
|
/libuv/docs/code/idle-compute/ |
H A D | main.c | 34 int main() { in main() function
|
/libuv/docs/code/onchange/ |
H A D | main.c | 26 int main(int argc, char **argv) { in main() function
|
/libuv/docs/code/progress/ |
H A D | main.c | 36 int main() { in main() function
|