Lines Matching refs:statement
105 apr_dbd_prepared_t *statement;
126 statement = apr_hash_get(dbd->prepared, conf->user, APR_HASH_KEY_STRING);
127 if (statement == NULL) {
129 "A prepared statement could not be found for "
134 statement, 0, user, NULL)) != 0) {
202 apr_dbd_prepared_t *statement;
221 statement = apr_hash_get(dbd->prepared, conf->realm, APR_HASH_KEY_STRING);
222 if (statement == NULL) {
224 "A prepared statement could not be found for "
229 statement, 0, user, realm, NULL)) != 0) {