HomeSort by relevance Sort by last modified time
    Searched defs:OFF_T (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/interception/
interception.h 31 typedef __sanitizer::OFF_T OFF_T;
  /external/curl/include/curl/
multi.h 329 #define OFF_T CURLOPTTYPE_OFF_T
360 CINIT(CONTENT_LENGTH_PENALTY_SIZE, OFF_T, 9),
364 CINIT(CHUNK_LENGTH_PENALTY_SIZE, OFF_T, 10),
curl.h     [all...]
  /external/google-breakpad/src/third_party/curl/
multi.h 292 #define OFF_T CURLOPTTYPE_OFF_T
curl.h 647 #define OFF_T CURLOPTTYPE_OFF_T
705 * which takes an off_t type, allowing platforms with larger off_t
738 * off_t types, allowing for large file offsets on platforms which
739 * use larger-than-32-bit off_t's. Look below for RESUME_FROM_LARGE.
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 93 // WARNING: OFF_T may be different from OS type off_t, depending on the value of
94 // _FILE_OFFSET_BITS. This definition of OFF_T matches the ABI of system calls
99 typedef u64 OFF_T;
101 typedef uptr OFF_T;

Completed in 199 milliseconds