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

  /external/curl/include/curl/
typecheck-gcc.h 163 "curl_easy_setopt expects a curl_sockopt_callback argument for this option")
499 /* evaluates to true if expr is of type curl_sockopt_callback or "similar" */
502 __builtin_types_compatible_p(__typeof__(expr), curl_sockopt_callback) || \
    [all...]
curl.h 347 typedef int (*curl_sockopt_callback)(void *clientp, typedef
    [all...]
  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 139 "curl_easy_setopt expects a curl_sockopt_callback argument for this option")
441 /* evaluates to true if expr is of type curl_sockopt_callback or "similar" */
444 __builtin_types_compatible_p(__typeof__(expr), curl_sockopt_callback) || \
    [all...]
curl.h 228 typedef int (*curl_sockopt_callback)(void *clientp, typedef
    [all...]
  /external/curl/lib/
urldata.h     [all...]
url.c     [all...]

Completed in 458 milliseconds