Searched refs:atoll (Results 1 – 10 of 10) sorted by relevance
/PHP-7.3/ext/date/ |
H A D | config0.m4 | 9 dnl Check for strtoll, atoll 10 AC_CHECK_FUNCS(strtoll atoll)
|
H A D | php_date.c | 57 # define DATE_A64I(i, s) i = atoll(s)
|
/PHP-7.3/Zend/ |
H A D | zend_long.h | 76 # define ZEND_ATOL(i, s) (i) = atoll((s))
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd_portability.h | 41 #if __STDC_VERSION__ < 199901L && !defined(atoll) 43 #define atoll atol macro
|
H A D | mysqlnd_wireprotocol.c | 1606 atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux() 1614 (uint64_t) atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux()
|
/PHP-7.3/main/ |
H A D | rfc1867.c | 37 # define atoll(s) _atoi64(s) macro 917 max_file_size = atoll(value);
|
/PHP-7.3/ext/date/lib/ |
H A D | parse_iso_intervals.re | 34 # define strtoll(s, f, b) atoll(s)
|
H A D | parse_iso_intervals.c | 36 # define strtoll(s, f, b) atoll(s)
|
H A D | parse_date.re | 37 # define strtoll(s, f, b) atoll(s)
|
H A D | parse_date.c | 39 # define strtoll(s, f, b) atoll(s)
|
Completed in 74 milliseconds