Home
last modified time | relevance | path

Searched refs:atoll (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/date/
H A Dconfig0.m410 dnl Check for strtoll, atoll
11 AC_CHECK_FUNCS(strtoll atoll)
H A Dphp_date.c59 # define DATE_A64I(i, s) i = atoll(s)
/PHP-7.2/Zend/
H A Dzend_long.h79 # define ZEND_ATOL(i, s) (i) = atoll((s))
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_portability.h41 #if __STDC_VERSION__ < 199901L && !defined(atoll)
43 #define atoll atol macro
H A Dmysqlnd_wireprotocol.c1714 atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux()
1722 (uint64_t) atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.2/main/
H A Drfc1867.c39 # define atoll(s) _atoi64(s) macro
919 max_file_size = atoll(value);
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re36 # define strtoll(s, f, b) atoll(s)
H A Dparse_iso_intervals.c38 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.re38 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.c40 # define strtoll(s, f, b) atoll(s)

Completed in 168 milliseconds