Searched refs:apr_hash_set (Results 1 - 25 of 81) sorted by relevance

1234

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dobject_pool.c129 apr_hash_set(object_pool->objects, object_ref->key.data,
244 apr_hash_set(object_pool->objects, object_ref->key.data,
H A Dhash.c241 apr_hash_set(hash, apr_pstrmemdup(pool, entry.key, entry.keylen),
248 apr_hash_set(hash, entry.key, entry.keylen, NULL);
471 apr_hash_set(hash, keybuf, keylen, value);
581 apr_hash_set(ht, key, APR_HASH_KEY_STRING, val);
H A Dcache-inprocess.c297 apr_hash_set(cache->hash, e->key, cache->klen, NULL);
422 apr_hash_set(cache->hash, new_entry->key, cache->klen, new_entry);
H A Dmergeinfo.c774 apr_hash_set(hash, apr_pstrmemdup(apr_hash_pool_get(hash), pathname, klen),
1546 apr_hash_set(cb->deleted, apr_pstrmemdup(cb->pool, path, klen),
1549 apr_hash_set(cb->added, apr_pstrmemdup(cb->pool, path, klen),
1555 apr_hash_set(cb->deleted, apr_pstrmemdup(cb->pool, path, klen), klen,
1561 apr_hash_set(cb->added, apr_pstrmemdup(cb->pool, path, klen), klen,
1735 apr_hash_set(mergeinfo, key, klen, to_insert);
1774 apr_hash_set(mergeinfo_cat, cat_elt.key, cat_elt.klen, mergeinfo);
1784 apr_hash_set(mergeinfo_cat,
1797 apr_hash_set(mergeinfo_cat,
2009 apr_hash_set(new_mergeinf
[all...]
H A Dxml.c626 apr_hash_set(ht, apr_pstrndup(pool, key, keylen), keylen,
/freebsd-13-stable/contrib/subversion/subversion/include/
H A Dsvn_hash.h277 /** Shortcut for apr_hash_set() with a const char * key.
282 apr_hash_set(ht, key, APR_HASH_KEY_STRING, val)
/freebsd-13-stable/contrib/apr/include/
H A Dapr_hash.h38 * When passing a key to apr_hash_set or apr_hash_get, this value can be
108 APR_DECLARE(void) apr_hash_set(apr_hash_t *ht, const void *key,
/freebsd-13-stable/contrib/apr-util/crypto/
H A Dapr_crypto_commoncrypto.c212 apr_hash_set(f->types, "3des192", APR_HASH_KEY_STRING, &(key_types[0]));
213 apr_hash_set(f->types, "aes128", APR_HASH_KEY_STRING, &(key_types[1]));
214 apr_hash_set(f->types, "aes192", APR_HASH_KEY_STRING, &(key_types[2]));
215 apr_hash_set(f->types, "aes256", APR_HASH_KEY_STRING, &(key_types[3]));
221 apr_hash_set(f->modes, "ecb", APR_HASH_KEY_STRING, &(key_modes[0]));
222 apr_hash_set(f->modes, "cbc", APR_HASH_KEY_STRING, &(key_modes[1]));
H A Dapr_crypto_openssl.c310 apr_hash_set(f->types, "3des192", APR_HASH_KEY_STRING, &(key_types[0]));
311 apr_hash_set(f->types, "aes128", APR_HASH_KEY_STRING, &(key_types[1]));
312 apr_hash_set(f->types, "aes192", APR_HASH_KEY_STRING, &(key_types[2]));
313 apr_hash_set(f->types, "aes256", APR_HASH_KEY_STRING, &(key_types[3]));
319 apr_hash_set(f->modes, "ecb", APR_HASH_KEY_STRING, &(key_modes[0]));
320 apr_hash_set(f->modes, "cbc", APR_HASH_KEY_STRING, &(key_modes[1]));
H A Dapr_crypto.c74 apr_hash_set(drivers,name,APR_HASH_KEY_STRING,&driver_name); \
246 apr_hash_set(drivers, name, APR_HASH_KEY_STRING, *driver);
H A Dapr_crypto_nss.c333 apr_hash_set(f->types, "3des192", APR_HASH_KEY_STRING, &(key_types[0]));
334 apr_hash_set(f->types, "aes128", APR_HASH_KEY_STRING, &(key_types[1]));
335 apr_hash_set(f->types, "aes192", APR_HASH_KEY_STRING, &(key_types[2]));
336 apr_hash_set(f->types, "aes256", APR_HASH_KEY_STRING, &(key_types[3]));
342 apr_hash_set(f->modes, "ecb", APR_HASH_KEY_STRING, &(key_modes[0]));
343 apr_hash_set(f->modes, "cbc", APR_HASH_KEY_STRING, &(key_modes[1]));
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dblncache.c86 apr_hash_set(hash, apr_pmemdup(apr_hash_pool_get(hash), key, klen),
H A Dgetlocations.c106 apr_hash_set(loc_ctx->paths,
/freebsd-13-stable/contrib/subversion/subversion/libsvn_repos/
H A Dcompat.c107 apr_hash_set(b->changes, path, change->path.len, change_copy);
H A Dauthz_parse.c302 apr_hash_set(cb->strings, interned, len, interned);
405 apr_hash_set(cb->parsed_groups,
698 apr_hash_set(cb->parsed_rules,
833 apr_hash_set(cb->parsed_aliases, alias, alias_len, user);
990 apr_hash_set(aces, key, key_len, ace);
/freebsd-13-stable/contrib/apr-util/misc/
H A Dapu_dso.c203 apr_hash_set(dsos, module, APR_HASH_KEY_STRING, *dsoptr);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs/
H A Ddeprecated.c145 apr_hash_set(catalog,
213 apr_hash_set(*changed_paths_p, vkey, klen, change);
/freebsd-13-stable/contrib/apr-util/dbm/
H A Dapr_dbm.c141 apr_hash_set(drivers, "sdbm", APR_HASH_KEY_STRING, &apr_dbm_type_sdbm);
181 apr_hash_set(drivers, type, APR_HASH_KEY_STRING, *vtable);
/freebsd-13-stable/contrib/serf/buckets/
H A Dssl_buckets.c1695 apr_hash_set(tgt, "CN", APR_HASH_KEY_STRING,
1701 apr_hash_set(tgt, "E", APR_HASH_KEY_STRING,
1707 apr_hash_set(tgt, "OU", APR_HASH_KEY_STRING,
1713 apr_hash_set(tgt, "O", APR_HASH_KEY_STRING,
1719 apr_hash_set(tgt, "L", APR_HASH_KEY_STRING,
1725 apr_hash_set(tgt, "ST", APR_HASH_KEY_STRING,
1731 apr_hash_set(tgt, "C", APR_HASH_KEY_STRING,
1795 apr_hash_set(tgt, "sha1", APR_HASH_KEY_STRING,
1809 apr_hash_set(tgt, "notBefore", APR_HASH_KEY_STRING,
1816 apr_hash_set(tg
[all...]
/freebsd-13-stable/contrib/serf/auth/
H A Dauth.c257 apr_hash_set(ab->hdrs, auth_name, APR_HASH_KEY_STRING,
484 apr_hash_set(ctx->server_authn_info,
/freebsd-13-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c357 apr_hash_set(s_phOptionalHooks,szName,strlen(szName),ppArray);
391 apr_hash_set(s_phOptionalFunctions,szName,strlen(szName),(void *)pfn);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Denv.c518 apr_hash_set(bdb_cache, &bdb->key, sizeof bdb->key, NULL);
653 apr_hash_set(bdb_cache, &bdb->key, sizeof bdb->key, bdb);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra/
H A Dwrapper_template.h168 apr_hash_set(revprop_table, SVN_PROP_REVISION_LOG, APR_HASH_KEY_STRING,
511 apr_hash_set(hash, *schemes, APR_HASH_KEY_STRING, &compat_plugin);
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dcat.c325 apr_hash_set(props, key, klen, NULL);
/freebsd-13-stable/contrib/apr/poll/unix/
H A Dz_asio.c429 apr_hash_set(priv->elems, &(elem->os_pfd.fd), sizeof(int), elem);
512 apr_hash_set(priv->elems, &(fd), sizeof(int), NULL);

Completed in 240 milliseconds

1234