Searched refs:TABLE_HASH_SIZE (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c296 #define TABLE_HASH_SIZE 32 macro
356 int index_first[TABLE_HASH_SIZE];
357 int index_last[TABLE_HASH_SIZE];
428 memcpy(new->index_first, t->index_first, sizeof(int) * TABLE_HASH_SIZE);
429 memcpy(new->index_last, t->index_last, sizeof(int) * TABLE_HASH_SIZE);
1215 memcpy(t->index_first,s->index_first,sizeof(int) * TABLE_HASH_SIZE);
1216 memcpy(t->index_last, s->index_last, sizeof(int) * TABLE_HASH_SIZE);
1221 for (idx = 0; idx < TABLE_HASH_SIZE; ++idx) {

Completed in 62 milliseconds