Lines Matching defs:indet
184 "(opc %d, indet %d, collect_rem %d)\n",
185 __func__, ctx->sp, st->opcode >> 5, st->indet,
197 st->indet = 0;
225 "(opc %d, indet %d, collect_rem %d)\n",
226 __func__, ctx->sp, st->opcode >> 5, st->indet,
244 lwcp_completed(struct lecp_ctx *ctx, char indet)
254 "(opc %d, indet %d, collect_rem %d)\n",
255 __func__, ctx->sp, parent->opcode >> 5, parent->indet,
271 if (!indet && parent->indet) {
272 lwsl_lecp("%s: abandoning walk as parent needs indet\n", __func__);
276 if (!parent->indet && parent->collect_rem) {
278 lwsl_lecp("%s: sp %d, parent (opc %d, indet %d, collect_rem -> %d)\n",
279 __func__, ctx->sp, parent->opcode >> 5, parent->indet, (int)parent->collect_rem);
295 indet = 0;
304 if (ctx->st[ctx->sp].indet)
314 if (ctx->st[ctx->sp - 1].indet)
359 st->indet = 0;
476 st->indet = 0;
493 st->indet = 1;
536 st->indet = 0;
547 st->indet = 1;
578 st->indet = 0;
589 st->indet = 1;
655 !ctx->st[ctx->sp - 1].indet)
801 if (ctx->sp && lwcp_st_parent(ctx)->indet)
826 if (!ctx->sp || !ctx->st[ctx->sp - 1].indet)
852 st->indet = 0;
1162 lws_lec_int(lws_lec_pctx_t *ctx, uint8_t opcode, uint8_t indet, uint64_t num)
1167 if (indet) {
1628 ctx->indet[ctx->sp++] = (uint8_t)(n == -1);