Home
last modified time | relevance | path

Searched refs:strtoull (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_long.h78 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base))
80 # define ZEND_STRTOUL_PTR strtoull
/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c46 # define strtoull strtoul macro
48 # define strtoull __strtoull
54 #define strtoull _strtoui64 macro
1704 val = CAST(uint64_t, strtoull(l, &t, 0)); in parse_op_modifier()
2699 ull = CAST(uint64_t, strtoull(*p, &ep, 0)); in getvalue()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch22 +# define strtoull strtoul
24 +# define strtoull __strtoull
30 +#define strtoull _strtoui64
/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c1647 strtoull((char *) p, NULL, 10); in php_mysqlnd_rowp_read_text_protocol_aux()
/PHP-8.0/ext/ffi/
H A Dffi.c7290 val->u64 = strtoull(str, NULL, base);

Completed in 54 milliseconds