Lines Matching defs:reason
133 callback_chall_http01(struct lws *wsi, enum lws_callback_reasons reason,
142 switch (reason) {
200 return lws_callback_http_dummy(wsi, reason, user, in, len);
313 callback_acme_client(struct lws *wsi, enum lws_callback_reasons reason,
346 cb_dir(struct lejp_ctx *ctx, char reason)
351 if (reason == LEJPCB_VAL_STR_START && ctx->path_match) {
358 if (!(reason & LEJP_FLAG_CB_IS_VALUE) || !ctx->path_match)
397 cb_order(struct lejp_ctx *ctx, char reason)
401 if (reason == LEJPCB_CONSTRUCTED)
404 if (!(reason & LEJP_FLAG_CB_IS_VALUE) || !ctx->path_match)
460 cb_authz(struct lejp_ctx *ctx, char reason)
464 if (reason == LEJPCB_CONSTRUCTED) {
470 if (!(reason & LEJP_FLAG_CB_IS_VALUE) || !ctx->path_match)
532 cb_chac(struct lejp_ctx *ctx, char reason)
536 if (reason == LEJPCB_CONSTRUCTED) {
541 if (!(reason & LEJP_FLAG_CB_IS_VALUE) || !ctx->path_match)
764 callback_acme_client(struct lws *wsi, enum lws_callback_reasons reason,
787 switch ((int)reason) {
962 * but registration did not complete for some reason...