Lines Matching refs:handle
121 rv = apr_dbd_pvbselect(dbd->driver, r->pool, dbd->handle, &res, statement,
127 apr_dbd_error(dbd->driver, dbd->handle, rv));
137 apr_dbd_error(dbd->driver, dbd->handle, rv));
276 rv = apr_dbd_pvbquery(dbd->driver, r->pool, dbd->handle, &rows,
281 "using database query '%s': %s/%s", oldkey, newkey, conf->updatelabel, apr_dbd_error(dbd->driver, dbd->handle, rv));
304 rv = apr_dbd_pvbquery(dbd->driver, r->pool, dbd->handle, &rows, statement,
310 apr_dbd_error(dbd->driver, dbd->handle, rv));
357 rv = apr_dbd_pvbquery(dbd->driver, r->pool, dbd->handle, &rows, statement,
374 * The monitor hook doesn't help us that much, as we have no handle into the
484 /* TODO handle housekeeping */