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

  /external/curl/lib/
ftp.h 88 curl_write_callback write_function;
sendf.c 495 curl_write_callback writeheader = NULL;
496 curl_write_callback writebody = NULL;
urldata.h     [all...]
rtsp.c 736 curl_write_callback writeit;
url.c 511 set->fwrite_func = (curl_write_callback)fwrite;
    [all...]
  /external/curl/include/curl/
typecheck-gcc.h 157 "curl_easy_setopt expects a curl_write_callback argument for this option")
284 /* evaluates to true if option takes a curl_write_callback argument */
465 /* evaluates to true if expr is of type curl_write_callback or "similar" */
469 __builtin_types_compatible_p(__typeof__(expr), curl_write_callback) || \
    [all...]
curl.h 213 typedef size_t (*curl_write_callback)(char *buffer, typedef
    [all...]
  /external/google-breakpad/src/third_party/curl/
typecheck-gcc.h 133 "curl_easy_setopt expects a curl_write_callback argument for this option")
236 /* evaluates to true if option takes a curl_write_callback argument */
408 /* evaluates to true if expr is of type curl_write_callback or "similar" */
412 __builtin_types_compatible_p(__typeof__(expr), curl_write_callback) || \
    [all...]
curl.h 197 typedef size_t (*curl_write_callback)(char *buffer, typedef
    [all...]

Completed in 151 milliseconds