store             272 event/ngx_event_openssl.c     X509_STORE   *store;
store             283 event/ngx_event_openssl.c     store = SSL_CTX_get_cert_store(ssl->ctx);
store             285 event/ngx_event_openssl.c     if (store == NULL) {
store             291 event/ngx_event_openssl.c     lookup = X509_STORE_add_lookup(store, X509_LOOKUP_file());
store             307 event/ngx_event_openssl.c     X509_STORE_set_flags(store,
store            1969 http/modules/ngx_http_fastcgi_module.c     conf->upstream.store = NGX_CONF_UNSET;
store            2028 http/modules/ngx_http_fastcgi_module.c     if (conf->upstream.store != 0) {
store            2029 http/modules/ngx_http_fastcgi_module.c         ngx_conf_merge_value(conf->upstream.store,
store            2030 http/modules/ngx_http_fastcgi_module.c                               prev->upstream.store, 0);
store            2720 http/modules/ngx_http_fastcgi_module.c     if (flcf->upstream.store != NGX_CONF_UNSET
store            2729 http/modules/ngx_http_fastcgi_module.c         flcf->upstream.store = 0;
store            2744 http/modules/ngx_http_fastcgi_module.c         flcf->upstream.store = 1;
store            2789 http/modules/ngx_http_fastcgi_module.c     if (flcf->upstream.store > 0 || flcf->upstream.store_lengths) {
store            1666 http/modules/ngx_http_proxy_module.c     conf->upstream.store = NGX_CONF_UNSET;
store            1728 http/modules/ngx_http_proxy_module.c     if (conf->upstream.store != 0) {
store            1729 http/modules/ngx_http_proxy_module.c         ngx_conf_merge_value(conf->upstream.store,
store            1730 http/modules/ngx_http_proxy_module.c                               prev->upstream.store, 0);
store            2600 http/modules/ngx_http_proxy_module.c     if (plcf->upstream.store != NGX_CONF_UNSET
store            2609 http/modules/ngx_http_proxy_module.c         plcf->upstream.store = 0;
store            2624 http/modules/ngx_http_proxy_module.c         plcf->upstream.store = 1;
store            2669 http/modules/ngx_http_proxy_module.c     if (plcf->upstream.store > 0 || plcf->upstream.store_lengths) {
store             998 http/modules/ngx_http_scgi_module.c     conf->upstream.store = NGX_CONF_UNSET;
store            1055 http/modules/ngx_http_scgi_module.c     if (conf->upstream.store != 0) {
store            1056 http/modules/ngx_http_scgi_module.c         ngx_conf_merge_value(conf->upstream.store, prev->upstream.store, 0);
store            1548 http/modules/ngx_http_scgi_module.c     if (scf->upstream.store != NGX_CONF_UNSET || scf->upstream.store_lengths) {
store            1555 http/modules/ngx_http_scgi_module.c         scf->upstream.store = 0;
store            1570 http/modules/ngx_http_scgi_module.c         scf->upstream.store = 1;
store            1615 http/modules/ngx_http_scgi_module.c     if (scf->upstream.store > 0 || scf->upstream.store_lengths) {
store            1051 http/modules/ngx_http_uwsgi_module.c     conf->upstream.store = NGX_CONF_UNSET;
store            1108 http/modules/ngx_http_uwsgi_module.c     if (conf->upstream.store != 0) {
store            1109 http/modules/ngx_http_uwsgi_module.c         ngx_conf_merge_value(conf->upstream.store, prev->upstream.store, 0);
store            1599 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.store != NGX_CONF_UNSET || uwcf->upstream.store_lengths)
store            1607 http/modules/ngx_http_uwsgi_module.c         uwcf->upstream.store = 0;
store            1622 http/modules/ngx_http_uwsgi_module.c         uwcf->upstream.store = 1;
store            1667 http/modules/ngx_http_uwsgi_module.c     if (uwcf->upstream.store > 0 || uwcf->upstream.store_lengths) {
store             477 http/ngx_http_upstream.c     u->store = (u->conf->store || u->conf->store_lengths);
store             479 http/ngx_http_upstream.c     if (!u->store && !r->post_action && !u->conf->ignore_client_abort) {
store            2022 http/ngx_http_upstream.c         if (u->cacheable || u->store) {
store            2214 http/ngx_http_upstream.c     p->cacheable = u->cacheable || u->store;
store            2628 http/ngx_http_upstream.c         if (u->store) {
store            2693 http/ngx_http_upstream.c         if (!u->cacheable && !u->store && u->peer.connection) {
store             173 http/ngx_http_upstream.h     signed                           store:2;
store             301 http/ngx_http_upstream.h     unsigned                         store:1;