HomeSort by: relevance | last modified time | path
    Searched defs:update_count (Results 1 - 1 of 1) 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)) {

Completed in 12 milliseconds