Home
last modified time | relevance | path

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

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

Completed in 54 milliseconds