Searched refs:ps (Results 1 - 14 of 14) sorted by relevance

/httpd/modules/cluster/
H A Dmod_heartbeat.c58 process_score *ps; local
59 ps = ap_get_scoreboard_process(i);
70 if (res == SERVER_READY && ps->generation == mpm_generation) {
75 ps->generation == mpm_generation) {
/httpd/modules/proxy/
H A Dmod_proxy.c1248 proxy_server_conf *ps = apr_pcalloc(p, sizeof(proxy_server_conf)); local
1250 ps->sec_proxy = apr_array_make(p, 10, sizeof(ap_conf_vector_t *));
1251 ps->proxies = apr_array_make(p, 10, sizeof(struct proxy_remote));
1252 ps->aliases = apr_array_make(p, 10, sizeof(struct proxy_alias));
1253 ps->noproxies = apr_array_make(p, 10, sizeof(struct noproxy_entry));
1254 ps->dirconn = apr_array_make(p, 10, sizeof(struct dirconn_entry));
1255 ps->workers = apr_array_make(p, 10, sizeof(proxy_worker));
1256 ps->balancers = apr_array_make(p, 10, sizeof(proxy_balancer));
1257 ps->forward = NULL;
1258 ps
1385 proxy_server_conf *ps = apr_pcalloc(p, sizeof(proxy_server_conf)); local
[all...]
/httpd/modules/cache/
H A Dmod_cache.c1999 cache_server_conf *ps = apr_pcalloc(p, sizeof(cache_server_conf)); local
2002 ps->cacheenable = apr_array_make(p, 10, sizeof(struct cache_enable));
2004 ps->cachedisable = apr_array_make(p, 10, sizeof(struct cache_disable));
2005 ps->ignorecachecontrol = 0;
2006 ps->ignorecachecontrol_set = 0;
2008 ps->ignore_headers = apr_array_make(p, 10, sizeof(char *));
2009 ps->ignore_headers_set = CACHE_IGNORE_HEADERS_UNSET;
2011 ps->ignorequerystring = 0;
2012 ps->ignorequerystring_set = 0;
2014 ps
2030 cache_server_conf *ps = apr_pcalloc(p, sizeof(cache_server_conf)); local
[all...]
H A Dmod_cache_socache.c1244 cache_socache_conf *ps; local
1249 ps = overrides ? overrides : base;
1251 return ps;
/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c419 lb_hb_ctx_t *ps = apr_pcalloc(p, sizeof(lb_hb_ctx_t)); local
424 ps->path = apr_pstrdup(p, overrides->path);
427 ps->path = apr_pstrdup(p, base->path);
430 return ps;
/httpd/server/mpm/event/
H A Devent.c2075 struct process_score *ps; local
2105 ps = ap_get_scoreboard_process(process_slot);
2106 ps->write_completion = *write_completion_q->total;
2107 ps->keep_alive = *keepalive_q->total;
2110 ps->connections = apr_atomic_read32(&connection_count);
2111 ps->suspended = apr_atomic_read32(&suspended_count);
2112 ps->lingering_close = apr_atomic_read32(&lingering_count);
2769 process_score *ps; local
2800 ps = &ap_scoreboard_image->parent[i];
2818 if (ps
2993 process_score *ps; local
[all...]
/httpd/server/mpm/worker/
H A Dworker.c1496 process_score *ps; local
1525 ps = &ap_scoreboard_image->parent[i];
1544 if (ps->pid != 0) { /* XXX just set all_dead_threads in outer for
1547 !ps->quiescing &&
1548 ps->generation == retained->my_generation &&
1549 ps->bucket == child_bucket) {
1560 && (!ps->pid /* no process in the slot */
1561 || ps->quiescing)) { /* or at least one is going away */
1583 /* XXX if (!ps->quiescing) is probably more reliable GLA */
1732 process_score *ps; local
[all...]
/httpd/server/
H A Dscoreboard.c459 process_score *ps; local
466 ps = &ap_scoreboard_image->parent[child_num];
472 ps->generation = mpm_generation;
H A Dmpm_unix.c232 process_score *ps = ap_get_scoreboard_process(i); local
233 pid_t pid = ps->pid;
283 process_score *ps = ap_get_scoreboard_process(i); local
284 pid_t pid = ps->pid;
H A Dutil.c3009 process_score *ps; local
3010 ps = ap_get_scoreboard_process(i);
3018 if (!ps->quiescing && ps->pid) {
3019 if (res == SERVER_READY && ps->generation == mpm_generation) {
3024 ps->generation == mpm_generation) {
3029 if (ap_extended_status && !ps->quiescing && ps->pid) {
H A Dconfig.c2182 server_rec **ps)
2214 *ps = s;
2179 ap_init_virtual_host(apr_pool_t *p, const char *hostname, server_rec *main_server, server_rec **ps) argument
/httpd/support/
H A Ddbmmanage.in171 `ps $_ 2>/dev/null`;
174 srand (time ^ $$ ^ unpack("%L*", `ps $psf | gzip -f`));
/httpd/modules/ssl/
H A Dssl_engine_init.c1533 server_rec *ps; local
1588 if ((ps = (server_rec *)apr_hash_get(table, key, klen))) {
1595 ssl_util_vhostid(p, ps),
1596 (ps->defn_name ? ps->defn_name : "unknown"),
1597 ps->defn_line_number);
/httpd/include/
H A Dhttp_config.h1114 * @param ps Place to store the new server_rec
1120 server_rec **ps);

Completed in 342 milliseconds