Searched defs:cb (Results 76 - 100 of 352) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeSummary.cpp163 SBTypeSummary SBTypeSummary::CreateWithCallback(FormatCallback cb, argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp92 void DD::MutexInit(DDCallback *cb, DDMutex *m) { argument
103 void DD::MutexBeforeLock(DDCallback *cb, argument
119 ReportDeadlock(DDCallback *cb, DDMutex *m) argument
152 MutexAfterLock(DDCallback *cb, DDMutex *m, bool wlock, bool trylock) argument
172 MutexBeforeUnlock(DDCallback *cb, DDMutex *m, bool wlock) argument
177 MutexDestroy(DDCallback *cb, DDMutex *m) argument
186 GetReport(DDCallback *cb) argument
[all...]
H A Dsanitizer_thread_registry.cpp171 void ThreadRegistry::RunCallbackForEachThreadLocked(ThreadCallback cb, argument
182 u32 ThreadRegistry::FindThread(FindThreadCallback cb, void *arg) { argument
193 ThreadRegistry::FindThreadContextLocked(FindThreadCallback cb, void *arg) { argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cpp85 static atomic_uint32_t *ref_ptr(ClockBlock *cb) { argument
91 ClockBlock *cb = ctx->clock_alloc.Map(idx); local
437 ClockBlock *cb = ctx->clock_alloc.Map(idx); local
521 ClockBlock *cb = ctx->clock_alloc.Map(idx); local
581 ClockBlock *cb = ctx->clock_alloc.Map(idx); local
[all...]
/freebsd-12-stable/contrib/wpa/src/crypto/
H A Daes-gcm.c146 u8 cb[AES_BLOCK_SIZE], tmp[AES_BLOCK_SIZE]; local
/freebsd-12-stable/contrib/wpa/src/wps/
H A Dhttp_client.c28 void (*cb)(void *ctx, struct http_client *c, member in struct:http_client
[all...]
H A Dhttp_server.c30 void (*cb)(void *ctx, struct http_request *req); member in struct:http_server
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent_iocp.c49 event_overlapped_init_(struct event_overlapped *o, iocp_callback cb) argument
H A Devrpc-internal.h102 void (*cb)(void *, enum EVRPC_HOOK_RESULT); member in struct:evrpc_hook_ctx
189 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg); member in struct:evrpc_request_wrapper
/freebsd-12-stable/contrib/ofed/libibnetdisc/
H A Dinternal.h97 smp_comp_cb_t cb; member in struct:ibnd_smp
/freebsd-12-stable/contrib/ntp/libntp/
H A Dstatestr.c456 char * cb; local
/freebsd-12-stable/contrib/unbound/libunbound/
H A Dcontext.h159 ub_callback_type cb; member in struct:ctx_query
/freebsd-12-stable/contrib/unbound/services/
H A Dmesh.h262 mesh_cb_func_type cb; member in struct:mesh_cb
/freebsd-12-stable/contrib/unbound/util/
H A Dub_event.c102 static void (*NATIVE_BITS_CB(void (*cb)(int, short, void*)))(int, short, void*) argument
290 ub_event_new(struct ub_event_base* base, int fd, short bits, void (*cb)(int, short, void*), void* arg) argument
314 ub_signal_new(struct ub_event_base* base, int fd, void (*cb)(int, short, void*), void* arg) argument
338 ub_winsock_register_wsaevent(struct ub_event_base* base, void* wsaevent, void (*cb)(int, short, void*), void* arg) argument
399 ub_timer_add(struct ub_event* ev, struct ub_event_base* base, void (*cb)(int, short, void*), void* arg, struct timeval* tv) argument
448 ub_comm_base_now(struct comm_base* cb) argument
[all...]
H A Dwinsock_event.c469 event_set(struct event *ev, int fd, short bits, void (*cb)(int, short, void *), void *arg) argument
659 winsock_register_wsaevent(struct event_base* base, struct event* ev, WSAEVENT wsaevent, void (*cb)(int, short, void*), void* arg) argument
/freebsd-12-stable/contrib/gcc/
H A Dc-ppoutput.c99 cpp_callbacks *cb = cpp_get_callbacks (parse_in); local
199 struct _cpp_dir_only_callbacks cb; local
[all...]
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dsymtab.c221 ht_forall (hash_table *table, ht_cb cb, const void *v) argument
/freebsd-12-stable/contrib/libevent/
H A Devent_iocp.c49 event_overlapped_init_(struct event_overlapped *o, iocp_callback cb) argument
H A Devrpc-internal.h102 void (*cb)(void *, enum EVRPC_HOOK_RESULT); member in struct:evrpc_hook_ctx
189 void (*cb)(struct evrpc_status*, void *request, void *reply, void *arg); member in struct:evrpc_request_wrapper
/freebsd-12-stable/contrib/bearssl/src/ec/
H A Dec_c25519_i15.c190 uint16_t c[18], d[18], e[18], da[18], cb[18]; local
H A Dec_c25519_m15.c1305 uint32_t c[20], d[20], e[20], da[20], cb[20]; local
H A Dec_c25519_m31.c627 uint32_t c[9], d[9], e[9], da[9], cb[9]; local
H A Dec_c25519_m64.c676 uint64_t c[4], d[4], da[4], cb[4]; local
/freebsd-12-stable/contrib/dialog/
H A Dguage.c181 handle_input(DIALOG_CALLBACK * cb) argument
241 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) argument
259 my_cleanup(DIALOG_CALLBACK * cb) argument
[all...]
H A Dtailbox.c208 handle_input(DIALOG_CALLBACK * cb) argument
223 handle_my_getc(DIALOG_CALLBACK * cb, int ch, int fkey, int *result) argument

Completed in 298 milliseconds

1234567891011>>