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

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtimemac.c70 totalOffset = et->tm_params.tp_gmt_offset + et->tm_params.tp_dst_offset;
122 if (et.tm_params.tp_gmt_offset || et.tm_params.tp_dst_offset) {
143 et.tm_params.tp_gmt_offset, et.tm_params.tp_dst_offset);
H A Dtimetest.c82 totalOffset = et->tm_params.tp_gmt_offset + et->tm_params.tp_dst_offset;
113 et1->tm_params.tp_gmt_offset == et2->tm_params.tp_gmt_offset &&
114 et1->tm_params.tp_dst_offset == et2->tm_params.tp_dst_offset) {
145 totalOffset = et.tm_params.tp_gmt_offset + et.tm_params.tp_dst_offset;
256 if (et.tm_params.tp_gmt_offset || et.tm_params
[all...]
H A Dy2k.c92 totalOffset = et->tm_params.tp_gmt_offset + et->tm_params.tp_dst_offset;
115 et->tm_params.tp_gmt_offset,
116 et->tm_params.tp_dst_offset);
132 et1->tm_params.tp_gmt_offset == et2->tm_params.tp_gmt_offset &&
133 et1->tm_params.tp_dst_offset == et2->tm_params.tp_dst_offset) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c210 gmt->tm_params.tp_gmt_offset = 0;
211 gmt->tm_params.tp_dst_offset = 0;
233 exploded->tm_params = params(exploded);
234 ApplySecOffset(exploded, exploded->tm_params.tp_gmt_offset
235 + exploded->tm_params.tp_dst_offset);
301 LL_I2L(temp, copy.tm_params.tp_gmt_offset);
303 LL_I2L(temp, copy.tm_params.tp_dst_offset);
411 time->tm_sec -= time->tm_params.tp_gmt_offset
412 + time->tm_params.tp_dst_offset;
413 time->tm_params
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtime.h111 * offsets from the GMT must be saved in the 'tm_params' field so that
117 * - replacing tm_isdst by tm_params;
145 PRTimeParameters tm_params; /* time parameters used by conversion */ member in struct:PRExplodedTime
155 * tm_params contains all 0's.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw95io.c623 etm.tm_params.tp_gmt_offset = 0;
624 etm.tm_params.tp_dst_offset = 0;
H A Dntio.c2876 etm.tm_params.tp_gmt_offset = 0;
2877 etm.tm_params.tp_dst_offset = 0;

Completed in 1290 milliseconds