HomeSort by relevance Sort by last modified time
    Searched refs:SIZEOF_CURL_OFF_T (Results 1 - 13 of 13) sorted by null

  /external/curl/lib/
warnless.c 88 #if (SIZEOF_CURL_OFF_T == 2)
91 #elif (SIZEOF_CURL_OFF_T == 4)
94 #elif (SIZEOF_CURL_OFF_T == 8)
97 #elif (SIZEOF_CURL_OFF_T == 16)
101 # error "SIZEOF_CURL_OFF_T not defined"
113 #elif (SIZEOF_SIZE_T == SIZEOF_CURL_OFF_T)
config-dos.h 93 #define SIZEOF_CURL_OFF_T 4
curl_config.h 902 #define SIZEOF_CURL_OFF_T 8
strtoofft.c 36 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
config-os400.h 413 #define SIZEOF_CURL_OFF_T 8
curl_setup.h 144 #define CURL_SIZEOF_CURL_OFF_T SIZEOF_CURL_OFF_T
419 #if (SIZEOF_CURL_OFF_T == 4)
config-win32.h 410 #define SIZEOF_CURL_OFF_T 8
curl_config.h.cmake 889 #cmakedefine SIZEOF_CURL_OFF_T ${SIZEOF_CURL_OFF_T}
curl_config.h.in 895 #undef SIZEOF_CURL_OFF_T
mprintf.c 325 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
354 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
  /external/curl/src/
tool_paramhlp.c 404 #if(SIZEOF_CURL_OFF_T > SIZEOF_LONG)
tool_operate.c 178 (defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8))
186 #if defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8)
248 (defined(WIN32) && (SIZEOF_CURL_OFF_T >= 8)) */
    [all...]
  /external/curl/tests/libtest/
lib557.c 38 #if (SIZEOF_CURL_OFF_T > SIZEOF_LONG)
    [all...]

Completed in 373 milliseconds