Home
last modified time | relevance | path

Searched defs:ht (Results 151 – 175 of 7652) sorted by relevance

12345678910>>...307

/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
67 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
120 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
143 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
165 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
180 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
212 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
219 void completion_hash_free(HashTable *ht) in completion_hash_free()
226 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
68 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
121 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
144 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
166 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
181 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
213 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
220 void completion_hash_free(HashTable *ht) in completion_hash_free()
227 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
68 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
121 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
144 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
166 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
181 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
213 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
220 void completion_hash_free(HashTable *ht) in completion_hash_free()
227 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
68 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
121 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
144 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
166 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
181 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
213 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
220 void completion_hash_free(HashTable *ht) in completion_hash_free()
227 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/percona57-server/percona-server-5.7.36-39/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
68 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
121 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
144 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
166 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
181 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
213 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
220 void completion_hash_free(HashTable *ht) in completion_hash_free()
227 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/percona57-client/percona-server-5.7.36-39/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
68 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
121 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
144 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
166 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
181 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
213 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
220 void completion_hash_free(HashTable *ht) in completion_hash_free()
227 void add_word(HashTable *ht,char *str) in add_word()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_ts_hash.h42 #define zend_ts_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) \ argument
44 #define zend_ts_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) \ argument
94 static zend_always_inline void *zend_ts_hash_str_find_ptr(TsHashTable *ht, const char *str, size_t … in zend_ts_hash_str_find_ptr()
102 static zend_always_inline void *zend_ts_hash_str_update_ptr(TsHashTable *ht, const char *str, size_… in zend_ts_hash_str_update_ptr()
111 static zend_always_inline void *zend_ts_hash_str_add_ptr(TsHashTable *ht, const char *str, size_t l… in zend_ts_hash_str_add_ptr()
120 static zend_always_inline int zend_ts_hash_exists(TsHashTable *ht, zend_string *key) in zend_ts_hash_exists()
125 static zend_always_inline int zend_ts_hash_index_exists(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_exists()
132 #define ZEND_TS_INIT_SYMTABLE(ht) \ argument
135 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_ts_hash.h42 #define zend_ts_hash_init(ht, nSize, pHashFunction, pDestructor, persistent) \ argument
44 #define zend_ts_hash_init_ex(ht, nSize, pHashFunction, pDestructor, persistent, bApplyProtection) \ argument
94 static zend_always_inline void *zend_ts_hash_str_find_ptr(TsHashTable *ht, const char *str, size_t … in zend_ts_hash_str_find_ptr()
102 static zend_always_inline void *zend_ts_hash_str_update_ptr(TsHashTable *ht, const char *str, size_… in zend_ts_hash_str_update_ptr()
111 static zend_always_inline void *zend_ts_hash_str_add_ptr(TsHashTable *ht, const char *str, size_t l… in zend_ts_hash_str_add_ptr()
120 static zend_always_inline int zend_ts_hash_exists(TsHashTable *ht, zend_string *key) in zend_ts_hash_exists()
125 static zend_always_inline int zend_ts_hash_index_exists(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_exists()
132 #define ZEND_TS_INIT_SYMTABLE(ht) \ argument
135 #define ZEND_TS_INIT_SYMTABLE_EX(ht, n, persistent) \ argument
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
67 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
120 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
143 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
165 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
180 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
212 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
219 void completion_hash_free(HashTable *ht) in completion_hash_free()
226 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dcompletion_hash.cc42 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
60 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
113 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
136 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
158 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
173 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
205 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
213 void completion_hash_free(HashTable *ht) in completion_hash_free()
220 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mariadb104-server/mariadb-10.4.24/client/
H A Dcompletion_hash.cc42 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
60 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
113 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
136 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
158 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
173 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
205 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
213 void completion_hash_free(HashTable *ht) in completion_hash_free()
220 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dcompletion_hash.cc42 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
60 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
113 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
136 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
158 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
173 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
205 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
213 void completion_hash_free(HashTable *ht) in completion_hash_free()
220 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dcompletion_hash.cc42 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
60 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
113 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
136 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
158 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
173 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
205 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
213 void completion_hash_free(HashTable *ht) in completion_hash_free()
220 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dcompletion_hash.cc42 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
60 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
113 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
136 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
158 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
173 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
205 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
213 void completion_hash_free(HashTable *ht) in completion_hash_free()
220 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dcompletion_hash.cc42 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
60 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
113 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
136 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
158 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
173 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
205 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
213 void completion_hash_free(HashTable *ht) in completion_hash_free()
220 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mysql57-client/mysql-5.7.36/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
68 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
121 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
144 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
166 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
181 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
213 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
220 void completion_hash_free(HashTable *ht) in completion_hash_free()
227 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dcompletion_hash.cc49 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
67 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
120 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
143 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
165 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
180 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
212 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
219 void completion_hash_free(HashTable *ht) in completion_hash_free()
226 void add_word(HashTable *ht,char *str) in add_word()
/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dcompletion_hash.cc42 int completion_hash_init(HashTable *ht, uint nSize) in completion_hash_init()
60 int completion_hash_update(HashTable *ht, char *arKey, uint nKeyLength, in completion_hash_update()
113 static Bucket *completion_hash_find(HashTable *ht, const char *arKey, in completion_hash_find()
136 int completion_hash_exists(HashTable *ht, char *arKey, uint nKeyLength) in completion_hash_exists()
158 Bucket *find_all_matches(HashTable *ht, const char *str, uint length, in find_all_matches()
173 Bucket *find_longest_match(HashTable *ht, char *str, uint length, in find_longest_match()
205 void completion_hash_clean(HashTable *ht) in completion_hash_clean()
212 void completion_hash_free(HashTable *ht) in completion_hash_free()
219 void add_word(HashTable *ht,char *str) in add_word()
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/class/
H A Dpmix_hash_table.c81 pmix_hash_table_construct(pmix_hash_table_t* ht) in pmix_hash_table_construct()
91 pmix_hash_table_destruct(pmix_hash_table_t* ht) in pmix_hash_table_destruct()
132 pmix_hash_table_init(pmix_hash_table_t* ht, size_t table_size) in pmix_hash_table_init()
139 pmix_hash_table_remove_all(pmix_hash_table_t* ht) in pmix_hash_table_remove_all()
158 pmix_hash_grow(pmix_hash_table_t * ht) in pmix_hash_grow()
578 pmix_hash_table_get_value_ptr(pmix_hash_table_t * ht, in pmix_hash_table_get_value_ptr()
616 pmix_hash_table_set_value_ptr(pmix_hash_table_t * ht, in pmix_hash_table_set_value_ptr()
669 pmix_hash_table_remove_value_ptr(pmix_hash_table_t * ht, in pmix_hash_table_remove_value_ptr()
708 pmix_hash_table_get_next_elt(pmix_hash_table_t *ht, in pmix_hash_table_get_next_elt()
749 pmix_hash_table_get_first_key_ptr(pmix_hash_table_t * ht, in pmix_hash_table_get_first_key_ptr()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/class/
H A Dpmix_hash_table.c81 pmix_hash_table_construct(pmix_hash_table_t* ht) in pmix_hash_table_construct()
91 pmix_hash_table_destruct(pmix_hash_table_t* ht) in pmix_hash_table_destruct()
132 pmix_hash_table_init(pmix_hash_table_t* ht, size_t table_size) in pmix_hash_table_init()
139 pmix_hash_table_remove_all(pmix_hash_table_t* ht) in pmix_hash_table_remove_all()
158 pmix_hash_grow(pmix_hash_table_t * ht) in pmix_hash_grow()
578 pmix_hash_table_get_value_ptr(pmix_hash_table_t * ht, in pmix_hash_table_get_value_ptr()
616 pmix_hash_table_set_value_ptr(pmix_hash_table_t * ht, in pmix_hash_table_set_value_ptr()
669 pmix_hash_table_remove_value_ptr(pmix_hash_table_t * ht, in pmix_hash_table_remove_value_ptr()
708 pmix_hash_table_get_next_elt(pmix_hash_table_t *ht, in pmix_hash_table_get_next_elt()
749 pmix_hash_table_get_first_key_ptr(pmix_hash_table_t * ht, in pmix_hash_table_get_first_key_ptr()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dsqlite-extension-func.cc102 help_text &ht = fd.fd_help; in register_sqlite_funcs() local
123 help_text &ht = fda.fda_help; in register_sqlite_funcs() local
722 for (auto &ht : builtin_funcs) { in register_sqlite_funcs() local
792 for (auto &ht : builtin_win_funcs) { in register_sqlite_funcs() local
1081 for (auto &ht : idents) { in register_sqlite_funcs() local
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dparameter.c172 setpmcommands(Param pm, HashTable ht) in setpmcommands()
369 setpmfunctions(Param pm, HashTable ht) in setpmfunctions()
376 setpmdisfunctions(Param pm, HashTable ht) in setpmdisfunctions()
952 setpmoptions(Param pm, HashTable ht) in setpmoptions()
1518 setpmnameddirs(Param pm, HashTable ht) in setpmnameddirs()
1786 setpmraliases(Param pm, HashTable ht) in setpmraliases()
1793 setpmdisraliases(Param pm, HashTable ht) in setpmdisraliases()
1800 setpmgaliases(Param pm, HashTable ht) in setpmgaliases()
1807 setpmdisgaliases(Param pm, HashTable ht) in setpmdisgaliases()
1814 setpmsaliases(Param pm, HashTable ht) in setpmsaliases()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/util/
H A Dhash_table.c100 entry_is_deleted(const struct hash_table *ht, struct hash_entry *entry) in entry_is_deleted()
106 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present()
116 struct hash_table *ht; in _mesa_hash_table_create() local
147 _mesa_hash_table_destroy(struct hash_table *ht, in _mesa_hash_table_destroy()
174 _mesa_hash_table_set_deleted_key(struct hash_table *ht, const void *deleted_key) in _mesa_hash_table_set_deleted_key()
186 _mesa_hash_table_search(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_search()
214 _mesa_hash_table_rehash(struct hash_table *ht, int new_size_index) in _mesa_hash_table_rehash()
252 _mesa_hash_table_insert(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_insert()
316 _mesa_hash_table_remove(struct hash_table *ht, in _mesa_hash_table_remove()
334 _mesa_hash_table_next_entry(struct hash_table *ht, in _mesa_hash_table_next_entry()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/glsl-optimizer/src/util/
H A Dhash_table.c100 entry_is_deleted(const struct hash_table *ht, struct hash_entry *entry) in entry_is_deleted()
106 entry_is_present(const struct hash_table *ht, struct hash_entry *entry) in entry_is_present()
116 struct hash_table *ht; in _mesa_hash_table_create() local
147 _mesa_hash_table_destroy(struct hash_table *ht, in _mesa_hash_table_destroy()
174 _mesa_hash_table_set_deleted_key(struct hash_table *ht, const void *deleted_key) in _mesa_hash_table_set_deleted_key()
186 _mesa_hash_table_search(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_search()
214 _mesa_hash_table_rehash(struct hash_table *ht, int new_size_index) in _mesa_hash_table_rehash()
252 _mesa_hash_table_insert(struct hash_table *ht, uint32_t hash, in _mesa_hash_table_insert()
316 _mesa_hash_table_remove(struct hash_table *ht, in _mesa_hash_table_remove()
334 _mesa_hash_table_next_entry(struct hash_table *ht, in _mesa_hash_table_next_entry()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/htable/
H A Dapi.c38 ht_t* ht; in ht_api_set_cell() local
55 ht_t* ht; in ht_api_del_cell() local
71 ht_t* ht; in ht_api_set_cell_expire() local
87 ht_t* ht; in ht_api_get_cell_expire() local
100 ht_t* ht; in ht_api_get_cell_clone() local
112 ht_t* ht; in ht_api_rm_cell_re() local
134 ht_t* ht; in ht_api_count_cells_re() local

12345678910>>...307