Home
last modified time | relevance | path

Searched refs:pop_iss (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/misc/
Dlecp.c189 st->pop_iss = s_end; /* issue this when we pop back here */ in lecp_push()
215 if (st->pop_iss == LECPCB_ARRAY_END) { in lecp_pop()
229 if (st->pop_iss && ctx->pst[ctx->pst_sp].cb(ctx, st->pop_iss)) in lecp_pop()
/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h227 char pop_iss; member