Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
Dlecp.c114 ctx->collect_tgt = start; in ex()
116 ctx->collect_tgt = start + len - 1; in ex()
677 *ctx->collect_tgt++ = c; in lecp_parse()
679 *ctx->collect_tgt-- = c; in lecp_parse()
/third_party/libwebsockets/include/libwebsockets/
Dlws-lecp.h252 uint8_t *collect_tgt; member