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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libmsrpc/
H A Dlibmsrpc.c249 void cac_InitCacTime( CacTime * cactime, NTTIME nttime ) argument
254 if ( !cactime )
257 ZERO_STRUCTP( cactime );
277 cactime->days = sec / ( 60 * 60 * 24 );
278 cactime->hours =
279 ( sec - ( cactime->days * 60 * 60 * 24 ) ) / ( 60 * 60 );
280 cactime->minutes =
281 ( sec - ( cactime->days * 60 * 60 * 24 ) -
282 ( cactime->hours * 60 * 60 ) ) / 60;
283 cactime
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dlibmsrpc.h506 void cac_InitCacTime(CacTime *cactime, NTTIME nttime);

Completed in 77 milliseconds