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