Home
last modified time | relevance | path

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

12

/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/types/
Dmultipart.js73 this._cb = undefined
88 if (self._cb && !self._pause) {
89 const cb = self._cb
90 self._cb = undefined
178 if (self._cb && !self._needDrain) {
179 const cb = self._cb
180 self._cb = undefined
187 if (self._cb && !self._needDrain) {
188 const cb = self._cb
189 self._cb = undefined
[all …]
/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/node/deps/uv/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.c279 sul_cb_t _cb, lws_usec_t _us) in lws_sul_schedule() argument
283 assert(_cb); in lws_sul_schedule()
290 sul->cb = _cb; in lws_sul_schedule()
300 lws_sorted_usec_list_t *sul, sul_cb_t _cb, in lws_sul_schedule_wakesuspend() argument
305 assert(_cb); in lws_sul_schedule_wakesuspend()
312 sul->cb = _cb; in lws_sul_schedule_wakesuspend()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/deps/dicer/lib/
DDicer.js35 this._cb = undefined
95 if (this._pause) { this._cb = cb } else { cb() }
206 if (this._cb) {
207 const cb = this._cb
208 this._cb = undefined
/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/node/deps/uv/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/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.c44 BN_GENCB *_cb = NULL; in dh_test() local
132 if (!TEST_ptr(_cb = BN_GENCB_new())) in dh_test()
134 BN_GENCB_set(_cb, &cb, NULL); in dh_test()
137 DH_GENERATOR_5, _cb))) in dh_test()
228 BN_GENCB_free(_cb); in dh_test()
/third_party/node/src/
Djs_native_api_v8.cc571 _cb = (JSVM_Callback)cbinfo.Data().As<v8::External>()->Value(); in CallbackWrapperBase()
572 _data = _cb->data; in CallbackWrapperBase()
583 auto cb = _cb->callback; in InvokeCallback()
602 JSVM_Callback _cb; member in v8impl::__anon2b44a5f80211::CallbackWrapperBase
683_cb = (v8impl::JSVM_PropertyHandlerCfgStruct *)_cbinfo.Data().template As<v8::External>()->Value(); in PropertyCallbackWrapperBase()
690 auto setterCb = _cb->namedSetterCallback_; in NameSetterInvokeCallback()
693 if (_cb->namedPropertyData_ != nullptr) { in NameSetterInvokeCallback()
694 v8impl::Reference* reference = reinterpret_cast<v8impl::Reference*>(_cb->namedPropertyData_); in NameSetterInvokeCallback()
723 auto getterCb = _cb->namedGetterCallback_; in NameGetterInvokeCallback()
726 if (_cb->namedPropertyData_ != nullptr) { in NameGetterInvokeCallback()
[all …]
/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.c636 const struct pipe_constant_buffer *_cb) in rbug_set_constant_buffer() argument
643 if (_cb) { in rbug_set_constant_buffer()
644 cb = *_cb; in rbug_set_constant_buffer()
645 cb.buffer = rbug_resource_unwrap(_cb->buffer); in rbug_set_constant_buffer()
652 _cb ? &cb : NULL); in rbug_set_constant_buffer()
/third_party/typescript/src/testRunner/unittests/tsserver/
DtypingsInstaller.ts77 … installWorker(_requestId: number, _args: string[], _cwd: string, _cb: TI.RequestCompletedAction) {
1507 … installWorker(_requestId: number, _args: string[], _cwd: string, _cb: TI.RequestCompletedAction) {
/third_party/jerryscript/tools/pylint/
Dpylintrc185 callbacks=cb_,_cb
/third_party/astc-encoder/
D.pylintrc413 callbacks=cb_,_cb
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs6236 this._cb = void 0;
6300 this._cb = cb;
6429 if (this._cb) {
6430 const cb = this._cb;
6431 this._cb = void 0;
7224 this._cb = void 0;
7237 if (self2._cb && !self2._pause) {
7238 const cb = self2._cb;
7239 self2._cb = void 0;
7325 if (self2._cb && !self2._needDrain) {
[all …]
/third_party/node/doc/changelogs/
DCHANGELOG_V17.md606 …nodejs/node/commit/9af2862a8b)] - **doc**: clarify parameter for napi\_get\_cb\_info (Michael Daws…
1181 …/node/commit/4c47b0150b)] - **doc**: document optional params in napi\_get\_cb\_info (Michael Daws…
DCHANGELOG_V16.md151 …nodejs/node/commit/364811aa8a)] - **doc**: clarify parameter for napi\_get\_cb\_info (Michael Daws…
465 …/node/commit/019b25fa5d)] - **doc**: document optional params in napi\_get\_cb\_info (Michael Daws…
DCHANGELOG_V15.md2187 …ode/commit/0e7c8bdc0c)] - **quic**: return 0 from SSL\_CTX\_sess\_set\_new\_cb callback (Anna Henn…
/third_party/node/deps/uv/
DChangeLog4887 * include: uv_read{2}_cb now takes const uv_buf_t* (Ben Noordhuis)
/third_party/libuv/
DChangeLog4887 * 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/astc-encoder/Test/Images/HDRIHaven/HDR-RGB/
Dhdr-rgb-bellparkpier.hdr1786 …��������������������������������þ���y��_�����������������������������������_cb^]a���������k�������…
Dhdr-rgb-canarywharf.hdr553 …�!���``}~~��������������~}~������ ~�~~}~~��������������������h���W[]_cb^sõ`dea���{���������…

12