Home
last modified time | relevance | path

Searched refs:saved_state (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h59 ngx_uint_t saved_state; member
H A Dngx_http_ssi_filter_module.c1345 ctx->saved_state = ssi_double_quoted_value_state; in ngx_http_ssi_parse()
1373 ctx->saved_state = ssi_quoted_value_state; in ngx_http_ssi_parse()
1395 state = ctx->saved_state; in ngx_http_ssi_parse()
/f-stack/freebsd/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c293 kcf_prov_state_t saved_state; in crypto_unregister_provider() local
311 saved_state = desc->pd_state; in crypto_unregister_provider()
314 if (saved_state == KCF_PROV_BUSY) { in crypto_unregister_provider()
329 desc->pd_state = saved_state; in crypto_unregister_provider()