Searched refs:seconds_buf (Results 1 – 4 of 4) 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);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 10222 char seconds_buf[14]; in end_duration_base() local 10238 memset(seconds_buf, 0, 14); in end_duration_base() 10248 memcpy(seconds_buf, buf, fraction_start); in end_duration_base() 10249 seconds = strtol(seconds_buf, &end, 10); in end_duration_base() 10250 if (errno == ERANGE || end != seconds_buf + fraction_start) { in end_duration_base() 10252 seconds_buf); in end_duration_base()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 14055 char seconds_buf[14]; in end_duration_base() local 14071 memset(seconds_buf, 0, 14); in end_duration_base() 14081 memcpy(seconds_buf, buf, fraction_start); in end_duration_base() 14082 seconds = strtol(seconds_buf, &end, 10); in end_duration_base() 14083 if (errno == ERANGE || end != seconds_buf + fraction_start) { in end_duration_base() 14085 seconds_buf); in end_duration_base()
|