Home
last modified time | relevance | path

Searched refs:strtoll (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.re42 # define strtoll(s, f, b) _atoi64(s)
45 # define strtoll(s, f, b) atoll(s)
47 # define strtoll(s, f, b) strtol(s, f, b)
157 tmp_nr = strtoll(str, NULL, 10);
H A Dparse_iso_intervals.c44 # define strtoll(s, f, b) _atoi64(s) macro
47 # define strtoll(s, f, b) atoll(s) macro
49 # define strtoll(s, f, b) strtol(s, f, b) macro
159 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
H A Dparse_date.re44 # define strtoll(s, f, b) _atoi64(s)
47 # define strtoll(s, f, b) atoll(s)
49 # define strtoll(s, f, b) strtol(s, f, b)
475 tmp_nr = strtoll(str, NULL, 10);
H A Dparse_date.c46 # define strtoll(s, f, b) _atoi64(s) macro
49 # define strtoll(s, f, b) atoll(s) macro
51 # define strtoll(s, f, b) strtol(s, f, b) macro
477 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
/PHP-7.0/Zend/
H A Dzend_long.h79 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base))
81 # define ZEND_STRTOL_PTR strtoll
/PHP-7.0/main/
H A Drfc1867.c918 max_file_size = strtoll(value, NULL, 10);
/PHP-7.0/
H A DUPGRADING.INTERNALS113 strtol, strtoll, _strtoi64 ZEND_STRTOL for use with zend_long
/PHP-7.0/sapi/litespeed/
H A Dlsapilib.c1003 pReq->m_reqBodyLen = strtoll( pContentLen, NULL, 10 ); in parseContentLenFromHeader()
/PHP-7.0/ext/date/
H A Dphp_date.c56 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10)
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog2229 comment: "Figure out how to create a longlong from a string: strtoll and
2230 equivalent. It's not enough to call AC_CHECK_FUNCS: hpux has a strtoll, for
2619 done by checking for the strtoq, strtoll, and _strtoi64 functions.
2937 7. Added macro for snprintf to pcrecpp_unittest.cc and also for strtoll and

Completed in 90 milliseconds