/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | testfmt.c | 80 apr_int64_t var = 0; in int64_t_fmt() 113 apr_int64_t i = APR_INT64_C(-42); in more_int64_fmts() 114 apr_int64_t ibig = APR_INT64_C(-314159265358979323); in more_int64_fmts()
|
D | testtime.c | 128 apr_int64_t hr_off_64; in test_exp_get_gmt() 137 hr_off_64 = (apr_int64_t) xt.tm_gmtoff * APR_USEC_PER_SEC; in test_exp_get_gmt() 146 apr_int64_t hr_off_64; in test_exp_get_lt() 155 hr_off_64 = (apr_int64_t) xt.tm_gmtoff * APR_USEC_PER_SEC; in test_exp_get_lt()
|
D | teststr.c | 190 apr_int64_t result; in string_strtoi64() 245 apr_int64_t result; in string_strtoi64()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/test/ |
D | testfmt.c | 80 apr_int64_t var = 0; in int64_t_fmt() 113 apr_int64_t i = APR_INT64_C(-42); in more_int64_fmts() 114 apr_int64_t ibig = APR_INT64_C(-314159265358979323); in more_int64_fmts()
|
D | testtime.c | 128 apr_int64_t hr_off_64; in test_exp_get_gmt() 137 hr_off_64 = (apr_int64_t) xt.tm_gmtoff * APR_USEC_PER_SEC; in test_exp_get_gmt() 146 apr_int64_t hr_off_64; in test_exp_get_lt() 155 hr_off_64 = (apr_int64_t) xt.tm_gmtoff * APR_USEC_PER_SEC; in test_exp_get_lt()
|
D | teststr.c | 190 apr_int64_t result; in string_strtoi64() 245 apr_int64_t result; in string_strtoi64()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/strings/ |
D | apr_strings.c | 244 APR_DECLARE(apr_int64_t) apr_strtoi64(const char *nptr, char **endptr, int base) in apr_strtoi64() 251 apr_int64_t acc; in apr_strtoi64() 252 apr_int64_t val; in apr_strtoi64() 355 APR_DECLARE(apr_int64_t) apr_atoi64(const char *buf) in apr_atoi64()
|
D | apr_snprintf.c | 373 static char *conv_10_quad(apr_int64_t num, register int is_unsigned, in conv_10_quad() 405 apr_int64_t t = num + 1; in conv_10_quad() 500 case sizeof(apr_int64_t): in conv_os_thread_t() 671 case sizeof(apr_int64_t): in conv_os_thread_t_hex() 704 apr_int64_t i_quad = 0; in apr_vformatter() 895 i_quad = va_arg(ap, apr_int64_t); in apr_vformatter() 1095 *(va_arg(ap, apr_int64_t *)) = cc; in apr_vformatter()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/strings/ |
D | apr_strings.c | 244 APR_DECLARE(apr_int64_t) apr_strtoi64(const char *nptr, char **endptr, int base) in apr_strtoi64() 251 apr_int64_t acc; in apr_strtoi64() 252 apr_int64_t val; in apr_strtoi64() 355 APR_DECLARE(apr_int64_t) apr_atoi64(const char *buf) in apr_atoi64()
|
D | apr_snprintf.c | 373 static char *conv_10_quad(apr_int64_t num, register int is_unsigned, in conv_10_quad() 405 apr_int64_t t = num + 1; in conv_10_quad() 500 case sizeof(apr_int64_t): in conv_os_thread_t() 671 case sizeof(apr_int64_t): in conv_os_thread_t_hex() 704 apr_int64_t i_quad = 0; in apr_vformatter() 895 i_quad = va_arg(ap, apr_int64_t); in apr_vformatter() 1095 *(va_arg(ap, apr_int64_t *)) = cc; in apr_vformatter()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_strings.h | 353 APR_DECLARE(apr_int64_t) apr_strtoi64(const char *buf, char **end, int base); 362 APR_DECLARE(apr_int64_t) apr_atoi64(const char *buf);
|
D | apr_time.h | 46 typedef apr_int64_t apr_time_t; 56 typedef apr_int64_t apr_interval_time_t;
|
D | apr.h | 339 typedef long apr_int64_t; typedef 345 typedef long long apr_int64_t; typedef 352 typedef long long apr_int64_t; typedef
|
/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_strings.h | 353 APR_DECLARE(apr_int64_t) apr_strtoi64(const char *buf, char **end, int base); 362 APR_DECLARE(apr_int64_t) apr_atoi64(const char *buf);
|
D | apr_time.h | 46 typedef apr_int64_t apr_time_t; 56 typedef apr_int64_t apr_interval_time_t;
|
D | apr.h | 339 typedef long apr_int64_t; typedef 345 typedef long long apr_int64_t; typedef 352 typedef long long apr_int64_t; typedef
|
D | apr.h.in | 339 typedef long apr_int64_t; typedef 345 typedef long long apr_int64_t; typedef 352 typedef @long_value@ apr_int64_t; typedef
|
/external/cronet/stable/third_party/apache-portable-runtime/src/misc/win32/ |
D | utf8.c | 76 apr_int64_t newch, mask; in apr_conv_utf8_to_ucs2() 187 apr_int64_t newch, require; in apr_conv_ucs2_to_utf8()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/misc/win32/ |
D | utf8.c | 76 apr_int64_t newch, mask; in apr_conv_utf8_to_ucs2() 187 apr_int64_t newch, require; in apr_conv_ucs2_to_utf8()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/mmap/unix/ |
D | mmap.c | 91 if ((apr_int64_t)offset + size > INT_MAX) in apr_mmap_create()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/mmap/unix/ |
D | mmap.c | 91 if ((apr_int64_t)offset + size > INT_MAX) in apr_mmap_create()
|
/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/unix/ |
D | readwrite.c | 162 apr_int64_t offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_write() 245 apr_int64_t offset = thefile->filePtr - thefile->dataRead + in apr_file_writev()
|
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/unix/ |
D | readwrite.c | 162 apr_int64_t offset = thefile->filePtr - thefile->dataRead + thefile->bufpos; in apr_file_write() 245 apr_int64_t offset = thefile->filePtr - thefile->dataRead + in apr_file_writev()
|
/external/cronet/tot/third_party/apache-portable-runtime/ |
D | diff.patch | 58 - typedef long apr_int64_t; 60 + typedef long long apr_int64_t;
|
/external/cronet/stable/third_party/apache-portable-runtime/ |
D | diff.patch | 58 - typedef long apr_int64_t; 60 + typedef long long apr_int64_t;
|