Searched refs:ht (Results 1 - 25 of 109) sorted by last modified time

12345

/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure929 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
932 | --ht=*)
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c13980 ** Hash.htsize and Hash.ht may be zero. In that case lookup is done
13982 ** Hash.ht table is never allocated because if there are few elements
13993 } *ht; member in struct:Hash
21901 nByte += sqlite3_msize(pSchema->tblHash.ht);
21902 nByte += sqlite3_msize(pSchema->trigHash.ht);
21903 nByte += sqlite3_msize(pSchema->idxHash.ht);
21904 nByte += sqlite3_msize(pSchema->fkeyHash.ht);
133139 Hash ht; /* Hash table of column names */ local
169612 } *ht; member in struct:Fts3Hash
[all...]
H A Dconfigure968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
971 | --ht=*)
/freebsd-11-stable/contrib/unbound/
H A Dconfigure1095 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1098 | --ht=*)
/freebsd-11-stable/contrib/subversion/subversion/include/private/
H A Dsvn_sorts_private.h54 /** Sort @a ht according to its keys, return an @c apr_array_header_t
71 svn_sort__hash(apr_hash_t *ht,
H A Dsvn_element.h46 svn_eid__hash_get(apr_hash_t *ht,
51 svn_eid__hash_set(apr_hash_t *ht,
82 apr_hash_t *ht,
96 #define SVN_EID__HASH_ITER_SORTED(i, ht, comparison_func, pool) \
97 i = (void *)svn_eid__hash_sorted_first(pool, ht, comparison_func); \
101 #define SVN_EID__HASH_ITER_SORTED_BY_EID(i, ht, pool) \
102 SVN_EID__HASH_ITER_SORTED(i, ht, svn_eid__hash_sort_compare_items_by_eid, pool)
/freebsd-11-stable/contrib/subversion/
H A Dconfigure1139 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1142 | --ht=*)
/freebsd-11-stable/contrib/file/
H A Dconfigure969 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
972 | --ht=*)
/freebsd-11-stable/contrib/ntp/sntp/
H A Dconfigure1121 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1124 | --ht=*)
/freebsd-11-stable/contrib/ntp/
H A Dconfigure1252 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1255 | --ht=*)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dxml.c607 apr_hash_t *ht,
623 if (preserve && ((apr_hash_get(ht, key, keylen)) != NULL))
626 apr_hash_set(ht, apr_pstrndup(pool, key, keylen), keylen,
635 apr_hash_t *ht = apr_hash_make(pool);
641 svn_hash_sets(ht, key, val);
644 return ht;
651 apr_hash_t *ht = apr_hash_make(pool);
652 amalgamate(atts, ht, 0, pool); /* third arg irrelevant in this case */
653 return ht;
659 apr_hash_t *ht, argument
598 amalgamate(const char **atts, apr_hash_t *ht, svn_boolean_t preserve, apr_pool_t *pool) argument
627 apr_hash_t *ht = apr_hash_make(pool); local
643 apr_hash_t *ht = apr_hash_make(pool); local
650 svn_xml_hash_atts_overlaying(const char **atts, apr_hash_t *ht, apr_pool_t *pool) argument
718 apr_hash_t *ht = svn_xml_ap_to_hash(ap, subpool); local
[all...]
H A Dsorts.c150 svn_sort__hash(apr_hash_t *ht,
161 ary = apr_array_make(pool, apr_hash_count(ht), sizeof(svn_sort__item_t));
166 for (hi = apr_hash_first(pool, ht); hi; hi = apr_hash_next(hi))
148 svn_sort__hash(apr_hash_t *ht, int (*comparison_func)(const svn_sort__item_t *, const svn_sort__item_t *), apr_pool_t *pool) argument
H A Dhash.c572 svn_hash__gets_debug(apr_hash_t *ht, const char *key)
574 return apr_hash_get(ht, key, APR_HASH_KEY_STRING); argument
579 svn_hash__sets_debug(apr_hash_t *ht, const char *key, const void *val)
581 apr_hash_set(ht, key, APR_HASH_KEY_STRING, val);
567 svn_hash__gets_debug(apr_hash_t *ht, const char *key) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c1525 apr_hash_t *ht = apr_hash_make(pool);
1545 SVN_ERR(compat_initfunc(SVN_RA_ABI_VERSION, load_pool, ht));
1547 *library = svn_hash_gets(ht, scheme);
1520 apr_hash_t *ht = apr_hash_make(pool); local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_delta/
H A Delement.c40 svn_eid__hash_get(apr_hash_t *ht, argument
43 return apr_hash_get(ht, &key, sizeof(key));
47 svn_eid__hash_set(apr_hash_t *ht, argument
51 int *id_p = apr_pmemdup(apr_hash_pool_get(ht), &key, sizeof(key));
53 apr_hash_set(ht, id_p, sizeof(key), val);
64 apr_hash_t *ht,
70 if (apr_hash_count(ht) == 0)
73 hi->array = svn_sort__hash(ht, comparison_func, pool);
63 svn_eid__hash_sorted_first(apr_pool_t *pool, apr_hash_t *ht, int (*comparison_func)(const svn_sort__item_t *, const svn_sort__item_t *)) argument
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_xml.h277 apr_hash_t *ht,
285 apr_hash_t *ht,
H A Dsvn_hash.h257 svn_hash__gets_debug(apr_hash_t *ht, const char *key);
259 #define svn_hash_gets(ht, key) \
260 svn_hash__gets_debug(ht, key)
266 #define svn_hash_gets(ht, key) \
267 apr_hash_get(ht, key, APR_HASH_KEY_STRING)
272 svn_hash__sets_debug(apr_hash_t *ht, const char *key, const void *value);
274 #define svn_hash_sets(ht, key, val) \
275 svn_hash__sets_debug(ht, key, val)
281 #define svn_hash_sets(ht, key, val) \
282 apr_hash_set(ht, ke
[all...]
/freebsd-11-stable/contrib/apr-util/
H A Dconfigure984 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
987 | --ht=*)
/freebsd-11-stable/contrib/apr/include/
H A Dapr_hash.h101 * @param ht The hash table
108 APR_DECLARE(void) apr_hash_set(apr_hash_t *ht, const void *key,
113 * @param ht The hash table
118 APR_DECLARE(void *) apr_hash_get(apr_hash_t *ht, const void *key,
125 * @param ht The hash table
135 * int sum_values(apr_pool_t *p, apr_hash_t *ht)
140 * for (hi = apr_hash_first(p, ht); hi; hi = apr_hash_next(hi)) {
148 APR_DECLARE(apr_hash_index_t *) apr_hash_first(apr_pool_t *p, apr_hash_t *ht);
193 * @param ht The hash table
196 APR_DECLARE(unsigned int) apr_hash_count(apr_hash_t *ht); variable
202 APR_DECLARE(void) apr_hash_clear(apr_hash_t *ht); variable
[all...]
/freebsd-11-stable/contrib/apr/
H A Dconfigure1125 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1128 | --ht=*)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DScopedHashTable.h229 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, Allocator> &ht) : HT(ht) { argument
/freebsd-11-stable/lib/libc/net/
H A Dgethostnamadr.c263 struct hostent *ht; local
283 ht = va_arg(ap, struct hostent *);
286 if (ht->h_name != NULL)
287 desired_size += strlen(ht->h_name) + 1;
289 if (ht->h_aliases != NULL) {
291 for (iter = ht->h_aliases; *iter; ++iter) {
300 if (ht->h_addr_list != NULL) {
302 for (iter = ht->h_addr_list; *iter; ++iter)
305 desired_size += addr_size * _ALIGN(ht->h_length);
315 memcpy(&new_ht, ht, sizeo
369 struct hostent *ht; local
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_oncore.c1401 * If lat/long/ht specified they ALL must be specified for mode = (1,3).
3118 long lat, lon, ht; local
3124 ht = buf_w32(&buf[12]); /* GPS ellipsoid */
3128 Ht = ht;
3140 instance->ss_ht = ht;
3721 xd = lat/3600000.; /* lat, lon in int msec arc, ht in cm. */
3835 oncore_sendmsg(instance, Cmd, sizeof(oncore_cmd_Af)); /* ht (6/8) */
3936 double lat, lon, ht; local
3980 "Surveyed posn: lat %.3f (mas) long %.3f (mas) ht %.3f (cm)",
3985 ht
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c2766 struct htree_t *ht; local
2828 ht = &(hf->tree[hf->tree_used++]);
2831 ht->left = 0;
2832 ht->right = 0;
2837 ht = &(hf->tree[*p - len_avail]);
2841 if (ht->left < len_avail) {
2842 ht->left = len_avail + hf->tree_used;
2843 ht = &(hf->tree[hf->tree_used++]);
2846 ht->left = 0;
2847 ht
2881 struct htree_t *ht; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure894 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
897 | --ht=*)

Completed in 1387 milliseconds

12345