Searched refs:atoll (Results 1 – 8 of 8) sorted by relevance
4 dnl Check for strtoll, atoll5 AC_CHECK_FUNCS(strtoll atoll)
76 # define ZEND_ATOL(s) atoll((s))
36 #if __STDC_VERSION__ < 199901L && !defined(atoll)38 #define atoll atol macro
1619 atoll((char *) p); in php_mysqlnd_rowp_read_text_protocol()
34 # define strtoll(s, f, b) atoll(s)
36 # define strtoll(s, f, b) atoll(s)
38 # define strtoll(s, f, b) atoll(s)
40 # define strtoll(s, f, b) atoll(s)
Completed in 102 milliseconds