Home
last modified time | relevance | path

Searched refs:odb_by_path (Results 1 – 15 of 15) sorted by relevance

/dports/devel/git-svn/git-2.34.1/
H A Dobject-file.c469 if (!o->odb_by_path) { in alt_odb_usable()
472 o->odb_by_path = kh_init_odb_path_map(); in alt_odb_usable()
474 p = kh_put_odb_path_map(o->odb_by_path, o->odb->path, &r); in alt_odb_usable()
476 kh_value(o->odb_by_path, p) = o->odb; in alt_odb_usable()
480 *pos = kh_put_odb_path_map(o->odb_by_path, path->buf, &r); in alt_odb_usable()
543 assert(r->objects->odb_by_path); in link_alt_odb_entry()
544 kh_value(r->objects->odb_by_path, pos) = ent; in link_alt_odb_entry()
H A Dobject.c532 kh_destroy_odb_path_map(o->odb_by_path); in free_object_directories()
533 o->odb_by_path = NULL; in free_object_directories()
H A Dobject-store.h126 kh_odb_path_map_t *odb_by_path; member
/dports/devel/git-gui/git-2.34.1/
H A Dobject-file.c469 if (!o->odb_by_path) { in alt_odb_usable()
472 o->odb_by_path = kh_init_odb_path_map(); in alt_odb_usable()
474 p = kh_put_odb_path_map(o->odb_by_path, o->odb->path, &r); in alt_odb_usable()
476 kh_value(o->odb_by_path, p) = o->odb; in alt_odb_usable()
480 *pos = kh_put_odb_path_map(o->odb_by_path, path->buf, &r); in alt_odb_usable()
543 assert(r->objects->odb_by_path); in link_alt_odb_entry()
544 kh_value(r->objects->odb_by_path, pos) = ent; in link_alt_odb_entry()
H A Dobject.c532 kh_destroy_odb_path_map(o->odb_by_path); in free_object_directories()
533 o->odb_by_path = NULL; in free_object_directories()
H A Dobject-store.h126 kh_odb_path_map_t *odb_by_path; member
/dports/devel/git-p4/git-2.34.1/
H A Dobject-file.c469 if (!o->odb_by_path) {
472 o->odb_by_path = kh_init_odb_path_map();
474 p = kh_put_odb_path_map(o->odb_by_path, o->odb->path, &r);
476 kh_value(o->odb_by_path, p) = o->odb;
480 *pos = kh_put_odb_path_map(o->odb_by_path, path->buf, &r);
543 assert(r->objects->odb_by_path);
544 kh_value(r->objects->odb_by_path, pos) = ent;
H A Dobject.c532 kh_destroy_odb_path_map(o->odb_by_path); in free_object_directories()
533 o->odb_by_path = NULL; in free_object_directories()
H A Dobject-store.h126 kh_odb_path_map_t *odb_by_path; member
/dports/devel/git/git-2.34.1/
H A Dobject-file.c469 if (!o->odb_by_path) { in alt_odb_usable()
472 o->odb_by_path = kh_init_odb_path_map(); in alt_odb_usable()
474 p = kh_put_odb_path_map(o->odb_by_path, o->odb->path, &r); in alt_odb_usable()
476 kh_value(o->odb_by_path, p) = o->odb; in alt_odb_usable()
480 *pos = kh_put_odb_path_map(o->odb_by_path, path->buf, &r); in alt_odb_usable()
543 assert(r->objects->odb_by_path); in link_alt_odb_entry()
544 kh_value(r->objects->odb_by_path, pos) = ent; in link_alt_odb_entry()
H A Dobject.c532 kh_destroy_odb_path_map(o->odb_by_path); in free_object_directories()
533 o->odb_by_path = NULL; in free_object_directories()
H A Dobject-store.h126 kh_odb_path_map_t *odb_by_path; member
/dports/devel/git-cvs/git-2.34.1/
H A Dobject-file.c469 if (!o->odb_by_path) { in alt_odb_usable()
472 o->odb_by_path = kh_init_odb_path_map(); in alt_odb_usable()
474 p = kh_put_odb_path_map(o->odb_by_path, o->odb->path, &r); in alt_odb_usable()
476 kh_value(o->odb_by_path, p) = o->odb; in alt_odb_usable()
480 *pos = kh_put_odb_path_map(o->odb_by_path, path->buf, &r); in alt_odb_usable()
543 assert(r->objects->odb_by_path); in link_alt_odb_entry()
544 kh_value(r->objects->odb_by_path, pos) = ent; in link_alt_odb_entry()
H A Dobject.c532 kh_destroy_odb_path_map(o->odb_by_path); in free_object_directories()
533 o->odb_by_path = NULL; in free_object_directories()
H A Dobject-store.h126 kh_odb_path_map_t *odb_by_path; member