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

  /external/curl/tests/libtest/
lib1521.c 108 char errorbuffer[CURL_ERROR_SIZE]; local
191 res = curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, errorbuffer);
193 err("ERRORBUFFER", res, __LINE__); goto test_cleanup; }
196 err("ERRORBUFFER", res, __LINE__); goto test_cleanup; }
    [all...]
  /external/curl/src/
tool_operate.c 255 char errorbuffer[CURL_ERROR_SIZE]; local
275 errorbuffer[0] = '\0';
986 my_setopt(curl, CURLOPT_ERRORBUFFER, errorbuffer);
    [all...]
  /external/curl/lib/
urldata.h 1463 char *errorbuffer; \/* (Static) store failure messages in here *\/ member in struct:UserDefined
    [all...]

Completed in 273 milliseconds