Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/lexbor/lexbor/core/
H A Dhash.c190 uint32_t hash_id, table_idx; in lexbor_hash_insert() local
194 table_idx = hash_id % hash->table_size; in lexbor_hash_insert()
196 entry = hash->table[table_idx]; in lexbor_hash_insert()
200 hash->table[table_idx] = entry; in lexbor_hash_insert()
231 uint32_t hash_id, table_idx; in lexbor_hash_insert_by_entry() local
235 table_idx = hash_id % hash->table_size; in lexbor_hash_insert_by_entry()
237 item = hash->table[table_idx]; in lexbor_hash_insert_by_entry()
240 hash->table[table_idx] = entry; in lexbor_hash_insert_by_entry()
286 uint32_t table_idx; in lexbor_hash_remove_by_hash_id() local
290 table_idx = hash_id % hash->table_size; in lexbor_hash_remove_by_hash_id()
[all …]

Completed in 9 milliseconds