Searched defs:Timeout (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/udapl/libdat/common/
H A Dudat_api.c181 IN DAT_TIMEOUT Timeout,
190 Timeout,
179 dat_evd_wait( IN DAT_EVD_HANDLE evd_handle, IN DAT_TIMEOUT Timeout, IN DAT_COUNT Threshold, OUT DAT_EVENT *event, OUT DAT_COUNT *n_more_events) argument
/osnet-11/usr/src/cmd/sendmail/aux/
H A Dvacation.c75 static time_t Timeout = ONEWEEK; /* timeout between notices per user */ variable
181 Timeout = convtime(++p, 'w');
712 if (then + Timeout < now)
/osnet-11/usr/src/lib/libsqlite/src/
H A Dmain.c869 void *Timeout, /* Maximum amount of time to wait */
879 int timeout = (int)(long)Timeout;
896 int timeout = (int)(long)Timeout;
868 sqliteDefaultBusyCallback( void *Timeout, const char *NotUsed, int count ) argument

Completed in 49 milliseconds