Searched refs:prepared (Results 1 - 7 of 7) sorted by relevance

/httpd/modules/database/
H A Dmod_dbd.h79 apr_hash_t *prepared; member in struct:__anon102
H A Dmod_dbd.c439 rec->prepared = apr_hash_make(pool);
458 apr_hash_set(rec->prepared, label, APR_HASH_KEY_STRING, stmt);
581 /* we use a sub-pool for the prepared statements for each connection so
/httpd/modules/aaa/
H A Dmod_authz_dbd.c129 query = apr_hash_get(dbd->prepared, cfg->query, APR_HASH_KEY_STRING);
158 query = apr_hash_get(dbd->prepared, cfg->redir_query,
214 query = apr_hash_get(dbd->prepared, cfg->query, APR_HASH_KEY_STRING);
H A Dmod_authn_dbd.c126 statement = apr_hash_get(dbd->prepared, conf->user, APR_HASH_KEY_STRING);
129 "A prepared statement could not be found for "
221 statement = apr_hash_get(dbd->prepared, conf->realm, APR_HASH_KEY_STRING);
224 "A prepared statement could not be found for "
/httpd/modules/lua/
H A Dlua_dbd.c378 statement:select(var1, var2, var3...): Injects variables into a prepared
391 /* Fetch the prepared statement and the vars passed */
398 * This, of course, only works for prepared statements made through lua. */
403 "Error in executing prepared statement: Expected %d arguments, got %d.",
469 statement:query(var1, var2, var3...): Injects variables into a prepared
482 /* Fetch the prepared statement and the vars passed */
489 * This, of course, only works for prepared statements made through lua. */
494 "Error in executing prepared statement: Expected %d arguments, got %d.",
589 /* Push the prepared statement table */
612 db:prepared(statemen
[all...]
/httpd/modules/session/
H A Dmod_session_dbd.c82 statement = apr_hash_get(dbd->prepared, query, APR_HASH_KEY_STRING);
85 "failed to find the prepared statement called '%s'", query);
/httpd/modules/mappers/
H A Dmod_rewrite.c1374 stmt = apr_hash_get(db->prepared, label, APR_HASH_KEY_STRING);

Completed in 2049 milliseconds