HomeSort by: relevance | last modified time | path
    Searched defs:update_count (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/makemandb/
makemandb.c 643 int update_count, rc, idx; local in function:update_existing_entry
647 update_count = sqlite3_total_changes(db);
679 if (update_count != sqlite3_total_changes(db)) {
makemandb.c 643 int update_count, rc, idx; local in function:update_existing_entry
647 update_count = sqlite3_total_changes(db);
679 if (update_count != sqlite3_total_changes(db)) {
makemandb.c 643 int update_count, rc, idx; local in function:update_existing_entry
647 update_count = sqlite3_total_changes(db);
679 if (update_count != sqlite3_total_changes(db)) {

Completed in 38 milliseconds