mojave man page for curlmopt_pushdata

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)

NAME
CURLMOPT_PUSHDATA - pointer to pass to push callback
SYNOPSIS
#include <curl/curl.h> CURLMcode curl_multi_setopt(CURLM *handle, CURLMOPT_PUSHDATA, void *pointer);
DESCRIPTION
Set 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.
DEFAULT
NULL
PROTOCOLS
HTTP(S)
EXAMPLE
TODO
AVAILABILITY
Added in 7.44.0
RETURN VALUE
Returns CURLM_OK if the option is supported, and CURLM_UNKNOWN_OPTION if not.
SEE ALSO
CURLMOPT_PUSHFUNCTION(3), CURLMOPT_PIPELINING(3), CURLOPT_PIPEWAIT(3), RFC7540 libcurl 7.54.0 February 03, 2016 CURLMOPT_PUSHDATA(3)
Related Man Pages
curlmopt_max_total_connections(3) - mojave
curlmopt_pipelining_server_bl(3) - mojave
curlmopt_pushfunction(3) - mojave
curlmopt_socketfunction(3) - mojave
curl_multi_setopt(3) - mojave
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
12-Core MacPro (2013) kernel_task over 1200%
UNIX tool on MacOS that can increase resolution of a file
How can I direct messages from mac console.app to a log file?
[BASH] eval command not expanding variables as expected.