Home
last modified time | relevance | path

Searched refs:CURLOPT_READFUNCTION (Results 1 – 25 of 894) sorted by relevance

12345678910>>...36

/dports/ftp/curlpp/curlpp-0.8.1/src/curlpp/internal/
H A DOptionSetter.cpp165 void OptionSetter<curlpp::types::ReadFunctionFunctor, CURLOPT_READFUNCTION>
168 handle->option(CURLOPT_READFUNCTION, Callbacks::ReadCallback); in setOpt()
176 void OptionSetter<curlpp::types::BoostReadFunction, CURLOPT_READFUNCTION>
179 handle->option(CURLOPT_READFUNCTION, Callbacks::ReadCallback); in setOpt()
190 handle->option(CURLOPT_READFUNCTION, (void *)NULL); in setOpt()
199 handle->option(CURLOPT_READFUNCTION, (void *)Callbacks::StreamReadCallback); in setOpt()
/dports/www/mod_php81/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
31 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/lang/php81/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
31 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/ftp/php81-curl/php-8.1.1/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
31 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/lang/php74/php-7.4.27/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/lang/php80/php-8.0.15/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/ftp/php74-curl/php-7.4.27/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/ftp/php80-curl/php-8.0.15/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/www/mod_php80/php-8.0.15/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/www/mod_php74/php-7.4.27/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/lang/php73/php-7.3.33/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/devel/pecl-swoole/swoole-4.8.5/tests/swoole_curl/setopt/
H A D5_skip.phpt2 swoole_curl/setopt: cURL option CURLOPT_READFUNCTION
36 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/www/mod_php73/php-7.3.33/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/ftp/php73-curl/php-7.3.33/ext/curl/tests/
H A Dcurl_setopt_CURLOPT_READFUNCTION.phpt2 cURL option CURLOPT_READFUNCTION
33 curl_setopt($oCurl, CURLOPT_READFUNCTION, "custom_readfunction" );
/dports/ftp/curlpp/curlpp-0.8.1/include/curlpp/
H A DOptions.hpp114 typedef curlpp::OptionTrait<curl_read_callback, CURLOPT_READFUNCTION>
117 typedef curlpp::OptionTrait<curlpp::types::ReadFunctionFunctor, CURLOPT_READFUNCTION>
124 typedef curlpp::NotAvailableOptionTrait<curl_read_callback, CURLOPT_READFUNCTION>
127 typedef curlpp::NotAvailableOptionTrait<curlpp::types::ReadFunctionFunctor, CURLOPT_READFUNCTION>
/dports/ftp/py-pycurl/pycurl-7.44.1/doc/
H A Dfiles.rst10 are implemented as calls to ``CURLOPT_READFUNCTION``, ``CURLOPT_WRITEFUNCTION``
31 ``CURLOPT_READFUNCTION``, the file must have been be opened in binary mode.
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testcurl/
H A Dtest_put.c170 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testInternalPut()
249 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedPut()
330 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedPoolPut()
420 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testExternalPut()
H A Dtest_put_chunked.c177 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testInternalPut()
252 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedPut()
329 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedPoolPut()
419 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testExternalPut()
H A Dtest_delete.c166 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testInternalDelete()
242 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedDelete()
320 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedPoolDelete()
411 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testExternalDelete()
/dports/www/bolt/bolt-2.2.24/vendor/guzzlehttp/ringphp/src/Client/
H A DCurlFactory.php219 $options[CURLOPT_READFUNCTION],
267 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body) {
279 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body, &$buf) {
/dports/finance/prestashop/prestashop/vendor/guzzlehttp/ringphp/src/Client/
H A DCurlFactory.php219 $options[CURLOPT_READFUNCTION],
267 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body) {
279 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body, &$buf) {
/dports/www/phpmyfaq/phpmyfaq/src/libs/ezimuel/ringphp/src/Client/
H A DCurlFactory.php219 $options[CURLOPT_READFUNCTION],
267 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body) {
279 $options[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body, &$buf) {
/dports/www/libmicrohttpd/libmicrohttpd-0.9.74/src/testzzuf/
H A Dtest_put_large.c173 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testInternalPut()
227 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedPut()
298 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testExternalPut()
H A Dtest_put.c158 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testInternalPut()
211 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedPut()
280 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testExternalPut()
H A Dtest_put_chunked.c168 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testInternalPut()
217 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testMultithreadedPut()
297 curl_easy_setopt (c, CURLOPT_READFUNCTION, &putBuffer); in testExternalPut()

12345678910>>...36