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

/freebsd-11-stable/contrib/apr/tables/
H A Dapr_tables.c348 * - index_last[TABLE_HASH(key)] is the offset within
353 * trying to use index_first[i] or index_last[i]!)
357 int index_last[TABLE_HASH_SIZE]; member in struct:apr_table_t
429 memcpy(new->index_last, t->index_last, sizeof(int) * TABLE_HASH_SIZE);
457 t->index_last[hash] = i;
488 end_elt = ((apr_table_entry_t *) t->a.elts) + t->index_last[hash];
517 end_elt = ((apr_table_entry_t *) t->a.elts) + t->index_last[hash];
565 t->index_last[hash] = t->a.nelts;
589 end_elt = ((apr_table_entry_t *) t->a.elts) + t->index_last[has
[all...]

Completed in 105 milliseconds