OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curl_lib_
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/common/linux/
libcurl_wrapper.cc
44
curl_lib_
= dlopen("libcurl.so", RTLD_NOW);
45
if (!
curl_lib_
) {
46
curl_lib_
= dlopen("libcurl.so.4", RTLD_NOW);
48
if (!
curl_lib_
) {
49
curl_lib_
= dlopen("libcurl.so.3", RTLD_NOW);
51
if (!
curl_lib_
) {
141
(dlsym(
curl_lib_
, "curl_easy_strerror"));
182
dlclose(
curl_lib_
);
196
var = reinterpret_cast<type>(dlsym(
curl_lib_
, function_name)); \
libcurl_wrapper.h
63
void*
curl_lib_
; // Pointer to result of dlopen() on
member in class:google_breakpad::LibcurlWrapper
Completed in 32 milliseconds