Lines Matching defs:jwk_jctx
68 struct lejp_ctx jwk_jctx; /* fake lejp context used to parse epk */
172 memcpy(args->jwk_jctx.path, ctx->path + 4,
174 memcpy(args->jwk_jctx.buf, ctx->buf, ctx->npos);
175 args->jwk_jctx.npos = ctx->npos;
178 args->jwk_jctx.path_match = 0;
179 lejp_check_path_match(&args->jwk_jctx);
181 if (args->jwk_jctx.path_match)
182 args->jwk_jctx.pst[args->jwk_jctx.pst_sp].
183 callback(&args->jwk_jctx, reason);
420 lejp_construct(&args.jwk_jctx, cb_jwk, &args.jps,