Searched refs:seconds_buf (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 1465 char seconds_buf[14]; in end_duration_base() local 1481 memset(seconds_buf, 0, 14); in end_duration_base() 1491 memcpy(seconds_buf, buf, fraction_start); in end_duration_base() 1492 seconds = strtol(seconds_buf, &end, 10); in end_duration_base() 1493 if (errno == ERANGE || end != seconds_buf + fraction_start) { in end_duration_base() 1495 seconds_buf); in end_duration_base()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 1463 char seconds_buf[14]; 1479 memset(seconds_buf, 0, 14); 1489 memcpy(seconds_buf, buf, fraction_start); 1490 seconds = strtol(seconds_buf, &end, 10); 1491 if (errno == ERANGE || end != seconds_buf + fraction_start) { 1493 seconds_buf);
|