Searched refs:SET_AND_CHECK_FUNCTION_POINTER (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/google-breakpad/src/common/linux/ |
H A D | libcurl_wrapper.cc | 223 #define SET_AND_CHECK_FUNCTION_POINTER(var, function_name, type) \ macro 233 SET_AND_CHECK_FUNCTION_POINTER(easy_init_, in SetFunctionPointers() 237 SET_AND_CHECK_FUNCTION_POINTER(easy_setopt_, in SetFunctionPointers() 241 SET_AND_CHECK_FUNCTION_POINTER(formadd_, "curl_formadd", in SetFunctionPointers() 244 SET_AND_CHECK_FUNCTION_POINTER(slist_append_, "curl_slist_append", in SetFunctionPointers() 247 SET_AND_CHECK_FUNCTION_POINTER(easy_perform_, in SetFunctionPointers() 251 SET_AND_CHECK_FUNCTION_POINTER(easy_cleanup_, in SetFunctionPointers() 255 SET_AND_CHECK_FUNCTION_POINTER(easy_getinfo_, in SetFunctionPointers() 259 SET_AND_CHECK_FUNCTION_POINTER(easy_reset_, in SetFunctionPointers() 263 SET_AND_CHECK_FUNCTION_POINTER(slist_free_all_, in SetFunctionPointers() [all …]
|