OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slist_append_
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/linux/
libcurl_wrapper.h
82
struct curl_slist* (*
slist_append_
)(struct curl_slist *, const char *);
member in class:google_breakpad::LibcurlWrapper
libcurl_wrapper.cc
190
headerlist_ = (*
slist_append_
)(headerlist_, buf);
216
SET_AND_CHECK_FUNCTION_POINTER(
slist_append_
, "curl_slist_append",
Completed in 38 milliseconds