Searched defs:call_back (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_function_hooks.c | 40 func_hook *call_back; member 75 static struct fcall_back *alloc_fcall_back(int type, void *call_back, in alloc_fcall_back() 87 void add_function_hook(const char *look_for, func_hook *call_back, void *info) in add_function_hook() 95 void add_function_assign_hook(const char *look_for, func_hook *call_back, in add_function_assign_hook() 105 implied_return_hook *call_back, in add_implied_return_hook() 114 void add_macro_assign_hook(const char *look_for, func_hook *call_back, in add_macro_assign_hook() 123 void add_macro_assign_hook_extra(const char *look_for, func_hook *call_back, in add_macro_assign_hook_extra() 133 implication_hook *call_back, void *info) in return_implies_state() 143 implication_hook *call_back, void *info) in return_implies_state_sval()
|
H A D | smatch_modification_hooks.c | 72 void add_modification_hook(int owner, modification_hook *call_back) in add_modification_hook() 79 void add_modification_hook_late(int owner, modification_hook *call_back) in add_modification_hook_late()
|
H A D | smatch.h | 927 #define sql_helper(db, call_back, data, sql...) \ argument 937 #define run_sql(call_back, data, sql...) \ argument 944 #define mem_sql(call_back, data, sql...) \ argument 947 #define cache_sql(call_back, data, sql...) \ argument
|
H A D | smatch_constraints_required.c | 252 static void add_allocation_function(const char *func, void *call_back, int param) in add_allocation_function()
|
H A D | smatch_buf_size.c | 57 static void add_allocation_function(const char *func, void *call_back, int param) in add_allocation_function()
|
H A D | smatch_buf_comparison.c | 471 static void add_allocation_function(const char *func, void *call_back, int param) in add_allocation_function()
|