Lines Matching full:expiration
42 /* expiration time is expired */
86 uint32_t expiration; member
712 client_data->expiration = time(0) + INITIATION_TIMEOUT; in create_client()
743 * Purpose: change the expiration time of a client in the database
748 * exp (r) the new expiration time
752 * client_data->expiration = exp
755 * its expiration time, and re-add it, which was necessary because the
756 * database was sorted by expiration time so a simple modification
764 client_data->expiration = exp; in client_expire()
887 (void *) client_data, client_data->expiration)); in dump_db()
908 if (client_data->expiration < time(0)) { in clean_client()