Searched defs:cbdata (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.bin/tmux/
H A Dfile.c360 file_read(struct client *c, const char *path, client_file_cb cb, void *cbdata) argument
74 file_create_with_peer(struct tmuxpeer *peer, struct client_files *files, int stream, client_file_cb cb, void *cbdata) argument
100 file_create_with_client(struct client *c, int stream, client_file_cb cb, void *cbdata) argument
286 file_write(struct client *c, const char *path, int flags, const void *bdata, size_t bsize, client_file_cb cb, void *cbdata) argument
558 file_write_open(struct client_files *files, struct tmuxpeer *peer, struct imsg *imsg, int allow_streams, int close_received, client_file_cb cb, void *cbdata) argument
719 file_read_open(struct client_files *files, struct tmuxpeer *peer, struct imsg *imsg, int allow_streams, int close_received, client_file_cb cb, void *cbdata) argument
[all...]
/openbsd-current/gnu/llvm/libunwind/src/
H A DAddressSpace.hpp451 checkAddrInSegment(const Elf_Phdr *phdr, size_t image_base, dl_iterate_cb_data *cbdata) argument
465 checkForUnwindInfoSegment(const Elf_Phdr *phdr, size_t image_base, dl_iterate_cb_data *cbdata) argument
499 auto cbdata = static_cast<dl_iterate_cb_data *>(data); local
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dsymfile.c1500 struct load_section_data cbdata; local
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1549 dl_iterate_phdr_data *cbdata = (dl_iterate_phdr_data *)data; local
1570 dl_iterate_phdr_data cbdata; local

Completed in 203 milliseconds