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

/macosx-10.10/apr-32/apr/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
421 memcpy(new->index_last, t->index_last, sizeof(int) * TABLE_HASH_SIZE);
449 t->index_last[hash] = i;
480 end_elt = ((apr_table_entry_t *) t->a.elts) + t->index_last[hash];
509 end_elt = ((apr_table_entry_t *) t->a.elts) + t->index_last[hash];
557 t->index_last[hash] = t->a.nelts;
581 end_elt = ((apr_table_entry_t *) t->a.elts) + t->index_last[has
[all...]

Completed in 113 milliseconds