Home
last modified time | relevance | path

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

/PHP-5.3/ext/date/lib/
H A Dtimelib.m479 dnl Check for strtoll, atoll
80 AC_CHECK_FUNCS(strtoll atoll strftime)
H A Dparse_iso_intervals.re39 # define strtoll(s, f, b) atoll(s)
H A Dparse_iso_intervals.c41 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.re41 # define strtoll(s, f, b) atoll(s)
H A Dparse_date.c43 # define strtoll(s, f, b) atoll(s)
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_portability.h43 #if __STDC_VERSION__ < 199901L && !defined(atoll)
45 #define atoll atol macro
H A Dmysqlnd_wireprotocol.c1397 atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol()
1405 (uint64_t) atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol()
/PHP-5.3/ext/date/
H A Dphp_date.c53 # define DATE_A64I(i, s) i = atoll(s)

Completed in 64 milliseconds