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

/httpd/modules/database/
H A Dmod_dbd.c444 apr_dbd_prepared_t *stmt; local
452 stmt = NULL;
454 label, &stmt)) {
458 apr_hash_set(rec->prepared, label, APR_HASH_KEY_STRING, stmt);
/httpd/modules/mappers/
H A Dmod_rewrite.c1366 apr_dbd_prepared_t *stmt; local
1374 stmt = apr_hash_get(db->prepared, label, APR_HASH_KEY_STRING);
1377 stmt, 0, key, NULL);

Completed in 414 milliseconds