Home
last modified time | relevance | path

Searched refs:hash_elt (Results 1 – 12 of 12) sorted by relevance

/dports/security/openvas/openvas-scanner-21.4.3/nasl/
H A Dnasl_var.c95 if (a->hash_elt == NULL) in get_var_by_name()
105 v->next_var = a->hash_elt[h]; in get_var_by_name()
107 a->hash_elt[h] = v; in get_var_by_name()
140 ctxt->ctx_vars.hash_elt = in get_var_ref_by_name()
368 if (a->hash_elt != NULL) in free_array()
372 g_free (a->hash_elt); in free_array()
373 a->hash_elt = NULL; in free_array()
1041 if (a->hash_elt != NULL) in array2str()
1291 if (a->hash_elt == NULL) in add_var_to_array()
1300 a->hash_elt[h] = v2; in add_var_to_array()
[all …]
H A Dnasl_lex_ctxt.c36 c->ctx_vars.hash_elt = g_malloc0 (sizeof (named_nasl_var *) * VAR_NAME_HASH); in init_empty_lex_ctxt()
82 for (v = c->ctx_vars.hash_elt[i]; v != NULL; v = v->next_var) in dump_ctxt()
H A Dnasl_var.h47 struct st_n_nasl_var **hash_elt; /* VAR_NAME_HASH elements */ member
H A Dnasl_misc_funcs.c386 if (a2->hash_elt != NULL) in nasl_make_list()
389 for (vn = a2->hash_elt[j]; vn != NULL; vn = vn->next_var) in nasl_make_list()
497 if (a->hash_elt != NULL) in nasl_keys()
499 for (vn = a->hash_elt[j]; vn != NULL; vn = vn->next_var) in nasl_keys()
H A Dnasl_cmd_exec.c204 if (av->hash_elt != NULL) in nasl_pread()
/dports/lang/munger/munger-5.12/
H A Dlisp.h195 struct hash_elt struct
198 struct hash_elt *next; argument
204 struct hash_elt **hash; argument
304 struct hash_elt **env;
305 struct hash_elt **syntax;
362 struct hash_elt **bookmarks;
370 struct hash_elt *make_hash_elt();
384 void mark_table( struct hash_elt **, int );
417 int remove_elt( struct hash_elt **, int, int );
419 int lookup_elt_int( struct hash_elt **, int );
[all …]
H A Dlisp.c162 struct hash_elt *make_hash_elt() in make_hash_elt()
171 hash_elt_pool = ( struct hash_elt *)memory( sizeof( struct hash_elt ) * POOL_INC ); in make_hash_elt()
274 struct hash_elt *ptr; in lookup_elt()
306 struct hash_elt *ptr; in lookup_elt_int()
338 struct hash_elt *ptr, *ptr2; in remove_elt()
384 struct hash_elt *ptr, *ptr2; in remove_id()
787 struct hash_elt **ptr; in initialize()
950 hash_elt_pool = ( struct hash_elt *)memory( sizeof( struct hash_elt ) * POOL_INC ); in initialize()
1066 struct hash_elt *ptr; in free_hash_elts()
2812 struct hash_elt **ptr, *ptr2; in mark_table()
[all …]
H A Dintrinsics.c5351 bookmarks = ( struct hash_elt **)memory( HASH_SIZE * sizeof( struct hash_elt * )); in do_open()
6370 struct hash_elt **ptr, *ptr2; in do_empty()
7530 struct hash_elt **hash; in do_table()
7536 hash = ( struct hash_elt **)memory( sizeof( struct hash_elt *) * HASH_SIZE ); in do_table()
7537 bzero( hash, HASH_SIZE * sizeof( struct hash_elt * )); in do_table()
7562 new = memory( size * sizeof( struct hash_elt * )); in resize_table()
7563 bzero( new, size * sizeof( struct hash_elt * )); in resize_table()
7731 struct hash_elt **hptr, *hptr2; in do_keys()
7782 struct hash_elt **hptr, *hptr2; in do_values()
11304 struct hash_elt **ptr, *ptr2; in adjust_bookmarks()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/class/
H A Dpmix_hash_table.c65 uint64_t (*hash_elt)(pmix_hash_element_t * elt); member
190 for (ii = (ht->ht_type_methods->hash_elt(old_elt)%new_capacity); ; ii += 1) { in pmix_hash_grow()
248 for (jj = ht->ht_type_methods->hash_elt(elt)%capacity; ; jj += 1) { in pmix_hash_table_remove_elt_at()
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/class/
H A Dpmix_hash_table.c65 uint64_t (*hash_elt)(pmix_hash_element_t * elt); member
190 for (ii = (ht->ht_type_methods->hash_elt(old_elt)%new_capacity); ; ii += 1) { in pmix_hash_grow()
248 for (jj = ht->ht_type_methods->hash_elt(elt)%capacity; ; jj += 1) { in pmix_hash_table_remove_elt_at()
/dports/net/openmpi3/openmpi-3.1.6/opal/class/
H A Dopal_hash_table.c115 uint64_t (*hash_elt)(opal_hash_element_t * elt); member
240 for (ii = (ht->ht_type_methods->hash_elt(old_elt)%new_capacity); ; ii += 1) { in opal_hash_grow()
298 for (jj = ht->ht_type_methods->hash_elt(elt)%capacity; ; jj += 1) { in opal_hash_table_remove_elt_at()
/dports/net/openmpi/openmpi-4.1.1/opal/class/
H A Dopal_hash_table.c115 uint64_t (*hash_elt)(opal_hash_element_t * elt); member
240 for (ii = (ht->ht_type_methods->hash_elt(old_elt)%new_capacity); ; ii += 1) { in opal_hash_grow()
298 for (jj = ht->ht_type_methods->hash_elt(elt)%capacity; ; jj += 1) { in opal_hash_table_remove_elt_at()