Lines Matching defs:intern
1308 void intern(const string& a, const string& b, string fd, off_t sz, bool front_p)
1633 fdcache.intern (b_source, section, tmppath, data->d_size, true);
1949 fdcache.intern(b_source0, fn,
1959 fdcache.intern(b_source0, b_source1,
3300 if (buildid != "") // intern buildid
3315 // NB: we intern each source file once. Once raw, as it
3433 // intern the archive file name
3504 sqlite_ps ps_f_upsert_buildids (db, "file-buildids-intern", "insert or ignore into " BUILDIDS "_buildids VALUES (NULL, ?);");
3505 sqlite_ps ps_f_upsert_files (db, "file-files-intern", "insert or ignore into " BUILDIDS "_files VALUES (NULL, ?);");
3527 sqlite_ps ps_r_upsert_buildids (db, "rpm-buildid-intern", "insert or ignore into " BUILDIDS "_buildids VALUES (NULL, ?);");
3528 sqlite_ps ps_r_upsert_files (db, "rpm-file-intern", "insert or ignore into " BUILDIDS "_files VALUES (NULL, ?);");