Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/mysqlnd/
H A Dmysqlnd_portability.h41 #if __STDC_VERSION__ < 199901L && !defined(atoll)
43 #define atoll atol macro
H A Dmysqlnd_wireprotocol.c1686 atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux()
1694 (uint64_t) atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-5.6/main/
H A Drfc1867.c39 # define atoll(s) _atoi64(s) macro
911 max_file_size = atoll(value);
/PHP-5.6/ext/date/
H A Dphp_date.c54 # define DATE_A64I(i, s) i = atoll(s)

Completed in 75 milliseconds