Home
last modified time | relevance | path

Searched refs:easy_getinfo_ (Results 1 – 2 of 2) sorted by relevance

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc251 SET_AND_CHECK_FUNCTION_POINTER(easy_getinfo_, in SetFunctionPointers()
299 (*easy_getinfo_)(curl_, CURLINFO_RESPONSE_CODE, http_status_code); in SendRequestInner()
Dlibcurl_wrapper.h112 CURLcode (*easy_getinfo_)(CURL *, CURLINFO info, ...); variable