Home
last modified time | relevance | path

Searched defs:ptr (Results 1 – 11 of 11) sorted by relevance

/libuv/src/unix/
H A Ddl.c53 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
H A Dcore.c1401 char* ptr; in uv_os_environ() local
/libuv/src/win/
H A Ddl.c65 int uv_dlsym(uv_lib_t* lib, const char* name, void** ptr) { in uv_dlsym()
H A Dprocess.c647 WCHAR* ptr; in make_program_env() local
H A Dutil.c1203 char* ptr; in uv_os_environ() local
H A Dpipe.c109 static void uv__unique_pipe_name(unsigned long long ptr, char* name, size_t size) { in uv__unique_pipe_name()
/libuv/test/
H A Drunner-unix.c395 char* ptr; in process_read_last_line() local
H A Dtask.h78 #define container_of(ptr, type, member) \ argument
/libuv/src/
H A Duv-common.c81 void uv__free(void* ptr) { in uv__free()
96 void* uv__realloc(void* ptr, size_t size) { in uv__realloc()
103 void* uv__reallocf(void* ptr, size_t size) { in uv__reallocf()
H A Duv-common.h57 #define container_of(ptr, type, member) \ argument
/libuv/include/
H A Duv.h1436 void* ptr; member

Completed in 41 milliseconds