Lines Matching refs:reason
282 lejp_globals_cb(struct lejp_ctx *ctx, char reason)
289 if (!(reason & LEJP_FLAG_CB_IS_VALUE) || !ctx->path_match)
293 if (reason == LEJPCB_VAL_STR_END &&
382 lejp_vhosts_cb(struct lejp_ctx *ctx, char reason)
391 lwsl_notice(" %d: %s (%d)\n", reason, ctx->path, ctx->path_match);
396 if (reason == LEJPCB_OBJECT_START && ctx->path_match == LEJPVP + 1) {
472 if (reason == LEJPCB_OBJECT_START &&
479 if (reason == LEJPCB_OBJECT_START &&
497 if ((reason == LEJPCB_VAL_STR_END || reason == LEJPCB_VAL_STR_CHUNK) &&
521 a->chunk = reason == LEJPCB_VAL_STR_CHUNK;
525 if (reason == LEJPCB_OBJECT_END &&
579 if (reason == LEJPCB_OBJECT_END &&
629 if (!(reason & LEJP_FLAG_CB_IS_VALUE) || !ctx->path_match)
932 if (reason == LEJPCB_VAL_STR_END)