Searched refs:apr_memcache_conn_t (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/apr-util/include/
H A Dapr_memcache.h56 typedef struct apr_memcache_conn_t apr_memcache_conn_t; typedef in typeref:struct:apr_memcache_conn_t
68 apr_memcache_conn_t *conn;
/freebsd-12-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c23 struct apr_memcache_conn_t struct
105 apr_memcache_conn_t* conn;
225 static apr_status_t ms_find_conn(apr_memcache_server_t *ms, apr_memcache_conn_t **conn)
252 static apr_status_t ms_bad_conn(apr_memcache_server_t *ms, apr_memcache_conn_t *conn)
261 static apr_status_t ms_release_conn(apr_memcache_server_t *ms, apr_memcache_conn_t *conn)
288 static apr_status_t conn_connect(apr_memcache_conn_t *conn)
326 apr_memcache_conn_t *conn;
347 conn = apr_palloc(np, sizeof( apr_memcache_conn_t ));
378 apr_memcache_conn_t *conn = (apr_memcache_conn_t*)conn
[all...]

Completed in 109 milliseconds