Searched defs:store (Results 1 - 4 of 4) sorted by relevance

/httpd/include/
H A Dap_socache.h38 /** If this flag is set, the store/retrieve/remove/status interfaces
43 /* XXX: Even if store/retrieve/remove is atomic, isn't it useful to note
146 * @param data Data to store; binary blob
151 apr_status_t (*store)(ap_socache_instance_t *instance, server_rec *s, member in struct:ap_socache_provider_t
/httpd/modules/ssl/
H A Dssl_engine_init.c784 X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx); local
807 if (!store || !X509_STORE_load_locations(store, mctx->crl_file,
828 X509_STORE_set_flags(store, crlflags);
1240 X509_STORE *store = SSL_CTX_get_cert_store(mctx->ssl_ctx); local
1295 if (!pkp->ca_cert_file || !store) {
1314 X509_STORE_load_locations(store, pkp->ca_cert_file, NULL);
1320 X509_STORE_CTX_init(sctx, store, inf->x509, NULL);
/httpd/modules/filters/
H A Dmod_include.c459 /* Sentinel value to store in subprocess_env for items that
2992 apr_size_t len, char ***store,
3017 *store = &intern->directive;
3035 *store = &intern->directive;
3158 apr_size_t len, char ***store,
3192 *store = NULL;
3220 *store = &intern->current_arg->name;
3246 *store = NULL;
3267 *store = NULL;
3311 *store
2991 find_directive(include_ctx_t *ctx, const char *data, apr_size_t len, char ***store, apr_size_t **store_len) argument
3157 find_argument(include_ctx_t *ctx, const char *data, apr_size_t len, char ***store, apr_size_t **store_len) argument
3407 char **store = &magic; local
[all...]
/httpd/modules/dav/main/
H A Dmod_dav.h1091 ** resulting mapping should be passed into the store() hook function.
1095 ** mappings and passing them to store() is provided here.
1097 ** Note: this is only in preparation for a series of store() calls.
1113 dav_error * (*store)(dav_db *db, const dav_prop_name *name, member in struct:dav_hooks_propdb
1222 ** The lock provider MUST use the info field to store a value such that a
1389 ** The lock provider may store private information into lock->info.

Completed in 1598 milliseconds