Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/
H A Dconfig0.m44 dnl Check for strtoll, atoll
5 AC_CHECK_FUNCS(strtoll atoll)
/PHP-8.1/Zend/
H A Dzend_long.h76 # define ZEND_ATOL(s) atoll((s))
/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_portability.h36 #if __STDC_VERSION__ < 199901L && !defined(atoll)
38 #define atoll atol macro
H A Dmysqlnd_wireprotocol.c1619 atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol()
/PHP-8.1/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.re38 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.c40 # define strtoll(s, f, b) atoll(s)

Completed in 51 milliseconds