Home
last modified time | relevance | path

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

/PHP-7.0/ext/date/lib/
H A Dtimelib.m479 dnl Check for strtoll, atoll
80 AC_CHECK_FUNCS(strtoll atoll strftime)
H A Dparse_iso_intervals.re45 # define strtoll(s, f, b) atoll(s)
H A Dparse_iso_intervals.c47 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.re47 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.c49 # define strtoll(s, f, b) atoll(s)
/PHP-7.0/Zend/
H A Dzend_long.h78 # define ZEND_ATOL(i, s) (i) = atoll((s))
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_portability.h41 #if __STDC_VERSION__ < 199901L && !defined(atoll)
43 #define atoll atol macro
H A Dmysqlnd_wireprotocol.c1688 atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux()
1696 (uint64_t) atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-7.0/main/
H A Drfc1867.c39 # define atoll(s) _atoi64(s) macro
916 max_file_size = atoll(value);
/PHP-7.0/
H A DUPGRADING.INTERNALS112 atol, atoll, _atoi64 ZEND_ATOL for use with zend_long
/PHP-7.0/ext/date/
H A Dphp_date.c54 # define DATE_A64I(i, s) i = atoll(s)

Completed in 122 milliseconds