Home
last modified time | relevance | path

Searched refs:func (Results 1 – 20 of 20) sorted by last modified time

/curl/lib/
H A Dwarnless.h33 #define CURLX_FUNCTION_CAST(target_type, func) \ argument
34 (target_type)(void (*) (void))(func)
H A Dconncache.c304 int (*func)(struct Curl_easy *data, in Curl_conncache_foreach()
331 if(1 == func(data, conn, param)) { in Curl_conncache_foreach()
H A Dconncache.h107 int (*func)(struct Curl_easy *data,
H A Dcurl_threads.c45 unsigned int (*func)(void *); member
52 unsigned int (*func)(void *) = ac->func; in curl_thread_create_thunk() local
57 (*func)(real_arg); in curl_thread_create_thunk()
62 curl_thread_t Curl_thread_create(unsigned int (*func) (void *), void *arg) in Curl_thread_create()
69 ac->func = func; in Curl_thread_create()
104 curl_thread_t Curl_thread_create(unsigned int (CURL_STDCALL *func) (void *), in Curl_thread_create()
115 thread_handle = CreateThread(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
117 thread_handle = _beginthreadex(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
H A Dhash.c338 void (*func)(void *))
361 if(func)
362 func(he->ptr);
H A Dhash.h99 void (*func)(void *));
H A Dmemdebug.c107 static bool countcheck(const char *func, int line, const char *source) in countcheck() argument
115 source, line, func); in countcheck()
118 source, line, func); in countcheck()
H A Dcurl_threads.h56 curl_thread_t Curl_thread_create(unsigned int (CURL_STDCALL *func) (void *),
/curl/tests/libtest/
H A Dmk-lib1521.pl293 print "${pref} &func);\n$check";
/curl/lib/vssh/
H A Dlibssh2.c495 curl_sshkeycallback func = in ssh_knownhost() local
583 rc = func(data, knownkeyp, /* from the knownhosts file */ in ssh_knownhost()
H A Dlibssh.c345 curl_sshkeycallback func = in myssh_is_known() local
470 if(func) { /* use callback to determine action */ in myssh_is_known()
507 rc = func(data, knownkeyp, /* from the knownhosts file */ in myssh_is_known()
/curl/
H A Dconfigure.ac3795 func="$ac_func"
3796 eval skipcheck=\$skipcheck_$func
3798 AC_MSG_CHECKING([deeper for $func])
3802 $func ();
3806 eval "ac_cv_func_$func=yes"
3807 AC_DEFINE_UNQUOTED(XC_SH_TR_CPP([HAVE_$func]), [1],
3808 [Define to 1 if you have the $func function.])
/curl/lib/vtls/
H A Dschannel.c1616 traverse_cert_store(const CERT_CONTEXT *context, Read_crt_func func, in traverse_cert_store() argument
1634 should_continue = func(current_context, reverse_order, arg); in traverse_cert_store()
/curl/include/curl/
H A Dtypecheck-gcc.h533 #define curlcheck_cb_compatible(func, type) \ argument
534 (__builtin_types_compatible_p(__typeof__(func), type) || \
535 __builtin_types_compatible_p(__typeof__(func) *, type))
/curl/docs/
H A DFAQ1331 static size_t YourClass::func(void *buffer, size_t sz, size_t n, void *f)
1338 curl_easy_setopt(hcurl, CURLOPT_WRITEFUNCTION, YourClass::func);
/curl/docs/libcurl/opts/
H A DCURLOPT_TRAILERFUNCTION.md26 curl_trailer_callback *func);
H A DCURLMOPT_PUSHFUNCTION.md32 curl_push_callback func);
/curl/tests/
H A Dftpserver.pl1645 my $func = $commandfunc{"FETCH"};
1646 if($func) {
1647 &$func($args, $command);
3355 my $func = $commandfunc{uc($FTPCMD)};
3356 if($func) {
3357 &$func($FTPARG, $FTPCMD);
/curl/tests/data/
H A Dtest118528 int a = func ();
29 int b = func( b);
30 int b = func(b );
31 func(a, b , c);
37 func(a, b,c);
49 func() ;
56 func();
60 func(1);
110 func(a, b,c);
122 func() ;
[all …]
/curl/docs/examples/
H A Dadddocsref.pl45 my ($prefix, $func) = ($1, $2);
46 print NEW "$prefix/* $docroot/$func.html */\n";

Completed in 116 milliseconds