Searched refs:key (Results 151 - 175 of 2274) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/subversion/subversion/svnsync/
H A Dsvnsync.c543 typedef svn_boolean_t (*filter_func_t)(const char *key);
1074 filter_exclude_date_author_sync(const char *key)
1076 if (strcmp(key, SVN_PROP_REVISION_AUTHOR) == 0)
1078 else if (strcmp(key, SVN_PROP_REVISION_DATE) == 0)
1080 else if (strncmp(key, SVNSYNC_PROP_PREFIX,
1092 filter_include_date_author_sync(const char *key)
1094 return ! filter_exclude_date_author_sync(key);
1102 filter_exclude_log(const char *key)
1104 if (strcmp(key, SVN_PROP_REVISION_LOG) == 0)
1114 filter_include_log(const char *key)
1071 filter_exclude_date_author_sync(const char *key) argument
1089 filter_include_date_author_sync(const char *key) argument
1099 filter_exclude_log(const char *key) argument
1111 filter_include_log(const char *key) argument
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnrdump/
H A Dutil.c44 const char *key = apr_hash_this_key(hi);
49 SVN_ERR(svn_repos__normalize_prop(&value, NULL, key, value,
51 svn_hash_sets(*normal_props, key, svn_string_dup(value, result_pool));
43 const char *key = apr_hash_this_key(hi); local
/freebsd-11-stable/contrib/subversion/subversion/svndumpfilter/
H A Dsvndumpfilter.c293 const char *key = apr_hash_this_key(hi);
296 svn_hash_sets(new_hash, apr_pstrdup(pool, key), apr_pstrdup(pool, val));
578 const char *key = apr_hash_this_key(hi);
581 if ((!strcmp(key, SVN_REPOS_DUMPFILE_PROP_DELTA))
585 if ((!strcmp(key, SVN_REPOS_DUMPFILE_TEXT_DELTA))
589 if ((!strcmp(key, SVN_REPOS_DUMPFILE_CONTENT_LENGTH))
590 || (!strcmp(key, SVN_REPOS_DUMPFILE_PROP_CONTENT_LENGTH))
591 || (!strcmp(key, SVN_REPOS_DUMPFILE_TEXT_CONTENT_LENGTH))
592 || (!strcmp(key, SVN_REPOS_DUMPFILE_NODE_PATH))
593 || (!strcmp(key, SVN_REPOS_DUMPFILE_NODE_KIN
291 const char *key = apr_hash_this_key(hi); local
576 const char *key = apr_hash_this_key(hi); local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2444 const char *capability = item->key;
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dshelf2-cmd.c285 const char *name = item->key;
356 *name_p = apr_pstrdup(result_pool, youngest_item->key);
1038 const char *name = item->key;
1082 const char *path = item->key;
H A Dshelf-cmd.c285 const char *name = item->key;
356 *name_p = apr_pstrdup(result_pool, youngest_item->key);
1038 const char *name = item->key;
1082 const char *path = item->key;
H A Dpropget-cmd.c122 const char *filename = item.key;
297 const char *filename = item.key;
H A Dlog-cmd.c401 const char *path = item->key;
624 const char *path = item->key;
H A Dcl.h1036 /* Number of characters of difference from the key. */
1053 svn_cl__similarity_check(const char *key,
H A Dauth-cmd.c224 const char *key; local
228 key = item.key;
230 if (strcmp(key, SVN_CONFIG_AUTHN_PASSWORD_KEY) == 0 ||
231 strcmp(key, SVN_CONFIG_AUTHN_PASSPHRASE_KEY) == 0)
233 else if (strcmp(key, SVN_CONFIG_AUTHN_ASCII_CERT_KEY) == 0)
317 const char *key; local
322 key = item.key;
326 else if (strcmp(key, SVN_CONFIG_AUTHN_PASSWORD_KE
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c948 /* First try: does the path exist as a key in the hash? */
1348 const void *key;
1358 key = item.key;
1361 child_abspath = svn_dirent_join(local_abspath, key, iterpool);
1362 child_dirent = apr_hash_get(dirents, key, klen);
1363 child_info = apr_hash_get(nodes, key, klen);
1373 apr_hash_get(conflicts, key, klen) != NULL,
1503 /* Look up the key PATH in BATON->STATII. IS_DIR_BATON indicates whether
1556 /* Is PATH already a hash-key
1345 const void *key; local
[all...]
H A Dentries.c1470 const void *key = apr_hash_this_key(hi);
1476 svn_hash_sets(*entries_pruned, key, entry);
2021 const char *key;
2039 key = svn_dirent_skip_ancestor(root_abspath, conflict->local_abspath);
2040 svn_hash_sets(tree_conflicts, apr_pstrdup(result_pool, key),
1469 const void *key = apr_hash_this_key(hi); local
2020 const char *key; local
H A Ddiff_editor.c173 key of "" will be present in the hash. */
662 const char *name = item->key;
1165 const char *name = item->key;
1487 const char *name = item->key;
1806 const char *name = item->key;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c611 const char *key;
614 for (key = *atts; key; key = *(++atts))
618 assert(key != NULL);
622 keylen = strlen(key);
623 if (preserve && ((apr_hash_get(ht, key, keylen)) != NULL))
626 apr_hash_set(ht, apr_pstrndup(pool, key, keylen), keylen,
636 const char *key;
638 while ((key
603 const char *key; local
628 const char *key; local
689 const void *key; local
[all...]
H A Dsysinfo.c347 /* Split a stringbuf into a key/value pair.
348 Return the key, leaving the stripped value in the stringbuf. */
352 char *key;
366 key = buffer->data;
367 end = strchr(key, delim);
372 buffer->len -= 1 + end - key;
373 buffer->blocksize -= 1 + end - key;
377 return key;
431 const char *key;
437 key
349 char *key; local
428 const char *key; local
609 const char *key; local
1301 value_from_dict(CFDictionaryRef plist, CFStringRef key, apr_pool_t *pool) argument
[all...]
H A Dsubst.c853 const void *key;
858 apr_hash_this(hi, &key, &klen, &void_a_val);
860 b_val = apr_hash_get(b, key, klen);
1513 const void *key;
1516 apr_hash_this(hi, &key, NULL, &val);
1517 svn_hash_sets(copy, apr_pstrdup(result_pool, key),
849 const void *key; local
1509 const void *key; local
H A Dsorts.c48 key/klen objects, and store associated generic values. They work
76 astr = a->key;
77 bstr = b->key;
91 /* Compare bytes of a's key and b's key up to the common length. */
93 val = memcmp(a->key, b->key, len);
170 apr_hash_this(hi, &item->key, &item->klen, &item->value);
203 bsearch_lower_bound(const void *key,
216 int cmp = compare_func((const char *)base + try * elt_size, key);
201 bsearch_lower_bound(const void *key, const void *base, int nelts, int elt_size, int (*compare_func)(const void *, const void *)) argument
227 svn_sort__bsearch_lower_bound(const apr_array_header_t *array, const void *key, int (*compare_func)(const void *, const void *)) argument
237 svn_sort__array_lookup(const apr_array_header_t *array, const void *key, int *hint, int (*compare_func)(const void *, const void *)) argument
[all...]
H A Dskel.c808 const void *key;
813 apr_hash_this(hi, &key, &klen, &val);
821 svn_skel__prepend(svn_skel__mem_atom(key, klen, pool), skel);
859 const void *key;
864 apr_hash_this(hi, &key, &klen, &val);
872 svn_skel__prepend(svn_skel__mem_atom(key, klen, result_pool),
800 const void *key; local
851 const void *key; local
H A Dproperties.c261 /* Loop over SOURCE_PROPS and examine each key. This will allow us to
266 const void *key;
272 apr_hash_this(hi, &key, &klen, &val);
276 propval2 = apr_hash_get((apr_hash_t *)target_props, key, klen);
282 p->name = key;
289 p->name = key;
294 /* Loop over TARGET_PROPS and examine each key. This allows us to
299 const void *key;
305 apr_hash_this(hi, &key, &klen, &val);
309 if (NULL == apr_hash_get((apr_hash_t *)source_props, key, kle
265 const void *key; local
298 const void *key; local
389 const void *key; local
412 const void *key; local
[all...]
H A Dprefix_string.c71 svn_prefix_string__t key; member in struct:node_t
74 * 0 for the root node. Only then will key.prefix be NULL. */
108 return node->key.data[7] == 0;
141 unsigned char key,
152 if ((unsigned char)sub_nodes[current]->key.data[0] < key)
168 tree->root->key.data[7] = '\xff'; /* This is not a leaf. See is_leaf(). */
199 || node->sub_nodes[idx]->key.data[0] != s[node->length])
208 if (strcmp(sub_node->key.data, s + node->length) == 0)
209 return &sub_node->key;
140 search_lower_bound(node_t **sub_nodes, unsigned char key, int count) argument
[all...]
H A Dobject_pool.c51 svn_membuf_t key;
74 * In shared object mode, there is at most one such entry per key and it
77 * instances for the key. */
129 apr_hash_set(object_pool->objects, object_ref->key.data,
130 object_ref->key.size, NULL);
192 svn_membuf_t *key,
196 = apr_hash_get(object_pool->objects, key->data, key->size);
218 const svn_membuf_t *key,
224 = apr_hash_get(object_pool->objects, key
49 svn_membuf_t key; member in struct:object_ref_t
187 lookup(void **object, svn_object_pool__t *object_pool, svn_membuf_t *key, apr_pool_t *result_pool) argument
213 insert(void **object, svn_object_pool__t *object_pool, const svn_membuf_t *key, void *item, apr_pool_t *item_pool, apr_pool_t *result_pool) argument
303 svn_object_pool__lookup(void **object, svn_object_pool__t *object_pool, svn_membuf_t *key, apr_pool_t *result_pool) argument
315 svn_object_pool__insert(void **object, svn_object_pool__t *object_pool, const svn_membuf_t *key, void *item, apr_pool_t *item_pool, apr_pool_t *result_pool) argument
[all...]
H A Dmergeinfo.c767 absolute path key. */
1527 mergeinfo_hash_diff_cb(const void *key, apr_ssize_t klen, argument
1535 const char *path = key;
1649 const char *key; local
1656 apr_hash_this(hi, (const void**)&key, &key_length, (void **)&lhs);
1657 rhs = apr_hash_get(info2, key, key_length);
1717 const char *key; local
1723 apr_hash_this(hi, (const void**)&key, &klen, (void*)&to_insert);
1724 target = apr_hash_get(mergeinfo, key, klen);
1735 apr_hash_set(mergeinfo, key, kle
1987 const char *key = apr_hash_this_key(hi); local
2033 const char *key = apr_hash_this_key(hi); local
[all...]
H A Dio.c3264 /* Pool userdata key for the error file passed to svn_io_start_cmd(). */
3722 fileext_tolower(char *key)
3725 for (p = key; *p != 0; ++p)
3727 return key;
3713 fileext_tolower(char *key) argument
H A Dhash.c114 /* Read a key length line. Might be END, though. */
121 entry->key = NULL;
136 /* Get the length of the key */
141 _("Serialized hash malformed key length"));
145 entry->key = apr_palloc(pool, entry->keylen + 1);
146 SVN_ERR(svn_stream_read_full(stream, entry->key, &entry->keylen));
147 entry->key[entry->keylen] = '\0';
149 /* Suck up extra newline after key data */
154 _("Serialized hash malformed key data"));
187 /* Get the length of the key */
498 const void *key; local
514 const void *key; local
557 const char *key = local
567 svn_hash__gets_debug(apr_hash_t *ht, const char *key) argument
574 svn_hash__sets_debug(apr_hash_t *ht, const char *key, const void *val) argument
584 svn_hash__get_cstring(apr_hash_t *hash, const char *key, const char *default_value) argument
599 svn_hash__get_bool(apr_hash_t *hash, const char *key, svn_boolean_t default_value) argument
632 const unsigned char *key = (const unsigned char *)char_key; local
[all...]
H A Dconfig.c91 /* The option name, converted into a hash key. */
466 make_hash_key(char *key)
469 for (p = key; *p != 0; ++p)
471 return key;
475 BUFFER will be used to construct the normalized hash key. */
479 const char *key,
483 apr_size_t len = strlen(key);
486 return apr_hash_get(hash, key, len);
490 buffer->data[i] = (char)apr_tolower(key[i]);
1146 const char *key; /* Provide
459 make_hash_key(char *key) argument
470 get_hash_value(apr_hash_t *hash, svn_stringbuf_t *buffer, const char *key, svn_boolean_t case_sensitive) argument
1132 const char *key; /* Provided by caller of svn_config_find_group */ member in struct:search_groups_baton
1161 svn_config_find_group(svn_config_t *cfg, const char *key, const char *master_section, apr_pool_t *pool) argument
[all...]

Completed in 288 milliseconds

1234567891011>>