Searched refs:_strtoi64 (Results 1 – 3 of 3) sorted by relevance
5 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base);6 #define _strtoui64 _strtoi64
8 PHPAPI int64_t _strtoi64(const char *nptr, char **endptr, int base) in _strtoi64() function
1682 done by checking for the strtoq, strtoll, and _strtoi64 functions.2038 and instead check for _strtoi64 explicitly, and avoid the use of snprintf()
Completed in 15 milliseconds