Lines Matching defs:seconds
10412 int64_t seconds = 0;
10415 const char *seconds_membername = "seconds";
10436 seconds = strtol(seconds_buf, &end, 10);
10443 if (seconds > 315576000000) {
10450 if (seconds < -315576000000) {
10468 if (seconds < 0) nanos = -nanos;
10473 /* Set seconds */
10478 upb_sink_putint64(p->top->sink, parser_getsel(p), seconds);
10681 int64_t seconds;
10682 const char *seconds_membername = "seconds";
10704 seconds = upb_timegm(&p->tm);
10707 if (seconds < -62135596800) {
10717 /* Set seconds */
10722 upb_sink_putint64(p->top->sink, parser_getsel(p), seconds);
12429 /* To print timestamp, printer needs to cache its seconds and nanos values
12432 int64_t seconds;
13118 int64_t seconds) {
13120 p->seconds = seconds;
13252 if (p->seconds < -315576000000) {
13259 if (p->seconds > 315576000000) {
13266 _upb_snprintf(buffer, sizeof(buffer), "%ld", (long)p->seconds);
13284 p->seconds = 0;
13316 time_t time = p->seconds;
13322 if (p->seconds < -62135596800) {
13329 if (p->seconds > 253402300799) {
13358 p->seconds = 0;
13773 p->seconds = 0;