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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c219 static long to_hint = -1; local
231 if (!force && to_hint > 0 && t < to_hint)
233 to_hint = -1;
266 } else if ((to_hint > 0 && to_hint > to) ||
267 to_hint == -1)
268 to_hint = to;
283 } else if ((to_hint > 0 && to_hint > t
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp211 static long to_hint = -1; local
223 if (!force && to_hint > 0 && t < to_hint)
225 to_hint = -1;
257 } else if ((to_hint > 0 && to_hint > to) ||
258 to_hint == -1)
259 to_hint = to;
274 } else if ((to_hint > 0 && to_hint > t
[all...]

Completed in 77 milliseconds