Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 11 of 11) sorted by relevance

/libuv/src/
H A Dqueue.h21 #define uv__queue_data(pointer, type, field) \ argument
22 ((type*) ((char*) (pointer) - offsetof(type, field)))
/libuv/docs/src/
H A Dmigration_010_100.rst98 In libuv 1.0 a pointer to a buffer is passed to the callback, which the user
116 ``struct sockaddr_in6``. Now functions take a ``struct sockaddr*`` (note it's a pointer).
147 The streams and UDP data receive callbacks now get a pointer to a :c:type:`uv_buf_t` buffer,
H A Ddll.rst39 Retrieves a data pointer from a dynamic library. It is legal for a symbol
H A Dmetrics.rst69 Copy the current set of event loop metrics to the ``metrics`` pointer.
H A Ddns.rst78 `hints` is a pointer to a struct addrinfo with additional address type
H A Dmisc.rst52 error. The `buf` pointer is the same pointer that was passed to
453 the target `dst` pointer is unmodified.
/libuv/
H A DCMakeLists.txt55 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=address")
56 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=ad…
57 …set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=address")
67 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=memory")
68 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=me…
69 set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=memory")
75 set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-omit-frame-pointer -fsanitize=thread")
76 …set (CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=th…
77 … set (CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -fno-omit-frame-pointer -fsanitize=thread")
94 add_compile_options("-fno-omit-frame-pointer")
H A DChangeLog1203 * freebsd: fix an incompatible pointer type warning (Darshan Sen)
1218 * test: wrong pointer arithmetic multiplier (Erkhes N)
1267 * linux: fix -Wincompatible-pointer-types warning (Ben Noordhuis)
1323 * test: fix 'incompatible pointer types' warnings (cjihrig)
1624 * win: fix uv_os_environ() null pointer check (Rikard Falkeborn)
2152 * win,util: fix null pointer dereferencing (Tobias Nießen)
2314 * win: fix sizeof-pointer-div warning (cjihrig)
2549 * win: fix pointer type in pipe.c (Ben Noordhuis)
2557 * zos: use correct pointer type in strnlen (jBarz)
3678 * win: fix winapi function pointer typedef syntax (Brad King)
[all …]
/libuv/docs/src/guide/
H A Dutilities.rst359 ``uv_lib_t`` pointer. It returns 0 on success, -1 on error. Use ``uv_dlerror``
362 ``uv_dlsym`` stores a pointer to the symbol in the second argument in the third
363 argument. ``init_plugin_function`` is a function pointer to the sort of
H A Dthreads.rst153 pointer, **only the first one will win, the function will be called once and
H A Dfilesystem.rst189 a collection of a pointer to bytes (``uv_buf_t.base``) and the length

Completed in 38 milliseconds