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

/dovecot/src/config/
H A Dconfig-request.c80 static void config_export_time_msecs(string_t *str, unsigned int stamp_msecs) argument
82 if ((stamp_msecs % 1000) == 0)
83 config_export_time(str, stamp_msecs/1000);
85 str_printfa(str, "%u ms", stamp_msecs);

Completed in 16 milliseconds