Lines Matching defs:rv
43 apr_status_t rv;
61 rv = mc->stapling_cache->init(mc->stapling_cache_context,
63 if (rv) {
87 rv = mc->sesscache->init(mc->sesscache_context, "mod_ssl-session", &hints, s, p);
88 if (rv) {
120 apr_status_t rv;
137 rv = mc->sesscache->store(mc->sesscache_context, s, id, idlen,
144 return rv == APR_SUCCESS ? TRUE : FALSE;
154 apr_status_t rv;
160 rv = mc->sesscache->retrieve(mc->sesscache_context, s, id, idlen,
167 if (rv != APR_SUCCESS) {