Lines Matching refs:ctx
59 lws_jwe_json_cb(struct lejp_ctx *ctx, char reason)
61 struct jwe_cb_args *args = (struct jwe_cb_args *)ctx->user;
64 if (!(reason & LEJP_FLAG_CB_IS_VALUE) || !ctx->path_match)
67 switch (ctx->path_match - 1) {
95 if (*args->temp_len < ctx->npos) {
111 memcpy(args->temp, ctx->buf, ctx->npos);
112 args->temp += ctx->npos;
113 *args->temp_len -= ctx->npos;
114 args->jws->map_b64.len[m] += ctx->npos;