Searched refs:sql_helper (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch.h | 927 #define sql_helper(db, call_back, data, sql...) \ macro 941 sql_helper(smatch_db, call_back, data, sql); \ 945 sql_helper(mem_db, call_back, data, sql) 948 sql_helper(cache_db, call_back, data, sql)
|