/libuv/include/uv/ |
H A D | tree.h | 482 #define RB_INSERT(name, x, y) name##_RB_INSERT(x, y) argument 484 #define RB_FIND(name, x, y) name##_RB_FIND(x, y) argument 485 #define RB_NFIND(name, x, y) name##_RB_NFIND(x, y) argument 486 #define RB_NEXT(name, x) name##_RB_NEXT(x) argument 487 #define RB_PREV(name, x) name##_RB_PREV(x) argument 494 (x) = name##_RB_NEXT(x)) 498 ((x) != NULL) && ((y) = name##_RB_NEXT(x), (x) != NULL); \ 503 ((x) != NULL) && ((y) = name##_RB_NEXT(x), (x) != NULL); \ 509 (x) = name##_RB_PREV(x)) 513 ((x) != NULL) && ((y) = name##_RB_PREV(x), (x) != NULL); \ [all …]
|
H A D | errno.h | 27 # define UV__ERR(x) (-(x)) argument 29 # define UV__ERR(x) (x) argument
|
/libuv/test/ |
H A D | test-strtok.c | 58 #define ASSERT_STRCMP(x, y) \ argument 59 ASSERT_NE((x != NULL && y != NULL && strcmp(x, y) == 0) || (x == y && x == NULL), 0)
|
H A D | test-test-macros.c | 25 static int x; in test_macros_evil() local 26 return x++; in test_macros_evil()
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 102 if test "x$PTHREAD_CFLAGS$PTHREAD_LIBS" != "x"; then 106 AS_IF([test "x$PTHREAD_CC" != "x"], [CC="$PTHREAD_CC"]) 203 AS_IF([test "x$GCC" = "xyes"], 223 AS_IF([test "x$ax_pthread_check_macro" = "x--"], 233 if test "x$GCC" = "xyes"; then 312 AS_IF([test "x$ax_pthread_try" = "x"], [ax_pthread_try=no]) 323 if test "x$ax_pthread_ok" = "xno"; then 458 AS_CASE(["x/$CC"], 459 … [x*/c89|x*/c89_128|x*/c99|x*/c99_128|x*/cc|x*/cc128|x*/xlc|x*/xlc_v6|x*/xlc128|x*/xlc128_v6], 461 AS_CASE(["x$CC"], [all …]
|
H A D | libuv-check-flags.m4 | 49 AS_IF([eval test x$]AS_TR_SH([cc_cv_cflags_$1])[ = xyes], 62 AS_IF([eval test x$]AS_TR_SH([cc_cv_cflags_$1])[ = xyes], 74 AS_IF([eval test x$]AS_TR_SH([cc_cv_cflags_$1])[ = xyes], 103 AS_IF([eval test x$]AS_TR_SH([cc_cv_ldflags_$1])[ = xyes], 177 AS_IF([eval test x$]AS_TR_SH([cc_cv_attribute_$1])[ = xyes], 282 AS_IF([test "x$cc_cv_flag_visibility" = "xyes"], 307 AS_IF([test "x$cc_cv_func_expect" = "xyes"], 332 if test "x$cc_cv_attribute_aligned" != "x"; then
|
/libuv/src/ |
H A D | idna.c | 163 unsigned x; in uv__idna_toascii_label() local 198 x = 0; in uv__idna_toascii_label() 210 if (++x == h) in uv__idna_toascii_label() 240 x = m - n; in uv__idna_toascii_label() 243 if (x > ~delta / y) in uv__idna_toascii_label() 246 delta += x * y; in uv__idna_toascii_label() 277 x = q - t; in uv__idna_toascii_label() 279 q = x / y; in uv__idna_toascii_label() 280 t = t + x % y; /* 1 <= t <= 35 because of y. */ in uv__idna_toascii_label()
|
H A D | uv-common.h | 45 # define UV__ERR(x) (-(x)) argument 47 # define UV__ERR(x) (x) argument
|
/libuv/ |
H A D | SECURITY.md | 5 Currently, we are providing security updates for the latest release in the v1.x series: 9 | Latest v1.x | :white_check_mark: |
|
H A D | CONTRIBUTING.md | 39 $ git checkout -b my-feature-branch -t origin/v1.x 42 (Where v1.x is the latest stable branch as of this writing.) 133 $ git rebase upstream/v1.x # or upstream/master
|
H A D | LINKS.md | 14 * [H2O](https://github.com/h2o/h2o): An optimized HTTP server with support for HTTP/1.x and HTTP/2.
|
H A D | README.md | 8 …s://github.com/MagicStack/uvloop), and [others](https://github.com/libuv/libuv/blob/v1.x/LINKS.md).
|
H A D | ChangeLog | 2207 * doc: fix build with sphinx 2.x (FX Coudert) 3895 * build: python 2.x/3.x consistent print usage (Rasmus Christian Pedersen)
|
/libuv/src/win/ |
H A D | tty.c | 1174 x = info->dwCursorPosition.X + x; in uv__tty_make_real_coord() 1177 if (x < 0) { in uv__tty_make_real_coord() 1178 x = 0; in uv__tty_make_real_coord() 1179 } else if (x >= uv_tty_virtual_width) { in uv__tty_make_real_coord() 1180 x = uv_tty_virtual_width - 1; in uv__tty_make_real_coord() 1183 result.X = (unsigned short) x; in uv__tty_make_real_coord() 1956 int x, y, d; local 1977 x = handle->tty.wr.ansi_csi_argc 1985 x = -(handle->tty.wr.ansi_csi_argc 2009 x = (handle->tty.wr.ansi_csi_argc >= 1 && [all …]
|
/libuv/src/unix/ |
H A D | tcp.c | 465 #define UV_KEEPALIVE_FACTOR(x) (x *= 1000) argument 467 #define UV_KEEPALIVE_FACTOR(x) argument
|
/libuv/docs/src/guide/ |
H A D | introduction.rst | 11 .. _official libuv documentation: https://docs.libuv.org/en/v1.x/ 73 .. _variety: https://github.com/libuv/libuv/blob/v1.x/LINKS.md
|
H A D | basics.rst | 74 <https://docs.libuv.org/en/v1.x/design.html#the-i-o-loop>`_. 129 .. _constants: https://docs.libuv.org/en/v1.x/errors.html#error-constants
|
H A D | filesystem.rst | 16 .. _thread pool: https://docs.libuv.org/en/v1.x/threadpool.html#thread-pool-work-scheduling 296 .. _notes of uv_fs_event_start: https://docs.libuv.org/en/v1.x/fs_event.html#c.uv_fs_event_start
|
H A D | networking.rst | 224 .. _uv_getnameinfo: http://docs.libuv.org/en/v1.x/dns.html#c.uv_getnameinfo
|
H A D | threads.rst | 186 .. _api: http://docs.libuv.org/en/v1.x/threading.html#thread-local-storage
|
H A D | utilities.rst | 393 .. _Other: http://docs.libuv.org/en/v1.x/tty.html#c.uv_tty_mode_t
|
H A D | processes.rst | 138 <http://docs.libuv.org/en/v1.x/signal.html#signal>`_ as well.
|
/libuv/docs/src/ |
H A D | index.rst | 20 .. _others: https://github.com/libuv/libuv/blob/v1.x/LINKS.md
|