MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / query_data_func

Function query_data_func

db/sql_stmt_cache.c:29–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27static int stmt_cache_finalize_entry(stmt_cache_entry_t *entry);
28
29static int query_data_func(struct sqlclntstate *clnt, void **data, int *sz,
30 int type, int op)
31{
32 if (clnt->plugin.query_data_func)
33 return clnt->plugin.query_data_func(clnt, data, sz, type, op);
34 else
35 return 0;
36}
37
38static int stmt_cache_finalize_entry_cb(void *stmt_entry, void *args)
39{

Callers 3

stmt_cache_add_new_entryFunction · 0.85
stmt_cache_getFunction · 0.85
stmt_cache_put_intFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected