Home
last modified time | relevance | path

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

/PHP-7.3/ext/date/
H A Dconfig0.m49 dnl Check for strtoll, atoll
10 AC_CHECK_FUNCS(strtoll atoll)
H A Dphp_date.c57 # define DATE_A64I(i, s) i = atoll(s)
/PHP-7.3/Zend/
H A Dzend_long.h76 # define ZEND_ATOL(i, s) (i) = atoll((s))
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_portability.h41 #if __STDC_VERSION__ < 199901L && !defined(atoll)
43 #define atoll atol macro
H A Dmysqlnd_wireprotocol.c1606 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 Drfc1867.c37 # define atoll(s) _atoi64(s) macro
917 max_file_size = atoll(value);
/PHP-7.3/ext/date/lib/
H A Dparse_iso_intervals.re34 # define strtoll(s, f, b) atoll(s)
H A Dparse_iso_intervals.c36 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.re37 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.c39 # define strtoll(s, f, b) atoll(s)

Completed in 70 milliseconds