Home
last modified time | relevance | path

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

/PHP-8.3/ext/date/
H A Dconfig0.m44 dnl Check for strtoll, atoll
5 AC_CHECK_FUNCS(strtoll atoll)
H A Dphp_date.c55 #define DATE_A64I(i, s) i = strtoll(s, NULL, 10)
/PHP-8.3/Zend/
H A Dzend_long.h78 # define ZEND_STRTOL(s0, s1, base) strtoll((s0), (s1), (base))
80 # define ZEND_STRTOL_PTR strtoll
/PHP-8.3/ext/date/lib/
H A Dparse_iso_intervals.re31 # define strtoll(s, f, b) _atoi64(s)
34 # define strtoll(s, f, b) atoll(s)
36 # define strtoll(s, f, b) strtol(s, f, b)
127 tmp_nr = strtoll(str, NULL, 10);
H A Dparse_iso_intervals.c33 # define strtoll(s, f, b) _atoi64(s) macro
36 # define strtoll(s, f, b) atoll(s) macro
38 # define strtoll(s, f, b) strtol(s, f, b) macro
129 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr()
H A Dparse_date.re36 # define strtoll(s, f, b) _atoi64(s)
39 # define strtoll(s, f, b) atoll(s)
41 # define strtoll(s, f, b) strtol(s, f, b)
500 tmp_nr = strtoll(str, NULL, 10);
560 /* Allocate string to feed to strtoll(): sign + length + '\0' */
589 tmp_nr = strtoll(str, NULL, 10);
H A Dparse_date.c38 # define strtoll(s, f, b) _atoi64(s) macro
41 # define strtoll(s, f, b) atoll(s) macro
43 # define strtoll(s, f, b) strtol(s, f, b) macro
502 tmp_nr = strtoll(str, NULL, 10); in timelib_get_nr_ex()
591 tmp_nr = strtoll(str, NULL, 10); in timelib_get_signed_nr()
/PHP-8.3/main/
H A Drfc1867.c896 max_file_size = strtoll(value, NULL, 10);
/PHP-8.3/sapi/litespeed/
H A Dlsapilib.c1200 pReq->m_reqBodyLen = strtoll( pContentLen, NULL, 10 ); in parseContentLenFromHeader()
/PHP-8.3/ext/ffi/
H A Dffi.c7753 val->i64 = strtoll(str, NULL, base);

Completed in 98 milliseconds