Searched refs:key (Results 201 - 225 of 2274) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dlock.c89 const char *key,
95 if (! (key && value))
99 apr_hash_set(hash, key, key_len,
108 const char *key)
110 svn_string_t *str = svn_hash_gets(hash, key);
823 errors about {the path not existing as a key, the path's token
824 not existing as a key, the lock just having been expired}. And
888 info.path = item->key;
1038 info.path = item->key;
1100 item.key
87 hash_store(apr_hash_t *hash, const char *key, apr_ssize_t key_len, const char *value, apr_ssize_t value_len, apr_pool_t *pool) argument
106 hash_fetch(apr_hash_t *hash, const char *key) argument
[all...]
H A Dindex.c1256 svn_fs_x__pair_cache_key_t key; local
1258 key.revision = file_info.start_revision;
1259 key.second = file_info.is_packed;
1359 SVN_ERR(svn_cache__set(ffd->l2p_header_cache, &key, result, scratch_pool));
1381 svn_fs_x__pair_cache_key_t key; local
1382 key.revision = base_revision(fs, baton->revision);
1383 key.second = svn_fs_x__is_packed_rev(fs, baton->revision);
1385 ffd->l2p_header_cache, &key,
1418 svn_fs_x__pair_cache_key_t key; local
1420 key
1649 svn_fs_x__pair_cache_key_t key; local
1686 svn_fs_x__page_cache_key_t key = { 0 }; local
1773 svn_fs_x__page_cache_key_t key = { 0 }; local
2465 svn_fs_x__pair_cache_key_t key; local
2551 svn_fs_x__pair_cache_key_t key; local
2762 svn_fs_x__page_cache_key_t key = { 0 }; local
2846 svn_fs_x__page_cache_key_t key = { 0 }; local
2971 svn_fs_x__page_cache_key_t key; local
3238 svn_fs_x__page_cache_key_t key = { 0 }; local
3333 svn_fs_x__page_cache_key_t key = { 0 }; local
3395 svn_fs_x__pair_cache_key_t key; local
[all...]
H A Dfs.c71 const char *key;
83 Picking an appropriate key for the shared data is tricky, because,
87 and an instance ID as the key. This allows us to avoid key clashing
92 have identical filesystem UUIDs *and* instance IDs. With the key being
100 key = apr_pstrcat(scratch_pool, SVN_FSX_SHARED_USERDATA_PREFIX,
102 status = apr_pool_userdata_get(&val, key, common_pool);
130 key = apr_pstrdup(common_pool, key);
131 status = apr_pool_userdata_set(ffsd, key, NUL
70 const char *key; local
[all...]
H A Dcached_data.c315 svn_fs_x__pair_cache_key_t key;
328 key.revision = svn_fs_x__packed_base_rev(fs, revision);
329 key.second = offset;
332 ffd->noderevs_container_cache, &key,
339 key.revision = revision;
340 key.second = id->number;
347 &key,
416 svn_fs_x__pair_cache_key_t key;
423 key.revision = svn_fs_x__packed_base_rev(fs, revision);
424 key
314 svn_fs_x__pair_cache_key_t key; local
415 svn_fs_x__pair_cache_key_t key; local
581 svn_fs_x__representation_cache_key_t key = { 0 }; local
962 get_window_key(svn_fs_x__window_cache_key_t *key, rep_state_t *rs) argument
1035 svn_fs_x__window_cache_key_t key = { 0 }; local
1057 svn_fs_x__window_cache_key_t key = { 0 }; local
1091 svn_fs_x__window_cache_key_t key = {0}; local
1120 svn_fs_x__window_cache_key_t key = { 0 }; local
1138 svn_fs_x__window_cache_key_t key = { 0 }; local
1392 svn_fs_x__pair_cache_key_t key; local
1668 read_rep_header(svn_fs_x__rep_header_t **rep_header, svn_fs_t *fs, svn_fs_x__revision_file_t *file, svn_fs_x__representation_cache_key_t *key, apr_pool_t *pool) argument
1698 svn_fs_x__representation_cache_key_t key = { 0 }; local
2699 locate_dir_cache(svn_fs_t *fs, svn_fs_x__id_t *key, svn_fs_x__noderev_t *noderev) argument
2734 svn_fs_x__id_t key; local
2795 svn_fs_x__id_t key; local
2884 svn_fs_x__pair_cache_key_t key = { 0 }; local
2955 svn_fs_x__pair_cache_key_t key; local
2975 svn_fs_x__pair_cache_key_t key; local
3018 block_read_contents(svn_fs_t *fs, svn_fs_x__revision_file_t *rev_file, svn_fs_x__p2l_entry_t* entry, svn_fs_x__pair_cache_key_t *key, apr_off_t max_offset, apr_pool_t *scratch_pool) argument
3107 svn_fs_x__pair_cache_key_t key; local
3190 svn_fs_x__pair_cache_key_t key; local
3232 block_read_noderev(svn_fs_x__noderev_t **noderev_p, svn_fs_t *fs, svn_fs_x__revision_file_t *rev_file, svn_fs_x__p2l_entry_t* entry, svn_fs_x__pair_cache_key_t *key, svn_boolean_t must_read, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3288 svn_fs_x__pair_cache_key_t key; local
3340 svn_fs_x__pair_cache_key_t key; local
3452 svn_fs_x__pair_cache_key_t key = { 0 }; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_util/
H A Dfs-util.c336 const char *key; local
340 apr_hash_this(hi, (const void **)&key, &klen, (void **)&val_a);
341 val_b = apr_hash_get(b, key, klen);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c129 /* An entry in the first-level cache. REVISION and PATH form the key that
330 /* Store a copy of NODE in CACHE, taking REVISION and PATH as key.
393 /* Find and return the DAG node cache for ROOT and the key that
399 const char **key,
410 if (key && path)
411 *key = path;
419 if (key && path)
420 *key = svn_fs_fs__combine_number_and_string(root->rev, path, pool);
435 const char *key;
448 locate_cache(&cache, &key, roo
396 locate_cache(svn_cache__t **cache, const char **key, svn_fs_root_t *root, const char *path, apr_pool_t *pool) argument
433 const char *key; local
493 const char *key; local
513 find_descendants_in_cache(void *baton, const void *key, apr_ssize_t klen, void *val, apr_pool_t *pool) argument
3368 const void *key; local
[all...]
H A Dtransaction.c610 /* The line with the key, i.e. dir entry name. */
780 * Make sure to allocate the hash key in a durable pool. */
803 /* Add this path. The API makes no guarantees that this (new) key
804 will not be retained. Thus, we copy the key into the target pool
1033 /* Increment the key and add a trailing \n to the string so the
1580 const char *key
1593 SVN_ERR(svn_cache__set(ffd->txn_dir_cache, key, &dir_data,
1612 const char *key
1620 ffd->txn_dir_cache, key,
1631 SVN_ERR(svn_cache__set(ffd->txn_dir_cache, key, NUL
1579 const char *key local
1611 const char *key local
1666 const char *key = local
3192 pair_cache_key_t *key; local
3709 const pair_cache_key_t *key local
4147 const char *key = svn_fs_fs__id_unparse(id, pool)->data; local
[all...]
H A Dtemp_serializer.c81 const char *key = key_buffer; local
90 /* return the start of the key */
91 return key;
1299 /* COUNT entries, each giving the number of ranges for the key */
1367 /* key lengths array */
H A Dstats.c363 compare_representation_item_index(const void *data, const void *key) argument
366 apr_uint64_t rhs = *(const apr_uint64_t *)key;
H A Drevprops.c243 pair_cache_key_t key; local
247 key.revision = revision;
248 key.second = ffd->revprop_prefix;
252 SVN_ERR(svn_cache__has_key(is_cached, ffd->revprop_cache, &key,
258 SVN_ERR(svn_cache__set(ffd->revprop_cache, &key, content, scratch_pool));
767 pair_cache_key_t key; local
769 /* Auto-alloc prefix and construct the key. */
771 key.revision = rev;
772 key.second = ffd->revprop_prefix;
776 ffd->revprop_cache, &key, result_poo
[all...]
H A Dlow_level.c665 path = APR_ARRAY_IDX(sorted_changed_paths, i, svn_sort__item_t).key;
737 key and value. */
H A Dlock.c88 const char *key,
94 if (! (key && value))
98 apr_hash_set(hash, key, key_len,
107 const char *key)
109 svn_string_t *str = svn_hash_gets(hash, key);
803 errors about {the path not existing as a key, the path's token
804 not existing as a key, the lock just having been expired}. And
867 info.path = item->key;
1016 info.path = item->key;
1078 item.key
86 hash_store(apr_hash_t *hash, const char *key, apr_ssize_t key_len, const char *value, apr_ssize_t value_len, apr_pool_t *pool) argument
105 hash_fetch(apr_hash_t *hash, const char *key) argument
[all...]
H A Dfs.c68 const char *key;
80 Picking an appropriate key for the shared data is tricky, because,
84 and an instance ID as the key. This allows us to avoid key clashing
91 have identical filesystem UUIDs *and* instance IDs. With the key being
98 key = apr_pstrcat(pool, SVN_FSFS_SHARED_USERDATA_PREFIX,
100 status = apr_pool_userdata_get(&val, key, common_pool);
128 key = apr_pstrdup(common_pool, key);
129 status = apr_pool_userdata_set(ffsd, key, NUL
67 const char *key; local
[all...]
H A Dcached_data.c451 pair_cache_key_t key = { 0 };
452 key.revision = rev_item->revision;
453 key.second = rev_item->number;
462 &key,
497 &key,
862 pair_cache_key_t key;
863 key.revision = rep->revision;
864 key.second = rep->item_index;
896 ffd->rep_header_cache, &key, result_pool));
955 SVN_ERR(svn_cache__set(ffd->rep_header_cache, &key, r
450 pair_cache_key_t key = { 0 }; local
861 pair_cache_key_t key; local
1235 get_window_key(window_cache_key_t *key, rep_state_t *rs) argument
1308 window_cache_key_t key = { 0 }; local
1356 window_cache_key_t key = {0}; local
1392 window_cache_key_t key = { 0 }; local
1415 window_cache_key_t key = { 0 }; local
2804 locate_dir_cache(svn_fs_t *fs, const void **key, pair_cache_key_t *pair_key, node_revision_t *noderev, apr_pool_t *pool) argument
2845 const void *key; local
2912 const void *key; local
3001 pair_cache_key_t key = { 0 }; local
3070 pair_cache_key_t key; local
3296 window_cache_key_t key = { 0 }; local
3389 window_cache_key_t key = { 0 }; local
3443 read_rep_header(svn_fs_fs__rep_header_t **rep_header, svn_fs_t *fs, svn_stream_t *stream, pair_cache_key_t *key, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
3564 pair_cache_key_t key; local
3630 pair_cache_key_t key = { 0 }; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c54 #include "key-gen.h"
105 int idx; /* Index into the keys array for this cache item's key. */
230 /* Now, move the cache key reference to the end of the keys in
1489 const char *key;
1498 return svn_fs_bdb__miscellaneous_set(trail->fs, msa->key, msa->val, trail,
1504 const char *key,
1509 msa.key = key;
1518 const char *key;
1526 return svn_fs_bdb__miscellaneous_get(mga->val, trail->fs, mga->key, trai
1481 const char *key; member in struct:miscellaneous_set_args
1495 svn_fs_base__miscellaneous_set(svn_fs_t *fs, const char *key, const char *val, apr_pool_t *pool) argument
1510 const char *key; member in struct:miscellaneous_get_args
1523 svn_fs_base__miscellaneous_get(const char **val, svn_fs_t *fs, const char *key, apr_pool_t *pool) argument
1800 const void *key; local
2284 const void *key; local
2411 const void *key; local
2580 const void *key; local
5239 const void *key; local
[all...]
H A Drevs-txns.c41 #include "key-gen.h"
872 const char *key = *(const char **)baton;
874 return svn_fs_bdb__changes_delete(trail->fs, key, trail, trail->pool);
867 const char *key = *(const char **)baton; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Drev-table.c75 DBT key, value;
89 svn_fs_base__set_dbt(&key, &recno,
130 DBT key, value;
151 svn_fs_base__recno_dbt(&key, &recno),
178 DBT key, value;
191 svn_fs_base__recno_dbt(&key, &recno),
214 1) key/value pairs don't get deleted until the cursors referring
73 DBT key, value; local
128 DBT key, value; local
175 DBT key, value; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Delement.c41 int key)
43 return apr_hash_get(ht, &key, sizeof(key));
48 int key,
51 int *id_p = apr_pmemdup(apr_hash_pool_get(ht), &key, sizeof(key));
53 apr_hash_set(ht, id_p, sizeof(key), val);
76 svn_sort__item_t).key);
90 svn_sort__item_t).key);
99 int eid_a = *(const int *)a->key;
40 svn_eid__hash_get(apr_hash_t *ht, int key) argument
47 svn_eid__hash_set(apr_hash_t *ht, int key, const void *val) argument
[all...]
H A Dcompat.c1387 const char *relpath1 = item1->key;
1388 const char *relpath2 = item2->key;
1494 = svn_relpath_skip_ancestor(base_relpath, item->key);
H A Dbranch_compat.c103 const char *key = apr_hash_this_key(hi);
106 str = key;
108 str = apr_psprintf(pool, "%s, %s", str, key);
116 * hash override the values of the base if both have the same key.
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dstatus.c279 const char *local_abspath = item.key;
H A Dmergeinfo.c175 err = svn_client__record_wc_mergeinfo(elt.key, elt.value, TRUE,
1132 const char *path = item->key;
1192 own ancestor, so if a key exactly matches FSPATH, return that
1193 key's mergeinfo and set *ANCESTOR_IS_SELF to true (set it to false in all
1215 if (svn_fspath__skip_ancestor(item.key, fspath))
1220 if (strcmp(item.key, fspath) == 0)
1589 is declared as 'apr_hash_t *' because its key do not obey the rules of
1610 const char *key = apr_hash_this_key(hi);
1614 svn_path_url_add_component2(repos_root_url, key + 1,
2142 const char *key
1608 const char *key = apr_hash_this_key(hi); local
2139 const char *key = apr_hash_this_key(hi); local
[all...]
H A Dlist.c190 path = svn_relpath_join(dir, item->key, iterpool);
203 if (match_patterns(item->key, patterns, scratch_buffer))
H A Dinfo.c91 const char *local_abspath = item.key;
H A Dimport.c455 const char *filename = item.key;

Completed in 281 milliseconds

1234567891011>>