Searched refs:apr_hash_get (Results 51 - 55 of 55) sorted by relevance

123

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c2304 s_entry = apr_hash_get(s_entries, key, klen);
2305 t_entry = apr_hash_get(t_entries, key, klen);
2431 t_entry = apr_hash_get(t_entries, key, klen);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtransaction.c693 if ((old_change = apr_hash_get(changed_paths, path->data, path->len)))
756 new_change = apr_hash_get(deletions, path->data, path->len);
2317 *old_rep = apr_hash_get(reps_hash,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_repos/
H A Ddump.c965 if (apr_hash_get(fb->paths, key, klen))
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcache-membuffer.c343 value = apr_hash_get(prefix_pool->map, prefix, prefix_len);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dindex.c867 void *void_idx = apr_hash_get(containers, &entry->offset,

Completed in 267 milliseconds

123