Searched defs:nrows (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authz_dbd.c117 int nrows; local
136 rv = apr_dbd_pvquery(dbd->driver, r->pool, dbd->handle, &nrows,
139 if (nrows != 1) {
142 action, r->user, nrows);
/httpd/modules/database/
H A Dmod_dbd.c472 int nrows; local
477 if (apr_dbd_query(rec->driver, rec->handle, &nrows, *query_p)) {

Completed in 11 milliseconds