Home
last modified time | relevance | path

Searched refs:row_count (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_function_ptrs.c277 int *row_count = _row_count; in get_row_count() local
279 *row_count = 0; in get_row_count()
282 *row_count = atoi(argv[0]); in get_row_count()
H A Dsmatch_db.c484 int *row_count = _row_count; in get_row_count() local
486 *row_count = 0; in get_row_count()
489 *row_count = atoi(argv[0]); in get_row_count()
544 int row_count = 0; in sql_select_return_states() local
562 run_sql(get_row_count, &row_count, "select count(*) from return_states where %s;", in sql_select_return_states()
564 if (row_count > 3000) in sql_select_return_states()