Home
last modified time | relevance | path

Searched refs:func (Results 1 – 18 of 18) sorted by relevance

/curl/lib/
H A Dcurl_threads.c47 unsigned int (*func)(void *); member
54 unsigned int (*func)(void *) = ac->func; in curl_thread_create_thunk() local
59 (*func)(real_arg); in curl_thread_create_thunk()
64 curl_thread_t Curl_thread_create(unsigned int (*func) (void *), void *arg) in Curl_thread_create()
71 ac->func = func; in Curl_thread_create()
111 (CURL_STDCALL *func) (void *), in Curl_thread_create()
122 thread_handle = CreateThread(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
124 thread_handle = _beginthreadex(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
H A Dwarnless.h33 #define CURLX_FUNCTION_CAST(target_type, func) \ argument
34 (target_type)(void (*) (void))(func)
H A Dcurl_threads.h61 (CURL_STDCALL *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 Dhash.c349 void (*func)(void *))
372 if(func)
373 func(he->ptr);
H A Dhash.h112 void (*func)(void *));
H A Dconncache.c421 int (*func)(struct Curl_easy *data, in cpool_foreach()
445 if(1 == func(data, conn, param)) { in cpool_foreach()
/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);
112 func(a, b,c);
124 func() ;
[all …]
/curl/docs/examples/
H A Dadddocsref.pl45 my ($prefix, $func) = ($1, $2);
46 print NEW "$prefix/* $docroot/$func.html */\n";
/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/tests/
H A Dftpserver.pl1644 my $func = $commandfunc{"FETCH"};
1645 if($func) {
1646 &$func($args, $command);
3339 my $func = $commandfunc{uc($FTPCMD)};
3340 if($func) {
3341 &$func($FTPARG, $FTPCMD);
/curl/docs/libcurl/opts/
H A DCURLOPT_TRAILERFUNCTION.md27 curl_trailer_callback *func);
H A DCURLMOPT_PUSHFUNCTION.md33 curl_push_callback func);
/curl/tests/libtest/
H A Dmk-lib1521.pl528 print $fh "${fpref} &func);\n$fcheck";
/curl/lib/vssh/
H A Dlibssh.c341 curl_sshkeycallback func = in myssh_is_known() local
463 if(func) { /* use callback to determine action */ in myssh_is_known()
500 rc = func(data, knownkeyp, /* from the knownhosts file */ in myssh_is_known()
H A Dlibssh2.c496 curl_sshkeycallback func = in ssh_knownhost() local
584 rc = func(data, knownkeyp, /* from the knownhosts file */ in ssh_knownhost()
/curl/lib/vtls/
H A Dschannel.c1442 traverse_cert_store(const CERT_CONTEXT *context, Read_crt_func func, in traverse_cert_store() argument
1460 should_continue = func(current_context, reverse_order, arg); in traverse_cert_store()
/curl/docs/
H A DFAQ1330 static size_t YourClass::func(void *buffer, size_t sz, size_t n, void *f)
1337 curl_easy_setopt(hcurl, CURLOPT_WRITEFUNCTION, YourClass::func);

Completed in 44 milliseconds