Home | History | Annotate | Download | only in qtools

Lines Matching refs:table_

35     entry_type   **table_;
55 table_ = new entry_type*[size_];
57 table_[ii] = NULL;
72 for (ptr = table_[ii]; ptr; ptr = next) {
78 delete[] table_;
103 for (entry_type *ptr = table_[pos]; ptr; ptr = ptr->next) {
119 ptr->next = table_[pos];
120 table_[pos] = ptr;
134 for (entry_type *ptr = table_[pos]; ptr; prev = ptr, ptr = ptr->next) {
137 table_[pos] = ptr->next;
156 for (entry_type *ptr = table_[pos]; ptr; ptr = ptr->next) {
170 if (table_[current_index_])
179 current_ptr_ = table_[current_index_];
201 if (table_[current_index_])
214 current_ptr_ = table_[current_index_];