Home
last modified time | relevance | path

Searched refs:_cb (Results 1 – 18 of 18) sorted by relevance

/third_party/libuv/test/
Dtest-queue-foreach-delete.c72 static void name##2_cb(__VA_ARGS__) { \
81 static void name##1_cb(__VA_ARGS__) { \
86 static void name##0_cb(__VA_ARGS__) { \
95 static const uv_##name##_cb name##_cbs[] = { \
96 name##0_cb, \
97 name##1_cb, \
98 name##2_cb, \
/third_party/libuv/src/unix/
Dloop-watcher.c28 handle->name##_cb = NULL; \
32 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \
36 handle->name##_cb = cb; \
58 h->name##_cb(h); \
/third_party/libwebsockets/lib/core-net/
Dsorted-usec-list.c273 sul_cb_t _cb, lws_usec_t _us) in lws_sul_schedule() argument
277 assert(_cb); in lws_sul_schedule()
284 sul->cb = _cb; in lws_sul_schedule()
294 lws_sorted_usec_list_t *sul, sul_cb_t _cb, in lws_sul_schedule_wakesuspend() argument
299 assert(_cb); in lws_sul_schedule_wakesuspend()
306 sul->cb = _cb; in lws_sul_schedule_wakesuspend()
/third_party/libuv/src/win/
Dloop-watcher.c46 int uv_##name##_start(uv_##name##_t* handle, uv_##name##_cb cb) { \
69 handle->name##_cb = cb; \
116 handle->name##_cb(handle); \
/third_party/libnl/python/netlink/
Dcore.py164 self._cb = capi.py_nl_cb_clone(kind._cb)
166 self._cb = capi.nl_cb_alloc(kind)
169 capi.py_nl_cb_put(self._cb)
172 return capi.py_nl_cb_set(self._cb, t, k, handler, obj)
175 return capi.py_nl_cb_set_all(self._cb, k, handler, obj)
178 return capi.py_nl_cb_err(self._cb, k, handler, obj)
188 self._sock = capi.nl_socket_alloc_cb(cb._cb)
255 ret = capi.nl_recvmsgs(self._sock, recv_cb._cb)
/third_party/node/deps/npm/test/tap/
Dversion-no-tags.js17 function tagExists (tag, _cb) { argument
24 return _cb(null, Boolean(~out.indexOf(tag)))
Dversion-git-not-clean.js17 function addPackageJSON (_cb) { argument
28 return _cb(out)
/third_party/node/deps/npm/node_modules/util-promisify/
Dindex.js25 const _cb = args.pop()
29 _cb.apply(null, [null].concat(args))
/third_party/libwebsockets/include/libwebsockets/
Dlws-timeout-timer.h235 sul_cb_t _cb, lws_usec_t _us);
238 lws_sorted_usec_list_t *sul, sul_cb_t _cb,
/third_party/openssl/test/
Ddhtest.c35 BN_GENCB *_cb = NULL; in dh_test() local
142 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test()
144 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
147 DH_GENERATOR_5, _cb))) in dh_test()
233 BN_GENCB_free(_cb); in dh_test()
/third_party/python/Lib/
Dweakref.py54 def _cb(arg): function
62 self = ref.__new__(cls, obj, _cb)
63 self._func_ref = ref(func, _cb)
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
Drbug_context.c637 const struct pipe_constant_buffer *_cb) in rbug_set_constant_buffer() argument
644 if (_cb) { in rbug_set_constant_buffer()
645 cb = *_cb; in rbug_set_constant_buffer()
646 cb.buffer = rbug_resource_unwrap(_cb->buffer); in rbug_set_constant_buffer()
653 _cb ? &cb : NULL); in rbug_set_constant_buffer()
/third_party/node/deps/npm/lib/
Dinstall.js253 Installer.prototype.run = function (_cb) { argument
258 if (_cb) {
261 return _cb.apply(this, arguments)
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts77 … installWorker(_requestId: number, _args: string[], _cwd: string, _cb: TI.RequestCompletedAction) {
1424 … installWorker(_requestId: number, _args: string[], _cwd: string, _cb: TI.RequestCompletedAction) {
/third_party/jerryscript/tools/pylint/
Dpylintrc185 callbacks=cb_,_cb
/third_party/libuv/
DChangeLog4759 * include: uv_read{2}_cb now takes const uv_buf_t* (Ben Noordhuis)
/third_party/openh264/res/
DCisco_Absolute_Power_1280x720_30fps.yuv1545 …������|zunkfdeeeehghhhiiiigegggddc`_\ZYYXWXY[\[\[WTSUUXXUTUVYZWVYZXV[[\^\\[_cb`^\^]Z^]\[[YXZZ[[[YY…
2311 …������������������������������������������u\N<356649RUSTXYXXX^^[[\[YY[^`c_]_cb^bciijjlptttvusu}ztk…
3097 … !#"%*,,-.,-2534689:<=;=AFHLKOOQQTTSVXXWVWUUY[YXXYYYZZY[[\]\\_cb`^^acc_`bfgghjklljhi…
3873 …qonkjijmqx{|zxvlgg_]ZXQOD=>ANau������������������}z{xrvslmlfgc`bb_^ZZ\YY\\\_cb`bhfffca```^Y[\^_``a…
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md402 * [[`2e36365d56`](https://github.com/nodejs/node/commit/2e36365d56)] - **n-api**: napi\_get\_cb\_in…