Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/apr/tables/
HDapr_tables.c298 #define TABLE_HASH(key) (TABLE_INDEX_MASK & *(unsigned char *)(key)) macro
456 hash = TABLE_HASH(next_elt->key); in table_reindex()
482 hash = TABLE_HASH(key); in apr_table_get()
510 hash = TABLE_HASH(key); in apr_table_set()
582 hash = TABLE_HASH(key); in apr_table_setn()
653 hash = TABLE_HASH(key); in apr_table_unset()
707 hash = TABLE_HASH(key); in apr_table_merge()
762 hash = TABLE_HASH(key); in apr_table_mergen()
797 hash = TABLE_HASH(key); in apr_table_add()
830 hash = TABLE_HASH(key); in apr_table_addn()
[all …]