Searched defs:fst (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_index.cc204 db_index_entry_p fst = tab[bucket ]; local
206 if (fst != NULL)
207 ret = fst->lookup(case_insens, hval,
232 register db_index_entry *fst; local
246 fst = tab[bucket];
247 if (fst == NULL)
249 else if (fst->remove(&tab[bucket], case_insens, hval, index_value,
280 db_index_entry_p fst, newbucket; local
283 fst = tab[bucket];
284 if (fst
[all...]
H A Ddb_index_entry.cc191 db_index_entry_p fst, prev, curr; local
194 for (fst = this; fst != NULL; fst = fst->next) {
195 if ((fst->hashval == hval) && (fst->key->equal(i, casein))) {
204 if (fst != NULL) {
205 prev = fst;
206 for (curr = fst
[all...]
H A Ddb_dictionary.cc499 db_table_desc_p fst = dd->tables.tables_val[bucket]; local
501 if (fst != NULL)
502 return (search_bucket(fst, hval, target));
518 register db_table_desc *fst; local
526 fst = dd->tables.tables_val[bucket];
527 if (fst == NULL)
529 if (remove_from_bucket(fst, &dd->tables.tables_val[bucket],
572 db_table_desc_p fst; local
575 fst = dd->tables.tables_val[bucket];
577 if (fst
[all...]

Completed in 62 milliseconds