Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ getqueuebyname
Function
getqueuebyname
db/comdb2.c:910–913 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
908
}
909
910
dbtable *getqueuebyname(const char *name)
911
{
912
return hash_find_readonly(thedb->qdb_hash, &name);
913
}
914
915
int get_max_reclen(struct dbenv *dbenv)
916
{
Callers
15
comdb2CreateTrigger
Function · 0.85
comdb2DropTrigger
Function · 0.85
block2_qadd
Function · 0.85
osql_set_usedb
Function · 0.85
sp_trigger_run
Function · 0.85
javasp_load_procedure_int
Function · 0.85
gather_triggers
Function · 0.85
net_add_consumer
Function · 0.85
find_and_lock_queue_table
Function · 0.85
exec_procedure_int
Function · 0.85
consumer_change
Function · 0.85
do_alter_queues_int
Function · 0.85
Calls
1
hash_find_readonly
Function · 0.85
Tested by
no test coverage detected