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

  /external/curl/include/curl/
typecheck-gcc.h 161 "curl_easy_setopt expects a curl_ioctl_callback argument for this option")
486 /* evaluates to true if expr is of type curl_ioctl_callback or "similar" */
489 __builtin_types_compatible_p(__typeof__(expr), curl_ioctl_callback) || \
    [all...]
curl.h 382 typedef curlioerr (*curl_ioctl_callback)(CURL *handle, typedef
    [all...]
  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 137 "curl_easy_setopt expects a curl_ioctl_callback argument for this option")
428 /* evaluates to true if expr is of type curl_ioctl_callback or "similar" */
431 __builtin_types_compatible_p(__typeof__(expr), curl_ioctl_callback) || \
    [all...]
curl.h 268 typedef curlioerr (*curl_ioctl_callback)(CURL *handle, typedef
    [all...]
  /external/curl/lib/
urldata.h     [all...]
url.c     [all...]

Completed in 215 milliseconds