curlopt_fnmatch_data(3) mojave man page | unix.com

Man Page: curlopt_fnmatch_data

Operating Environment: mojave

Section: 3

CURLOPT_FNMATCH_DATA(3) 				     curl_easy_setopt options					   CURLOPT_FNMATCH_DATA(3)

NAME
CURLOPT_FNMATCH_DATA - custom pointer to fnmatch callback
SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FNMATCH_DATA, void *pointer);
DESCRIPTION
Pass a pointer that will be untouched by libcurl and passed as the ptr argument to the CURLOPT_FNMATCH_FUNCTION(3).
DEFAULT
NULL
PROTOCOLS
FTP
EXAMPLE
TODO
AVAILABILITY
Added in 7.21.0
RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
SEE ALSO
CURLOPT_FNMATCH_FUNCTION(3), CURLOPT_WILDCARDMATCH(3), libcurl 7.54.0 May 01, 2016 CURLOPT_FNMATCH_DATA(3)
Related Man Pages
curlopt_accepttimeout_ms(3) - mojave
curlopt_append(3) - mojave
curlopt_ignore_content_length(3) - mojave
curlopt_timevalue(3) - mojave
curlopt_closesocketfunction(3) - mojave
Similar Topics in the Unix Linux Community
Update: Uploading Movies at Attachments to Posts
Split large xml into mutiple files and with header and footer in file
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
UNIX tool on MacOS that can increase resolution of a file
Python 3.8.0rc1 released.