Home
last modified time | relevance | path

Searched refs:EXPTIME_TO_POSITIVE_TIME (Results 1 – 2 of 2) sorted by relevance

/dports/databases/memcached/memcached-1.6.12/
H A Dproto_text.c557 exptime = realtime(EXPTIME_TO_POSITIVE_TIME(exptime_int)); in process_get_command()
952 of->autoviv_exptime = realtime(EXPTIME_TO_POSITIVE_TIME(tmp_int)); in _meta_flag_preparse()
961 of->exptime = realtime(EXPTIME_TO_POSITIVE_TIME(tmp_int)); in _meta_flag_preparse()
971 of->recache_time = realtime(EXPTIME_TO_POSITIVE_TIME(tmp_int)); in _meta_flag_preparse()
1933 exptime = realtime(EXPTIME_TO_POSITIVE_TIME(exptime_int)); in process_update_command()
2024 exptime = realtime(EXPTIME_TO_POSITIVE_TIME(exptime_int)); in process_touch_command()
H A Dmemcached.h961 #define EXPTIME_TO_POSITIVE_TIME(exptime) (exptime < 0) ? \ macro