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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dtime.c119 exploded_time.tm_usec);
159 exploded_time.tm_usec = (apr_int32_t) svn__strtoul(c, &c);
188 &exploded_time.tm_usec,
H A Ddate.c78 { 'u', DIGITS, MICRO, APR_OFFSETOF(match_state, base.tm_usec) },
H A Dx509parse.c497 if (xt.tm_usec < 0 ||
/freebsd-11-stable/contrib/apr/include/
H A Dapr_time.h94 * - tm_usec isn't an ANSI field
99 apr_int32_t tm_usec; member in struct:apr_time_exp_t
/freebsd-11-stable/contrib/apr/time/unix/
H A Dtime.c86 xt->tm_usec = t % APR_USEC_PER_SEC;
163 *t = days * APR_USEC_PER_SEC + xt->tm_usec;
/freebsd-11-stable/contrib/apr-util/misc/
H A Dapr_date.c266 /* ap_mplode_time uses tm_usec and tm_gmtoff fields, but they haven't
269 * tm_usec is the number of microseconds into the second. HTTP only
275 ds.tm_usec = 0;
626 /* apr_time_exp_get uses tm_usec field, but it hasn't been set yet.
628 * tm_usec is the number of microseconds into the second. HTTP only
631 ds.tm_usec = 0;
/freebsd-11-stable/contrib/serf/buckets/
H A Dbuckets.c580 tm.tm_hour, tm.tm_min, tm.tm_sec, tm.tm_usec,

Completed in 386 milliseconds