Searched refs:slist_append_ (Results 1 – 2 of 2) sorted by relevance
166 headerlist_ = (*slist_append_)( in SendSimplePostRequest()240 SET_AND_CHECK_FUNCTION_POINTER(slist_append_, "curl_slist_append", in SetFunctionPointers()278 headerlist_ = (*slist_append_)(headerlist_, buf); in SendRequestInner()
107 struct curl_slist* (*slist_append_)(struct curl_slist *, const char *); variable