Lines Matching refs:apr_memcache_server_t
32 apr_memcache_server_t *ms;
104 apr_memcache_server_t* ms;
112 static apr_status_t make_server_dead(apr_memcache_t *mc, apr_memcache_server_t *ms) in make_server_dead()
125 static apr_status_t make_server_live(apr_memcache_t *mc, apr_memcache_server_t *ms) in make_server_live()
132 APU_DECLARE(apr_status_t) apr_memcache_add_server(apr_memcache_t *mc, apr_memcache_server_t *ms) in apr_memcache_add_server()
146 static apr_status_t mc_version_ping(apr_memcache_server_t *ms);
148 APU_DECLARE(apr_memcache_server_t *)
159 APU_DECLARE(apr_memcache_server_t *)
163 apr_memcache_server_t *ms = NULL; in apr_memcache_find_server_hash_default()
210 APU_DECLARE(apr_memcache_server_t *) apr_memcache_find_server(apr_memcache_t *mc, const char *host,… in apr_memcache_find_server()
225 static apr_status_t ms_find_conn(apr_memcache_server_t *ms, apr_memcache_conn_t **conn) in ms_find_conn()
252 static apr_status_t ms_bad_conn(apr_memcache_server_t *ms, apr_memcache_conn_t *conn) in ms_bad_conn()
261 static apr_status_t ms_release_conn(apr_memcache_server_t *ms, apr_memcache_conn_t *conn) in ms_release_conn()
271 APU_DECLARE(apr_status_t) apr_memcache_enable_server(apr_memcache_t *mc, apr_memcache_server_t *ms) in apr_memcache_enable_server()
283 APU_DECLARE(apr_status_t) apr_memcache_disable_server(apr_memcache_t *mc, apr_memcache_server_t *ms) in apr_memcache_disable_server()
329 apr_memcache_server_t *ms = params; in mc_conn_construct()
403 apr_memcache_server_t **ms) in apr_memcache_server_create()
406 apr_memcache_server_t *server; in apr_memcache_server_create()
411 server = apr_palloc(np, sizeof(apr_memcache_server_t)); in apr_memcache_server_create()
459 mc->live_servers = apr_palloc(p, mc->nalloc * sizeof(struct apr_memcache_server_t *)); in apr_memcache_create()
611 apr_memcache_server_t *ms; in storage_cmd_write()
760 apr_memcache_server_t *ms; in apr_memcache_getp()
889 apr_memcache_server_t *ms; in apr_memcache_delete()
958 apr_memcache_server_t *ms; in num_cmd_write()
1054 apr_memcache_version(apr_memcache_server_t *ms, in apr_memcache_version()
1103 apr_status_t mc_version_ping(apr_memcache_server_t *ms) in mc_version_ping()
1162 apr_memcache_server_t *ms, in mget_conn_result()
1202 apr_memcache_server_t* ms; in apr_memcache_multgetp()
1662 apr_memcache_stats(apr_memcache_server_t *ms, in apr_memcache_stats()