HomeSort by: relevance | last modified time | path
    Searched refs:htable (Results 1 - 25 of 100) sorted by relevancy

1 2 3 4

  /src/external/ibm-public/postfix/dist/src/util/
dict_ht.h 19 #include <htable.h>
listen.h 20 #include <htable.h>
35 extern int WARN_UNUSED_RESULT recv_pass_attr(int, HTABLE **, int, ssize_t);
37 extern int pass_accept_attr(int, HTABLE **);
nvtable.c 89 /* htable(3) hash table manager
108 #include <htable.h>
nvtable.h 19 #include <htable.h>
22 typedef struct HTABLE NVTABLE;
recv_pass_attr.c 13 /* HTABLE **attr;
56 #include <htable.h>
64 int recv_pass_attr(int fd, HTABLE **attr, int timeout, ssize_t bufsize)
  /src/lib/libc/stdlib/
hcreate.c 86 static struct hsearch_data htable; variable in typeref:struct:hsearch_data
91 _DIAGASSERT(htable.table == NULL);
94 if (htable.table != NULL) {
98 return hcreate_r(nel, &htable);
143 _DIAGASSERT(htable.table != NULL);
144 hdestroy1_r(&htable, freekey, freedata);
193 _DIAGASSERT(htable.table != NULL);
194 (void)hsearch_r(item, action, &ep, &htable);
  /src/usr.bin/du/
du.c 286 } *htable; local
310 if (!htable)
318 ohtable = htable;
319 htable = calloc(htmask+1, sizeof(*htable));
320 if (!htable)
342 while (htable[h].ino || htable[h].dev) {
343 if ((htable[h].ino == ino) && (htable[h].dev == dev)
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
hashtable.h 287 void ossl_ht_free(HT *htable);
292 void ossl_ht_read_lock(HT *htable);
297 void ossl_ht_write_lock(HT *htable);
302 void ossl_ht_read_unlock(HT *htable);
307 void ossl_ht_write_unlock(HT *htable);
312 int ossl_ht_flush(HT *htable);
319 int ossl_ht_insert(HT *htable, HT_KEY *key, HT_VALUE *data,
326 int ossl_ht_delete(HT *htable, HT_KEY *key);
331 size_t ossl_ht_count(HT *htable);
341 void ossl_ht_foreach_until(HT *htable, int (*cb)(HT_VALUE *obj, void *arg)
    [all...]
  /src/external/gpl3/binutils/dist/opcodes/
cgen-dis.c 62 CGEN_INSN_LIST **htable,
74 for (current_buf = htable[hash]; current_buf != NULL;
87 htable[hash] = hentbuf;
97 HTABLE points to the hash table.
109 CGEN_INSN_LIST ** htable,
134 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
147 CGEN_INSN_LIST **htable,
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 58 HTABLE points to the hash table.
70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
  /src/external/gpl3/binutils.old/dist/opcodes/
cgen-dis.c 62 CGEN_INSN_LIST **htable,
74 for (current_buf = htable[hash]; current_buf != NULL;
87 htable[hash] = hentbuf;
97 HTABLE points to the hash table.
109 CGEN_INSN_LIST ** htable,
134 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
147 CGEN_INSN_LIST **htable,
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 58 HTABLE points to the hash table.
70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
  /src/external/gpl3/gdb.old/dist/opcodes/
cgen-dis.c 62 CGEN_INSN_LIST **htable,
74 for (current_buf = htable[hash]; current_buf != NULL;
87 htable[hash] = hentbuf;
97 HTABLE points to the hash table.
109 CGEN_INSN_LIST ** htable,
134 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
147 CGEN_INSN_LIST **htable,
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 58 HTABLE points to the hash table.
70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
  /src/external/gpl3/gdb/dist/opcodes/
cgen-dis.c 62 CGEN_INSN_LIST **htable,
74 for (current_buf = htable[hash]; current_buf != NULL;
87 htable[hash] = hentbuf;
97 HTABLE points to the hash table.
109 CGEN_INSN_LIST ** htable,
134 add_insn_to_hash_chain (hentbuf, insn, htable, hash);
147 CGEN_INSN_LIST **htable,
171 add_insn_to_hash_chain (hentbuf, ilist->insn, htable, hash);
cgen-asm.c 58 HTABLE points to the hash table.
70 CGEN_INSN_LIST **htable,
83 hentbuf->next = htable[hash];
85 htable[hash] = hentbuf;
98 CGEN_INSN_LIST **htable,
110 hentbuf->next = htable[hash];
112 htable[hash] = hentbuf;
  /src/external/ibm-public/postfix/dist/src/testing/
mock_stat.c 67 #include <htable.h>
79 static HTABLE *mock_stat_table;
  /src/external/ibm-public/postfix/dist/src/local/
indirect.c 46 #include <htable.h>
  /src/external/gpl2/gettext/dist/gettext-tools/src/
message.c 249 hash_init (&mlp->htable, 10);
265 hash_destroy (&mlp->htable);
271 message_list_hash_insert_entry (hash_table *htable, message_ty *mp)
297 found = (hash_insert_entry (htable, key, keylen, mp) == NULL);
320 if (message_list_hash_insert_entry (&mlp->htable, mp))
346 if (message_list_hash_insert_entry (&mlp->htable, mp))
372 if (message_list_hash_insert_entry (&mlp->htable, mp))
395 hash_destroy (&mlp->htable);
414 hash_destroy (&mlp->htable);
426 unsigned long int size = mlp->htable.size
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/hashtable/
hashtable.c 236 void ossl_ht_read_lock(HT *htable)
238 ossl_rcu_read_lock(htable->lock);
241 void ossl_ht_read_unlock(HT *htable)
243 ossl_rcu_read_unlock(htable->lock);
246 void ossl_ht_write_lock(HT *htable)
248 ossl_rcu_write_lock(htable->lock);
249 htable->wpd.need_sync = 0;
252 void ossl_ht_write_unlock(HT *htable)
254 int need_sync = htable->wpd.need_sync;
256 htable->wpd.need_sync = 0
    [all...]
  /src/external/ibm-public/postfix/dist/src/posttls-finger/
tlsmgrmem.c 45 #include <htable.h>
51 static HTABLE *tls_cache;
  /src/external/ibm-public/postfix/dist/src/smtp/
smtp_unalias.c 51 #include <htable.h>
69 static HTABLE *cache;
  /src/external/ibm-public/postfix/dist/src/global/
allowed_prefix.c 55 #include <htable.h>
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr_peer.c 71 #include <htable.h>
  /src/usr.sbin/makefs/
walk.c 767 } *htable; local
786 if (!htable)
794 ohtable = htable;
795 htable = ecalloc(htmask+1, sizeof(*htable));
814 while (htable[h].data) {
815 if ((htable[h].data->st.st_ino == entry->st.st_ino) &&
816 (htable[h].data->st.st_dev == entry->st.st_dev)) {
817 return htable[h].data;
823 htable[h].data = entry
    [all...]

Completed in 76 milliseconds

1 2 3 4