Home
last modified time | relevance | path

Searched refs:next_db (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dformatdb.c603 CharPtr next_db = NULL, file_inputs = NULL, orig_ptr = NULL, tmp = NULL; in Main() local
637 tmp = StringTokMT(file_inputs, DELIM, &next_db); in Main()
638 if (next_db) { in Main()
655 } while ((tmp = StringTokMT(next_db, DELIM, &next_db))); in Main()
678 options->db_file = StringTokMT(options->db_file, DELIM, &next_db); in Main()
995 options->db_file = StringTokMT(next_db, DELIM, &next_db); in Main()
/dports/databases/redis6/redis-6.0.16/src/
H A Devict.c473 static unsigned int next_db = 0; in freeMemoryIfNeeded() local
541 j = (++next_db) % server.dbnum; in freeMemoryIfNeeded()
/dports/databases/redis5/redis-5.0.14/src/
H A Devict.c471 static unsigned int next_db = 0; in freeMemoryIfNeeded() local
539 j = (++next_db) % server.dbnum; in freeMemoryIfNeeded()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Devict.c565 static unsigned int next_db = 0; in performEvictions() local
633 j = (++next_db) % server.dbnum; in performEvictions()
/dports/security/nmap/nmap-7.91/scripts/
H A Dwhois-ip.nse196 while tracking.next_db do
199 tracking.this_db, tracking.next_db = tracking.next_db, nil
259 --next_db should always be nil when calling this
260 if tracking.next_db then return tracking end
267 if in_cache and not tracking.next_db then
273 elseif in_cache and tracking.next_db then
276 if tracking.next_db ~= tracking.this_db then
284 tracking.next_db = nil
305 … if tracking.next_db and not table.concat( tracking.completed, " " ):match( tracking.next_db ) then
318 tracking.next_db = db
[all …]