/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_status.c | 54 unsigned char subsequent:1; member 73 pss->subsequent = 0; in trigger_resend() 160 if (pss->subsequent) in callback_lws_status() 162 pss->subsequent = 1; in callback_lws_status() 197 pss->subsequent = 0; in callback_lws_status()
|
/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-lejp.c | 593 if (j->subsequent) { in lws_struct_json_serialize() 598 j->subsequent = 1; in lws_struct_json_serialize() 684 j->subsequent = 0; in lws_struct_json_serialize() 709 j->subsequent = 0; in lws_struct_json_serialize() 740 j->subsequent = 0; in lws_struct_json_serialize() 746 j->subsequent = 1; in lws_struct_json_serialize() 877 j->subsequent = 0; in lws_struct_json_serialize()
|
H A D | lws-struct-sqlite.c | 453 int map_size = (int)(ssize_t)schema->child_map_size, subsequent = 0; in lws_struct_sq3_create_table() local 466 if (subsequent && (end - p) > 4) { in lws_struct_sq3_create_table() 470 subsequent = 1; in lws_struct_sq3_create_table()
|
/third_party/libwebsockets/lib/cose/ |
H A D | cose_sign.c | 193 csc->subsequent = 0; in lws_cose_sign_payload_chunk() 220 if (!csc->subsequent) { in lws_cose_sign_payload_chunk() 232 csc->subsequent = 1; in lws_cose_sign_payload_chunk() 334 csc->subsequent = 0; in lws_cose_sign_payload_chunk()
|
H A D | private-lib-cose.h | 117 char subsequent; member
|
/third_party/node/deps/undici/src/lib/mock/ |
H A D | mock-utils.js | 302 throw new MockNotMatchedError(`${error.message}: subsequent request to origin ${origin} was not allowed (net.connect disabled)`) 307 throw new MockNotMatchedError(`${error.message}: subsequent request to origin ${origin} was not allowed (net.connect is not enabled for this origin)`)
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-struct.h | 217 char subsequent; member
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 85 preprocessor is used for all subsequent calls to C<fill_in> except
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 85 preprocessor is used for all subsequent calls to C<fill_in> except
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 3528 // subsequent expressions assign to the same variable. in BuildVariableLoad() 3544 // subsequent expressions assign to the same variable. in BuildVariableLoad() 6244 if (expr->subsequent(i)->IsSmiLiteral()) { in VisitNaryArithmeticExpression() 6247 expr->op(), expr->subsequent(i)->AsLiteral()->AsSmiLiteral(), in VisitNaryArithmeticExpression() 6252 TypeHint rhs_hint = VisitForAccumulatorValue(expr->subsequent(i)); in VisitNaryArithmeticExpression() 6529 VisitForEffect(expr->subsequent(i)); in VisitNaryCommaExpression() 6531 Visit(expr->subsequent(expr->subsequent_length() - 1)); in VisitNaryCommaExpression() 6582 VisitLogicalTestSubExpression(token, expr->subsequent(i), then_labels, in VisitNaryLogicalTest() 6587 VisitForTest(expr->subsequent(expr->subsequent_length() - 1), then_labels, in VisitNaryLogicalTest() 6697 if (VisitLogicalOrSubExpression(expr->subsequent( in VisitNaryLogicalOrExpression() [all...] |
/third_party/icu/icu4c/source/test/perf/collationperf/ |
H A D | CollPerf.pl | 197 that subsequent operations can use binary comparison.</td>
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-traversal-visitor.h | 448 RECURSE_EXPRESSION(Visit(expr->subsequent(i))); in VisitNaryOperation()
|
H A D | prettyprinter.cc | 531 Find(node->subsequent(i), true); in VisitNaryOperation() 1423 Visit(node->subsequent(i)); in VisitNaryOperation()
|
H A D | ast.h | 1877 Expression* subsequent(size_t index) const { in subsequent() function in v8::internal::final 1918 // first subsequent entry list
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 716 ; subsequent uses of the function name automatically refer to the mangled version. 853 ; All subsequent functions (up to the next INIT_CPUFLAGS) is built for the specified cpu.
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf_16bpp.asm | 557 ; below, we use r0-5 for storing pre-filter pixels for subsequent subtraction
|
/third_party/gn/src/gn/ |
H A D | function_toolchain.cc | 599 to indicate that subsequent items may be dynamically linked.
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.cc | 2540 // second (i.e. first "subsequent") op position being the end position of in AddArrowFunctionFormalParameters() 2546 next = nary->subsequent(i); in AddArrowFunctionFormalParameters()
|
/third_party/skia/third_party/externals/microhttpd/doc/ |
H A D | texinfo.tex | 3803 % Each new table line starts with @item, each subsequent new column 5105 % Use the double-column output routine for subsequent pages.
|