Lines Matching defs:repoid
129 * Build access path to file based on repoid, path, location and file values.
132 parse_filepath(unsigned int repoid, const char *path, const char *file,
138 /* build file path based on repoid, entity path and filename */
139 rp = repo_get(repoid);
141 errx(1, "build file path: repository %u missing", repoid);
265 if ((path = parse_filepath(p->repoid, p->path, m->file,
306 fn = parse_filepath(entp->repoid, entp->path, mft->crl, loc);
400 mft->repoid = entp->repoid;
494 file2 = parse_filepath(entp->repoid, entp->path, entp->file, DIR_VALID);
498 file1 = parse_filepath(entp->repoid, entp->path, entp->file,
665 file2 = parse_filepath(entp->repoid, entp->path, entp->file, DIR_VALID);
672 file1 = parse_filepath(entp->repoid, entp->path, entp->file,
836 file = parse_filepath(entp->repoid, entp->path, entp->file,
875 repo_add(entp->repoid, entp->path, entp->file);
880 /* pass back at least type, repoid and filename */
883 io_simple_buffer(b, &entp->repoid, sizeof(entp->repoid));
917 cert->repoid = entp->repoid;
945 io_simple_buffer(b2, &entp->repoid,
946 sizeof(entp->repoid));
1023 file = parse_filepath(entp->repoid, entp->path,