Searched refs:indet (Results 1 – 2 of 2) sorted by relevance
/third_party/libwebsockets/lib/misc/ |
D | lecp.c | 185 __func__, ctx->sp, st->opcode >> 5, st->indet, in lecp_push() 197 st->indet = 0; in lecp_push() 226 __func__, ctx->sp, st->opcode >> 5, st->indet, in lecp_pop() 244 lwcp_completed(struct lecp_ctx *ctx, char indet) in lwcp_completed() argument 255 __func__, ctx->sp, parent->opcode >> 5, parent->indet, in lwcp_completed() 271 if (!indet && parent->indet) { in lwcp_completed() 276 if (!parent->indet && parent->collect_rem) { in lwcp_completed() 279 __func__, ctx->sp, parent->opcode >> 5, parent->indet, (int)parent->collect_rem); in lwcp_completed() 295 indet = 0; in lwcp_completed() 304 if (ctx->st[ctx->sp].indet) in lwcp_is_indet_string() [all …]
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lecp.h | 224 char indet; /* indeterminite */ member 327 uint8_t indet[16]; member 354 lws_lec_int(lws_lec_pctx_t *ctx, uint8_t opcode, uint8_t indet, uint64_t num);
|