Home
last modified time | relevance | path

Searched refs:SIZEOF_SIZE_T (Results 1 – 13 of 13) sorted by relevance

/curl/lib/
H A Dconfig-win32ce.h205 # define SIZEOF_SIZE_T 8 macro
207 # define SIZEOF_SIZE_T 4 macro
H A Dconfig-mac.h78 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-amigaos.h65 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-win32.h278 # define SIZEOF_SIZE_T 8 macro
280 # define SIZEOF_SIZE_T 4 macro
H A Dconfig-dos.h82 #define SIZEOF_SIZE_T 4 macro
H A Dcurl_setup.h541 #if defined(SIZEOF_SIZE_T) && (SIZEOF_SIZE_T > 4)
550 #if defined(SIZEOF_SIZE_T) && (SIZEOF_SIZE_T > 4)
H A Dconfig-plan9.h56 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-riscos.h202 #define SIZEOF_SIZE_T 4 macro
H A Dconfig-os400.h227 #define SIZEOF_SIZE_T 4 macro
H A Dbase64.c203 #if SIZEOF_SIZE_T == 4 in base64_encode()
H A Dmprintf.c378 #if (SIZEOF_SIZE_T > SIZEOF_LONG) in parsefmt()
H A Dsendf.c218 #if SIZEOF_CURL_OFF_T > SIZEOF_SIZE_T in get_max_body_write_len()
/curl/
H A DCMakeLists.txt1248 check_type_size(size_t SIZEOF_SIZE_T)
1257 if(SIZEOF_LONG EQUAL SIZEOF_SIZE_T)
1260 if(NOT ssize_t AND SIZEOF___INT64 EQUAL SIZEOF_SIZE_T)

Completed in 38 milliseconds