#include "curl_setup.h"

Go to the source code of this file.
Macros | |
| #define | CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF) |
| #define | CURL_OFF_T_MIN (-CURL_OFF_T_MAX - CURL_OFF_T_C(1)) |
Enumerations | |
| enum | CURLofft { CURL_OFFT_OK, CURL_OFFT_FLOW, CURL_OFFT_INVAL } |
Functions | |
| CURLofft | curlx_strtoofft (const char *str, char **endp, int base, curl_off_t *num) |
| #define CURL_OFF_T_MAX CURL_OFF_T_C(0x7FFFFFFFFFFFFFFF) |
Definition at line 47 of file strtoofft.h.
| #define CURL_OFF_T_MIN (-CURL_OFF_T_MAX - CURL_OFF_T_C(1)) |
Definition at line 49 of file strtoofft.h.
| enum CURLofft |
| Enumerator | |
|---|---|
| CURL_OFFT_OK | |
| CURL_OFFT_FLOW | |
| CURL_OFFT_INVAL | |
Definition at line 51 of file strtoofft.h.
| CURLofft curlx_strtoofft | ( | const char * | str, |
| char ** | endp, | ||
| int | base, | ||
| curl_off_t * | num | ||
| ) |
Definition at line 215 of file strtoofft.c.