Lines Matching refs:file_path
89 char *file_path;
822 rec->file_path = estrdup(file);
823 // file_path is freed by insert_into_db itself.
914 warnx("%s: Missing section number", rec->file_path);
1669 rc = sqlite3_bind_text(stmt, idx, rec->file_path, -1, NULL);
1702 warnx("Trying to update index for %s", rec->file_path);
1707 rec->file_path);
1740 sqlite3_bind_text(stmt, idx, rec->file_path, -1, NULL);
1754 warnx("Failed at %s\n%s", rec->file_path, sqlite3_errmsg(db));
1899 free(rec->file_path);
1900 rec->file_path = NULL;