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

  /external/curl/docs/examples/
htmltidy.c 78 char curl_errbuf[CURL_ERROR_SIZE];
htmltitle.cpp 65 static char errorBuffer[CURL_ERROR_SIZE];
hiperfifo.c 95 char error[CURL_ERROR_SIZE];
asiohiper.cpp 75 char error[CURL_ERROR_SIZE];
evhiperfifo.c 99 char error[CURL_ERROR_SIZE];
ghiper.c 82 char error[CURL_ERROR_SIZE];
  /external/curl/lib/
sendf.c 237 snprintf(data->set.errorbuffer, CURL_ERROR_SIZE, "%s", data->state.buffer);
  /external/curl/include/curl/
curl.h 696 #define CURL_ERROR_SIZE 256
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 511 #define CURL_ERROR_SIZE 256
684 /* Buffer to receive error messages in, must be at least CURL_ERROR_SIZE
    [all...]
  /external/curl/src/
tool_operate.c 194 char errorbuffer[CURL_ERROR_SIZE];
    [all...]

Completed in 447 milliseconds