Searched refs:strtoull (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/Zend/ |
H A D | zend_long.h | 78 # define ZEND_STRTOUL(s0, s1, base) strtoull((s0), (s1), (base)) 80 # define ZEND_STRTOUL_PTR strtoull
|
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | apprentice.c | 46 # 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 D | libmagic.patch | 22 +# define strtoull strtoul 24 +# define strtoull __strtoull 30 +#define strtoull _strtoui64
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.c | 1647 strtoull((char *) p, NULL, 10); in php_mysqlnd_rowp_read_text_protocol_aux()
|
/PHP-8.0/ext/ffi/ |
H A D | ffi.c | 7290 val->u64 = strtoull(str, NULL, base);
|
Completed in 54 milliseconds