Lines Matching refs:rows
259 int rows = 0;
276 rv = apr_dbd_pvbquery(dbd->driver, r->pool, dbd->handle, &rows,
286 * if some rows were updated it means a session existed and was updated,
289 if (rows != 0) {
304 rv = apr_dbd_pvbquery(dbd->driver, r->pool, dbd->handle, &rows, statement,
315 * if some rows were inserted it means a session was inserted, so we are
318 if (rows != 0) {
323 "the session insert query did not cause any rows to be added "
339 int rows = 0;
357 rv = apr_dbd_pvbquery(dbd->driver, r->pool, dbd->handle, &rows, statement,