Home
last modified time | relevance | path

Searched refs:subsequent (Results 1 - 19 of 19) sorted by relevance

/third_party/libwebsockets/plugins/
H A Dprotocol_lws_status.c54 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 Dlws-struct-lejp.c593 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 Dlws-struct-sqlite.c453 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 Dcose_sign.c193 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 Dprivate-lib-cose.h117 char subsequent; member
/third_party/node/deps/undici/src/lib/mock/
H A Dmock-utils.js302 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 Dlws-struct.h217 char subsequent; member
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm85 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 DPreprocess.pm85 preprocessor is used for all subsequent calls to C<fill_in> except
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc3528 // 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 DCollPerf.pl197 that subsequent operations can use binary comparison.</td>
/third_party/node/deps/v8/src/ast/
H A Dast-traversal-visitor.h448 RECURSE_EXPRESSION(Visit(expr->subsequent(i))); in VisitNaryOperation()
H A Dprettyprinter.cc531 Find(node->subsequent(i), true); in VisitNaryOperation()
1423 Visit(node->subsequent(i)); in VisitNaryOperation()
H A Dast.h1877 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 Dx86inc.asm716 ; 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 Dvp9lpf_16bpp.asm557 ; below, we use r0-5 for storing pre-filter pixels for subsequent subtraction
/third_party/gn/src/gn/
H A Dfunction_toolchain.cc599 to indicate that subsequent items may be dynamically linked.
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc2540 // 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 Dtexinfo.tex3803 % Each new table line starts with @item, each subsequent new column
5105 % Use the double-column output routine for subsequent pages.

Completed in 47 milliseconds