HomeSort by: relevance | last modified time | path
    Searched defs:db3 (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/citrus/
citrus_csmapper.c 108 struct _citrus_db *db1, *db2, *db3; local in function:find_best_pivot_pvdb
141 ret = open_subdb(&db3, db1, buf);
144 if (_db_lookup_by_s(db3, dst, &r2, NULL) != 0)
158 _db_close(db3);
citrus_csmapper.c 108 struct _citrus_db *db1, *db2, *db3; local in function:find_best_pivot_pvdb
141 ret = open_subdb(&db3, db1, buf);
144 if (_db_lookup_by_s(db3, dst, &r2, NULL) != 0)
158 _db_close(db3);

Completed in 21 milliseconds