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.cc190 headerlist_ = (*slist_append_)(headerlist_, buf); in Init()
216 SET_AND_CHECK_FUNCTION_POINTER(slist_append_, "curl_slist_append", in SetFunctionPointers()
Dlibcurl_wrapper.h82 struct curl_slist* (*slist_append_)(struct curl_slist *, const char *); variable