strtoll.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

SQUIDCEXTERN int64_t strtoll (const char *nptr, char **endptr, int base)
 

Function Documentation

◆ strtoll()

SQUIDCEXTERN int64_t strtoll ( const char *  nptr,
char **  endptr,
int  base 
)
Convert a string to a int64 integer.
Ignores ‘locale’ stuff. Assumes that the upper and lower case alphabets and digits are each contiguous.

Definition at line 61 of file strtoll.c.

References INT64_MAX, INT64_MIN, xisalpha, xisdigit, xisspace, and xisupper.

Referenced by ftpListParseParts(), ftpReadSize(), ClientRequestContext::hostHeaderVerify(), httpHeaderParseOffset(), main(), Store::Disk::optionObjectSizeParse(), ParseBuffer(), Rock::SwapDir::parseRateOption(), Rock::SwapDir::parseSizeOption(), Rock::SwapDir::parseTimeOption(), read_post_request(), StringToInt64(), and xatoll().

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors