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

  /external/google-breakpad/src/third_party/curl/
curlbuild.h 173 /* Signed integral data type used for curl_off_t. */
181 /* Data type definition of curl_off_t. */
182 typedef CURL_TYPEOF_CURL_OFF_T curl_off_t; typedef
184 /* curl_off_t formatting string directive without "%" conversion specifier. */
187 /* unsigned curl_off_t formatting string without "%" conversion specifier. */
190 /* curl_off_t formatting string directive with "%" conversion specifier. */
193 /* The size of `curl_off_t', as computed by sizeof. */
196 /* curl_off_t constant suffix. */
199 /* unsigned curl_off_t constant suffix. */
  /external/curl/include/curl/
system.h 34 * curl_off_t
37 * For any given platform/compiler curl_off_t must be typedef'ed to a 64-bit
41 * As an exception to the above, curl_off_t shall be typedef'ed to a 32-bit
44 * As a general rule, curl_off_t shall not be mapped to off_t. This rule shall
419 /* Data type definition of curl_off_t. */
422 typedef CURL_TYPEOF_CURL_OFF_T curl_off_t; typedef
452 * Macros for minimum-width signed and unsigned curl_off_t integer constants.

Completed in 65 milliseconds