Searched refs:md5_hash (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dmakemandb.c81 char *md5_hash; member in struct:mandb_rec
578 " md5_hash = :md5 AND file = :file AND"
766 rec->md5_hash = md5sum;
802 "DELETE FROM mandb_links WHERE md5_hash NOT IN"
803 " (SELECT md5_hash from mandb_meta);"
1470 rec->md5_hash == NULL) {
1512 " :diagnostics, :errors, :md5_hash, :machine)";
1601 idx = sqlite3_bind_parameter_index(stmt, ":md5_hash");
1602 rc = sqlite3_bind_text(stmt, idx, rec->md5_hash, -1, NULL);
1631 " :file, :md5_hash,
[all...]

Completed in 67 milliseconds