OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:easy_strerror_
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/linux/
libcurl_wrapper.h
85
const char* (*
easy_strerror_
)(CURLcode);
member in class:google_breakpad::LibcurlWrapper
libcurl_wrapper.cc
140
easy_strerror_
= reinterpret_cast<const char* (*)(CURLcode)>
151
(*
easy_strerror_
)(err_code));
Completed in 35 milliseconds