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

/dovecot/src/lib-http/
H A Dhttp-date.h7 /* Equal to http_date_parse, but writes uncompensated timestamp to tm_r. */
9 struct tm *tm_r);
H A Dhttp-date.c457 struct tm *tm_r)
466 *tm_r = *tm;
456 http_date_parse_tm(const unsigned char *data, size_t size, struct tm *tm_r) argument
/dovecot/src/lib/
H A Diso8601-date.h9 /* Equal to iso8601_date_parse, but writes uncompensated timestamp to tm_r. */
11 struct tm *tm_r, int *timezone_offset_r);
H A Diso8601-date.c236 iso8601_date_do_parse(const unsigned char *data, size_t size, struct tm *tm_r, argument
255 *tm_r = parser.tm;
270 struct tm *tm_r, int *timezone_offset_r)
274 return iso8601_date_do_parse(data, size, tm_r,
269 iso8601_date_parse_tm(const unsigned char *data, size_t size, struct tm *tm_r, int *timezone_offset_r) argument

Completed in 8 milliseconds