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 | 195 #define SET_AND_CHECK_FUNCTION_POINTER(var, function_name, type) \ macro 205 SET_AND_CHECK_FUNCTION_POINTER(easy_init_, in SetFunctionPointers() 209 SET_AND_CHECK_FUNCTION_POINTER(easy_setopt_, in SetFunctionPointers() 213 SET_AND_CHECK_FUNCTION_POINTER(formadd_, "curl_formadd", in SetFunctionPointers() 216 SET_AND_CHECK_FUNCTION_POINTER(slist_append_, "curl_slist_append", in SetFunctionPointers() 219 SET_AND_CHECK_FUNCTION_POINTER(easy_perform_, in SetFunctionPointers() 223 SET_AND_CHECK_FUNCTION_POINTER(easy_cleanup_, in SetFunctionPointers() 227 SET_AND_CHECK_FUNCTION_POINTER(easy_getinfo_, in SetFunctionPointers() 231 SET_AND_CHECK_FUNCTION_POINTER(slist_free_all_, in SetFunctionPointers() 235 SET_AND_CHECK_FUNCTION_POINTER(formfree_, in SetFunctionPointers()
|