Query: curlmopt_pushdata
OS: mojave
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CURLMOPT_PUSHDATA(3) curl_multi_setopt options CURLMOPT_PUSHDATA(3)NAMECURLMOPT_PUSHDATA - pointer to pass to push callbackSYNOPSIS#include <curl/curl.h> CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_PUSHDATA, void *pointer);DESCRIPTIONSet pointer to pass as the last argument to the CURLMOPT_PUSHFUNCTION(3) callback. The pointer will not be touched or used by libcurl itself, only passed on to the callback function.DEFAULTNULLPROTOCOLSHTTP(S)EXAMPLETODOAVAILABILITYAdded in 7.44.0RETURN VALUEReturns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.SEE ALSOCURLMOPT_PUSHFUNCTION(3), CURLMOPT_PIPELINING(3), CURLOPT_PIPEWAIT(3), RFC7540 libcurl 7.54.0 February 03, 2016 CURLMOPT_PUSHDATA(3)