HomeSort by relevance Sort by last modified time
    Searched full:header_callback (Results 1 - 4 of 4) sorted by null

  /external/curl/docs/libcurl/opts/
CURLOPT_HEADERFUNCTION.3 29 size_t header_callback(char *buffer,
34 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_HEADERFUNCTION, header_callback);
84 static size_t header_callback(char *buffer, size_t size,
96 curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, header_callback);
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 58 ReadWriteCallback* header_callback{nullptr};
93 CURLcode code = WriteString(header_callback, line);
280 DoAll(SaveCallback<2>(&performer_, &CurlPerformer::header_callback),
http_connection_curl.h 59 BRILLO_PRIVATE static size_t header_callback(char* ptr,
http_connection_curl.cc 149 curl_handle_, CURLOPT_HEADERFUNCTION, &Connection::header_callback);
236 size_t Connection::header_callback(char* ptr, function in class:brillo::http::curl::Connection

Completed in 88 milliseconds