Searched refs:apr_hash_this (Results 1 - 25 of 37) sorted by relevance

12

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Diter.c152 apr_hash_this((apr_hash_index_t *)hi, &key, NULL, NULL);
160 apr_hash_this((apr_hash_index_t *)hi, NULL, &klen, NULL);
168 apr_hash_this((apr_hash_index_t *)hi, NULL, NULL, &val);
H A Dproperties.c272 apr_hash_this(hi, &key, &klen, &val);
305 apr_hash_this(hi, &key, &klen, &val);
394 apr_hash_this(hi, &key, NULL, &val);
417 apr_hash_this(hi, &key, &klen, &prop);
H A Dhash.c505 apr_hash_this(hi, &key, &klen, NULL);
521 apr_hash_this(hi, &key, &klen, NULL);
H A Dconfig.c1032 apr_hash_this(sec_ndx, NULL, NULL, &sec_ptr);
1232 apr_hash_this(sectidx, &sectkey, &sectkeyLength, &sectval);
1247 apr_hash_this(optidx, &optkey, &optkeyLength, &optval);
1284 apr_hash_this(cidx, &ckey, &ckeyLength, &cval);
H A Dtypes.c326 apr_hash_this(hi, &key, NULL, &change);
H A Dxml.c701 apr_hash_this(hi, &key, NULL, &val);
H A Dskel.c813 apr_hash_this(hi, &key, &klen, &val);
864 apr_hash_this(hi, &key, &klen, &val);
H A Dsorts.c170 apr_hash_this(hi, &item->key, &item->klen, &item->value);
H A Dsubst.c858 apr_hash_this(hi, &key, &klen, &void_a_val);
1516 apr_hash_this(hi, &key, NULL, &val);
/freebsd-12-stable/contrib/apr/include/
H A Dapr_hash.h45 * than copying it), apr_hash_this() will return the NUL-term'd key.
141 * apr_hash_this(hi, NULL, NULL, &val);
167 APR_DECLARE(void) apr_hash_this(apr_hash_index_t *hi, const void **key,
/freebsd-12-stable/contrib/apr-util/test/
H A Dtestmemcache.c333 apr_hash_this(hi, &k, NULL, &v);
446 apr_hash_this(hi, &k, NULL, &v);
473 apr_hash_this(hi, &k, NULL, NULL);
513 apr_hash_this(hi, &k, NULL, &v);
530 apr_hash_this(hi, &k, NULL, NULL);
H A Dtestredis.c382 apr_hash_this(hi, &k, NULL, &v);
399 apr_hash_this(hi, &k, NULL, NULL);
438 apr_hash_this(hi, &k, NULL, &v);
457 apr_hash_this(hi, &k, NULL, NULL);
/freebsd-12-stable/contrib/apr/tables/
H A Dapr_hash.c155 APR_DECLARE(void) apr_hash_this(apr_hash_index_t *hi, function
169 apr_hash_this(hi, &key, NULL, NULL);
177 apr_hash_this(hi, NULL, &klen, NULL);
185 apr_hash_this(hi, NULL, NULL, &val);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drecovery.c132 apr_hash_this(hi, (const void **)&name, NULL, (void **)&dirent);
H A Dlow_level.c1227 apr_hash_this(hi, (const void **)&key, (apr_ssize_t *)&key_len,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_client/
H A Dcat.c323 apr_hash_this(hi, &key, &klen, NULL);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Ddeprecated.c206 apr_hash_this(hi, &vkey, &klen, &vval);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_util/
H A Dfs-util.c340 apr_hash_this(hi, (const void **)&key, &klen, (void **)&val_a);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dmerge.c322 apr_hash_this(hi, &key, &klen, &val);
H A Dxml.c584 apr_hash_this(hi, &key, &klen, &val);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dchanges-table.c357 apr_hash_this(hi, &hashkey, &klen, NULL);
/freebsd-12-stable/contrib/apr-util/memcache/
H A Dapr_memcache.c1232 apr_hash_this(value_hash_index, NULL, NULL, &v);
1303 apr_hash_this(query_hash_index, NULL, NULL, &v);
1320 apr_hash_this(query_hash_index, NULL, NULL, &v);
1465 apr_hash_this(query_hash_index, NULL, NULL, &v);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c1344 apr_hash_this(hi, &key, NULL, &val);
2496 apr_hash_this(hi, &key, NULL, &val);
2557 apr_hash_this(hi, &key, NULL, &val);
2619 apr_hash_this(hi, &key, NULL, &val);
2653 apr_hash_this(hi, &key, NULL, NULL);
2743 apr_hash_this(hi, &key, NULL, &val);
2791 apr_hash_this(hi, &key, NULL, NULL);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c1614 apr_hash_this(hi, NULL, NULL, &val);
1814 apr_hash_this(hi, &key, NULL, &val);
2301 apr_hash_this(hi, &key, &klen, &val);
2429 apr_hash_this(hi, &key, &klen, &val);
2591 apr_hash_this(hi, &key, NULL, NULL);
5140 apr_hash_this(hi, NULL, NULL, &val);
5259 apr_hash_this(hi, &key, NULL, &val);
H A Ddag.c328 apr_hash_this(hi, &key, &klen, &val);
1037 apr_hash_this(hi, NULL, NULL, &val);

Completed in 310 milliseconds

12