MCPcopy Create free account
hub / github.com/apache/httpd / dbd_prepare

Function dbd_prepare

modules/database/mod_dbd.c:254–265  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254static const char *dbd_prepare(cmd_parms *cmd, void *dconf, const char *query,
255 const char *label)
256{
257 if (!label) {
258 label = query;
259 query = "";
260 }
261
262 ap_dbd_prepare(cmd->server, query, label);
263
264 return NULL;
265}
266
267static const char *dbd_init_sql(cmd_parms *cmd, void *dconf, const char *query)
268{

Callers 2

authz_dbd_prepareFunction · 0.85
cmd_rewritemapFunction · 0.85

Calls 1

ap_dbd_prepareFunction · 0.85

Tested by

no test coverage detected