Lines Matching refs:In
15 In libuv 0.10 (and previous versions), loops were created with `uv_loop_new`, which
46 Error handling had a major overhaul in libuv 1.0. In general, functions and status parameters
50 In 1.0, functions and status parameters contain the actual error code, which is 0 for success, or
78 In libuv 0.10 Unix used a threadpool which defaulted to 4 threads, while Windows used the
82 In 1.0, we unified both implementations, so Windows now uses the same implementation Unix
90 In libuv 0.10 the callback had to return a filled :c:type:`uv_buf_t` by value:
98 In libuv 1.0 a pointer to a buffer is passed to the callback, which the user
190 In libuv 0.10 (and earlier versions) the `uv_read2_start` function was used to start reading
203 In libuv 1.0, `uv_read2_start` was removed, and the user needs to check if there are pending
238 libuv 0.10. In 1.0, this function got renamed to :c:func:`uv_fs_scandir`, since it's
241 In addition, instead of allocating a full list strings, the user is able to get one