Searched refs:get_row_count (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | smatch_function_ptrs.c | 275 static int get_row_count(void *_row_count, int argc, char **argv, char **azColName) in get_row_count() function 356 run_sql(get_row_count, &count, in match_function_assign()
|
| H A D | smatch_db.c | 482 static int get_row_count(void *_row_count, int argc, char **argv, char **azColName) in get_row_count() function 513 run_sql(get_row_count, &return_count, in sql_select_return_states_pointer() 562 run_sql(get_row_count, &row_count, "select count(*) from return_states where %s;", in sql_select_return_states()
|