makemandb.c | 81 char *md5_hash; member in struct:roff_mandb_rec 650 " md5_hash = :md5 AND file = :file AND" 821 rec->md5_hash = md5sum; 854 "DELETE FROM mandb_links WHERE md5_hash NOT IN" 855 " (SELECT md5_hash from mandb_meta);" 1479 rec->md5_hash == NULL) { 1521 " :diagnostics, :errors, :md5_hash, :machine)"; 1612 idx = sqlite3_bind_parameter_index(stmt, ":md5_hash"); 1613 rc = sqlite3_bind_text(stmt, idx, rec->md5_hash, -1, NULL); 1642 " :file, :md5_hash, :id)" [all...] |