Home
last modified time | relevance | path

Searched refs:store_ctx (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c220 struct store_ctx { struct
233 struct store_ctx *ctx = data; in dsw_xstats_store_stat() argument
255 struct store_ctx ctx = { in dsw_xstats_get_names()
/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl_stapling.c291 X509_STORE_CTX *store_ctx; in ngx_ssl_stapling_issuer() local
338 store_ctx = X509_STORE_CTX_new(); in ngx_ssl_stapling_issuer()
339 if (store_ctx == NULL) { in ngx_ssl_stapling_issuer()
345 if (X509_STORE_CTX_init(store_ctx, store, NULL, NULL) == 0) { in ngx_ssl_stapling_issuer()
348 X509_STORE_CTX_free(store_ctx); in ngx_ssl_stapling_issuer()
352 rc = X509_STORE_CTX_get1_issuer(&issuer, store_ctx, cert); in ngx_ssl_stapling_issuer()
357 X509_STORE_CTX_free(store_ctx); in ngx_ssl_stapling_issuer()
366 X509_STORE_CTX_free(store_ctx); in ngx_ssl_stapling_issuer()
370 X509_STORE_CTX_free(store_ctx); in ngx_ssl_stapling_issuer()