Searched refs:create (Results 1 - 10 of 10) sorted by relevance
| /httpd/include/ |
| H A D | ap_slotmem.h | 101 * create a new slotmem with each item size is item_size. 102 * This would create shared memory, basically. 106 * @param item_num number of item to create. 111 apr_status_t (* create)(ap_slotmem_instance_t **inst, const char *name, apr_size_t item_size, unsigned int item_num, ap_slotmem_type_t type, apr_pool_t *pool); member in struct:ap_slotmem_provider_t
|
| H A D | ap_socache.h | 109 const char *(*create)(ap_socache_instance_t **instance, const char *arg, member in struct:ap_socache_provider_t
|
| /httpd/support/ |
| H A D | htdbm.c | 70 int create; member in struct:htdbm_t 146 if (htdbm->create) 343 h->create = 1; 458 h->create ? "created" : (changed ? "modified" : "updated"));
|
| H A D | apxs.in | 406 # create compilation commands 435 # create link command 784 NULL, /* create per-dir config structures */ 786 NULL, /* create per-server config structures */
|
| /httpd/build/ |
| H A D | NWGNUscripts.inc | 39 @echo $(DL)# NCF to create a product record for Apache 2.x in product database$(DL)> $@
|
| /httpd/modules/aaa/ |
| H A D | mod_authn_socache.c | 103 * happen only when using "default" socache_provider, so create default 106 errmsg = socache_provider->create(&socache_instance, NULL, 110 "failed to create mod_socache_shmcb socache " 120 "failed to create %s mutex", authn_cache_id); 178 errmsg = socache_provider->create(&socache_instance, sep,
|
| /httpd/modules/proxy/ |
| H A D | mod_proxy_balancer.c | 756 * Go thru each Vhost and create the shared mem slotmem for 768 * we have identifying info, we can create the real id 793 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(01178) "Doing balancers create: %d, %d (%d)", 797 rv = storage->create(&new, conf->id, 861 /* create slotmem slots for workers */ 862 ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, APLOGNO(01184) "Doing workers create: %s (%s), %d, %d [%u]", 867 rv = storage->create(&new, balancer->s->sname, 1714 NULL, /* create per-directory config structure */ 1716 NULL, /* create per-server config structure */
|
| /httpd/modules/ssl/ |
| H A D | ssl_engine_config.c | 1139 /* Cache found; create it, passing anything beyond the colon. */ 1141 err = mc->sesscache->create(&mc->sesscache_context, sep, 1714 /* Cache found; create it, passing anything beyond the colon. */ 1715 err = mc->stapling_cache->create(&mc->stapling_cache_context,
|
| /httpd/modules/cluster/ |
| H A D | mod_heartmonitor.c | 85 "Failed to create listening socket."); 194 /* update the entry or create it if not existing */ 693 storage->create(&slotmem, "mod_heartmonitor", sizeof(hm_slot_server_t), maxworkers, AP_SLOTMEM_TYPE_PREGRAB, p); 710 "Failed to create watchdog instance (%s)", 901 NULL, /* create per-directory config structure */ 903 hm_create_config, /* create per-server config structure */
|
| /httpd/modules/cache/ |
| H A D | mod_cache_socache.c | 1482 "failed to create %s mutex", cache_socache_id); 1489 errmsg = conf->provider->socache_provider->create( 1564 create_dir_config, /* create per-directory config structure */ 1566 create_config, /* create per-server config structure */
|
Completed in 41 milliseconds