Home
last modified time | relevance | path

Searched refs:apr_hash_get (Results 1 – 25 of 41) sorted by relevance

12

/trueos/contrib/subversion/subversion/libsvn_auth_kwallet/
HDkwallet.cpp73 static_cast<svn_config_t *> (apr_hash_get(parameters, in get_application_name()
98 static_cast<svn_config_t *> (apr_hash_get(parameters, in get_wallet_name()
143 static_cast<KWallet::Wallet *> (apr_hash_get(parameters, in get_wallet()
146 if (! wallet && ! apr_hash_get(parameters, in get_wallet()
174 if (apr_hash_get(parameters, "kwallet-initialized", APR_HASH_KEY_STRING)) in kwallet_terminate()
/trueos/contrib/apr-util/test/
HDtestcrypto.c701 key_3des_192 = apr_hash_get(types, "3des192", APR_HASH_KEY_STRING); in test_crypto_get_block_key_types_openssl()
705 key_aes_128 = apr_hash_get(types, "aes128", APR_HASH_KEY_STRING); in test_crypto_get_block_key_types_openssl()
709 key_aes_192 = apr_hash_get(types, "aes192", APR_HASH_KEY_STRING); in test_crypto_get_block_key_types_openssl()
713 key_aes_256 = apr_hash_get(types, "aes256", APR_HASH_KEY_STRING); in test_crypto_get_block_key_types_openssl()
744 key_3des_192 = apr_hash_get(types, "3des192", APR_HASH_KEY_STRING); in test_crypto_get_block_key_types_nss()
748 key_aes_128 = apr_hash_get(types, "aes128", APR_HASH_KEY_STRING); in test_crypto_get_block_key_types_nss()
752 key_aes_192 = apr_hash_get(types, "aes192", APR_HASH_KEY_STRING); in test_crypto_get_block_key_types_nss()
756 key_aes_256 = apr_hash_get(types, "aes256", APR_HASH_KEY_STRING); in test_crypto_get_block_key_types_nss()
785 mode_ecb = apr_hash_get(modes, "ecb", APR_HASH_KEY_STRING); in test_crypto_get_block_key_modes_openssl()
789 mode_cbc = apr_hash_get(modes, "cbc", APR_HASH_KEY_STRING); in test_crypto_get_block_key_modes_openssl()
[all …]
/trueos/contrib/subversion/subversion/libsvn_ra_serf/
HDproperty.c357 ver_props = apr_hash_get(props, &rev, sizeof(rev)); in svn_ra_serf__get_ver_prop_string()
421 ver_props = apr_hash_get(props, &rev, sizeof(rev)); in svn_ra_serf__set_ver_prop()
691 ver_props = apr_hash_get(multiprops, &revision, sizeof(revision)); in svn_ra_serf__fetch_node_props()
759 ver_props = apr_hash_get(props, &rev, sizeof(rev)); in svn_ra_serf__walk_all_props()
783 ver_props = apr_hash_get(props, &rev, sizeof(rev)); in svn_ra_serf__walk_all_paths()
986 dav_props = apr_hash_get(props, "DAV:", 4); in retrieve_baseline_info()
1212 dav_props = apr_hash_get(props, "DAV:", 4); in svn_ra_serf__get_resource_type()
1250 dav_props = apr_hash_get(props, "DAV:", 4); in svn_ra_serf__fetch_dav_prop()
HDblncache.c152 const char *value = apr_hash_get(blncache->revnum_to_bc, in svn_ra_serf__blncache_get_bc_url()
/trueos/contrib/subversion/subversion/libsvn_subr/
HDhash.c236 svn_string_t *oldstr = apr_hash_get(oldhash, item->key, item->klen); in hash_write()
270 if (! apr_hash_get(hash, item->key, item->klen)) in hash_write()
462 if (hash_b && (apr_hash_get(hash_b, key, klen))) in svn_hash_diff()
478 if (! (hash_a && apr_hash_get(hash_a, key, klen))) in svn_hash_diff()
HDcache-inprocess.c191 struct cache_entry *entry = apr_hash_get(cache->hash, key, cache->klen); in inprocess_cache_get_internal()
277 existing_entry = apr_hash_get(cache->hash, key, cache->klen); in inprocess_cache_set_internal()
463 struct cache_entry *entry = apr_hash_get(cache->hash, key, cache->klen); in inprocess_cache_get_partial_internal()
509 struct cache_entry *entry = apr_hash_get(cache->hash, key, cache->klen); in inprocess_cache_set_partial_internal()
HDproperties.c275 propval2 = apr_hash_get((apr_hash_t *)target_props, key, klen); in svn_prop_diffs()
308 if (NULL == apr_hash_get((apr_hash_t *)source_props, key, klen)) in svn_prop_diffs()
HDmergeinfo.c712 existing_rangelist = apr_hash_get(hash, pathname, klen); in parse_revision_line()
1559 from_rangelist = apr_hash_get(cb->from, path, klen); in mergeinfo_hash_diff_cb()
1560 to_rangelist = apr_hash_get(cb->to, path, klen); in mergeinfo_hash_diff_cb()
1573 from_rangelist = apr_hash_get(cb->from, path, klen); in mergeinfo_hash_diff_cb()
1579 to_rangelist = apr_hash_get(cb->to, path, klen); in mergeinfo_hash_diff_cb()
1676 rhs = apr_hash_get(info2, key, key_length); in svn_mergeinfo__equals()
1743 target = apr_hash_get(mergeinfo, key, klen); in svn_mergeinfo_merge2()
HDconfig.c433 sec_ptr = apr_hash_get(cfg->sections, cfg->tmp_key->data, in find_option()
448 opt = apr_hash_get(sec->options, cfg->tmp_key->data, in find_option()
HDxml.c519 if (preserve && ((apr_hash_get(ht, key, keylen)) != NULL)) in amalgamate()
/trueos/contrib/subversion/subversion/include/
HDsvn_hash.h248 apr_hash_get(ht, key, APR_HASH_KEY_STRING)
/trueos/contrib/apr/include/
HDapr_hash.h117 APR_DECLARE(void *) apr_hash_get(apr_hash_t *ht, const void *key,
/trueos/contrib/serf/auth/
HDauth.c150 auth_hdr = apr_hash_get(hdrs, scheme->key, APR_HASH_KEY_STRING); in handle_auth_headers()
474 authn_info = apr_hash_get(ctx->server_authn_info, conn->host_url, in serf__get_authn_info_for_server()
/trueos/contrib/apr-util/hooks/
HDapr_hooks.c332 ppArray=apr_hash_get(s_phOptionalHooks,szName,strlen(szName)); in APU_DECLARE()
379 return (void(*)(void))apr_hash_get(s_phOptionalFunctions,szName,strlen(szName)); in apr_dynamic_fn_retrieve()
/trueos/contrib/apr-util/misc/
HDapu_dso.c125 *dsoptr = apr_hash_get(dsos, module, APR_HASH_KEY_STRING);
/trueos/contrib/subversion/subversion/libsvn_repos/
HDlog.c926 prev_mergeinfo = apr_hash_get(catalog, prev_path, klen); in get_combined_mergeinfo_changes()
927 prev_inherited_mergeinfo = apr_hash_get(inherited_catalog, prev_path, klen); in get_combined_mergeinfo_changes()
943 mergeinfo = apr_hash_get(catalog, path, klen); in get_combined_mergeinfo_changes()
944 inherited_mergeinfo = apr_hash_get(inherited_catalog, path, klen); in get_combined_mergeinfo_changes()
1005 deleted = apr_hash_get(deleted_mergeinfo_catalog, key, klen); in get_combined_mergeinfo_changes()
1261 svn_revnum_t *merged_rev = apr_hash_get(nested_merges, &rev, in send_log()
2105 apr_hash_get(rev_mergeinfo, &current, sizeof(svn_revnum_t)); in do_logs()
/trueos/contrib/subversion/subversion/libsvn_client/
HDra.c675 start_path = apr_hash_get(rev_locs, &start_revnum, sizeof(svn_revnum_t)); in repos_locations()
687 end_path = apr_hash_get(rev_locs, &end_revnum, sizeof(svn_revnum_t)); in repos_locations()
896 ranges2 = apr_hash_get(history2, path, path_len); in svn_client__calc_youngest_common_ancestor()
HDimport.c116 eol_style_val = apr_hash_get(properties, SVN_PROP_EOL_STYLE, in send_file_contents()
118 keywords_val = apr_hash_get(properties, SVN_PROP_KEYWORDS, in send_file_contents()
/trueos/contrib/subversion/subversion/svndumpfilter/
HDsvndumpfilter.c686 cf_renum_val = apr_hash_get(pb->renumber_history, in new_node_record()
834 revmap_start = apr_hash_get(pb->renumber_history, in adjust_mergeinfo()
841 revmap_end = apr_hash_get(pb->renumber_history, in adjust_mergeinfo()
1318 this_val = apr_hash_get(pb->renumber_history, &this_key, in do_filter()
/trueos/contrib/apr-util/dbm/
HDapr_dbm.c155 *vtable = apr_hash_get(drivers, type, APR_HASH_KEY_STRING); in dbm_open_type()
/trueos/contrib/apr-util/crypto/
HDapr_crypto.c166 *driver = apr_hash_get(drivers, name, APR_HASH_KEY_STRING); in apr_crypto_get_driver()
/trueos/contrib/apr-util/memcache/
HDapr_memcache.c1168 value = apr_hash_get(values, server_query->query_vec[j].iov_base, in mget_conn_result()
1226 server_query = apr_hash_get(server_queries, &ms, sizeof(ms)); in apr_memcache_multgetp()
1372 value = apr_hash_get(values, key, strlen(key)); in apr_memcache_multgetp()
/trueos/contrib/subversion/subversion/libsvn_fs_base/bdb/
HDenv.c440 bdb_env_t *bdb = apr_hash_get(bdb_cache, keyp, sizeof *keyp); in bdb_cache_get()
/trueos/contrib/apr/tables/
HDapr_hash.c362 APR_DECLARE(void *) apr_hash_get(apr_hash_t *ht, in apr_hash_get() function
/trueos/contrib/apr-util/dbd/
HDapr_dbd.c174 *driver = apr_hash_get(drivers, name, APR_HASH_KEY_STRING); in apr_dbd_get_driver()

12