Home
last modified time | relevance | path

Searched refs:strtoll (Results 1 – 10 of 10) sorted by relevance

/PHP-7.2/ext/date/
H A Dconfig0.m410 dnl Check for strtoll, atoll
11 AC_CHECK_FUNCS(strtoll atoll)
H A Dphp_date.c61 # define DATE_A64I(i, s) i = strtoll(s, NULL, 10)
/PHP-7.2/Zend/
H A Dzend_long.h80 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base))
82 # define ZEND_STRTOL_PTR strtoll
/PHP-7.2/ext/date/lib/
H A Dparse_iso_intervals.re33 # define strtoll(s, f, b) _atoi64(s)
36 # define strtoll(s, f, b) atoll(s)
38 # define strtoll(s, f, b) strtol(s, f, b)
128 tmp_nr = strtoll(str, NULL, 10);
H A Dparse_iso_intervals.c35 # define strtoll(s, f, b) _atoi64(s) macro
38 # define strtoll(s, f, b) atoll(s) macro
40 # define strtoll(s, f, b) strtol(s, f, b) macro
130 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
H A Dparse_date.re35 # define strtoll(s, f, b) _atoi64(s)
38 # define strtoll(s, f, b) atoll(s)
40 # define strtoll(s, f, b) strtol(s, f, b)
469 tmp_nr = strtoll(str, NULL, 10);
H A Dparse_date.c37 # define strtoll(s, f, b) _atoi64(s) macro
40 # define strtoll(s, f, b) atoll(s) macro
42 # define strtoll(s, f, b) strtol(s, f, b) macro
471 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
/PHP-7.2/main/
H A Drfc1867.c921 max_file_size = strtoll(value, NULL, 10);
/PHP-7.2/sapi/litespeed/
H A Dlsapilib.c1187 pReq->m_reqBodyLen = strtoll( pContentLen, NULL, 10 ); in parseContentLenFromHeader()
/PHP-7.2/ext/pcre/pcrelib/
H A DChangeLog2415 comment: "Figure out how to create a longlong from a string: strtoll and
2416 equivalent. It's not enough to call AC_CHECK_FUNCS: hpux has a strtoll, for
2805 done by checking for the strtoq, strtoll, and _strtoi64 functions.
3123 7. Added macro for snprintf to pcrecpp_unittest.cc and also for strtoll and

Completed in 241 milliseconds