Searched refs:lastrun (Results 26 - 39 of 39) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/nmbd/
H A Dnmbd_elections.c130 static time_t lastrun=0; local
134 if (!lastrun)
135 lastrun = t;
137 if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60)))
140 lastrun = t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/nmbd/
H A Dnmbd.c160 static time_t lastrun = 0; local
162 if ( !lastrun )
163 lastrun = t;
164 if ( t < (lastrun + 5) )
166 lastrun = t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/nmbd/
H A Dnmbd.c124 static time_t lastrun = 0; local
126 if ( !lastrun )
127 lastrun = t;
128 if ( t < (lastrun + 5) )
130 lastrun = t;
H A Dnmbd_elections.c130 static time_t lastrun=0; local
134 if (!lastrun)
135 lastrun = t;
137 if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60)))
140 lastrun = t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/nmbd/
H A Dnmbd.c160 static time_t lastrun = 0; local
162 if ( !lastrun )
163 lastrun = t;
164 if ( t < (lastrun + 5) )
166 lastrun = t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/nmbd/
H A Dnmbd.c124 static time_t lastrun = 0; local
126 if ( !lastrun )
127 lastrun = t;
128 if ( t < (lastrun + 5) )
130 lastrun = t;
H A Dnmbd_elections.c130 static time_t lastrun=0; local
134 if (!lastrun)
135 lastrun = t;
137 if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60)))
140 lastrun = t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/nmbd/
H A Dnmbd.c160 static time_t lastrun = 0; local
162 if ( !lastrun )
163 lastrun = t;
164 if ( t < (lastrun + 5) )
166 lastrun = t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/nmbd/
H A Dnmbd.c183 static time_t lastrun = 0; local
185 if ( !lastrun )
186 lastrun = t;
187 if ( t < (lastrun + 5) )
189 lastrun = t;
H A Dnmbd_elections.c129 static time_t lastrun=0; local
133 if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60)))
136 lastrun = t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/nmbd/
H A Dnmbd.c183 static time_t lastrun = 0; local
185 if ( !lastrun )
186 lastrun = t;
187 if ( t < (lastrun + 5) )
189 lastrun = t;
H A Dnmbd_elections.c129 static time_t lastrun=0; local
133 if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60)))
136 lastrun = t;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/nmbd/
H A Dnmbd.c183 static time_t lastrun = 0; local
185 if ( !lastrun )
186 lastrun = t;
187 if ( t < (lastrun + 5) )
189 lastrun = t;
H A Dnmbd_elections.c129 static time_t lastrun=0; local
133 if (t < (lastrun + (CHECK_TIME_MST_BROWSE * 60)))
136 lastrun = t;

Completed in 221 milliseconds

12