Home
last modified time | relevance | path

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

/external/google-breakpad/src/common/linux/
Dlibcurl_wrapper.cc166 headerlist_ = (*slist_append_)( in SendSimplePostRequest()
240 SET_AND_CHECK_FUNCTION_POINTER(slist_append_, "curl_slist_append", in SetFunctionPointers()
278 headerlist_ = (*slist_append_)(headerlist_, buf); in SendRequestInner()
Dlibcurl_wrapper.h107 struct curl_slist* (*slist_append_)(struct curl_slist *, const char *); variable