Home
last modified time | relevance | path

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

/curl/lib/
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()
109 (CURL_STDCALL *func) (void *), in Curl_thread_create()
120 thread_handle = CreateThread(NULL, 0, func, arg, 0, NULL); in Curl_thread_create()
122 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.c331 void (*func)(void *))
354 if(func)
355 func(he->ptr);
H A Dconncache.h107 int (*func)(struct Curl_easy *data,
H A Dhash.h102 void (*func)(void *));
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()
/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";
/curl/tests/libtest/
H A Dmk-lib1521.pl293 print "${pref} &func);\n$check";
/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);
3354 my $func = $commandfunc{uc($FTPCMD)};
3355 if($func) {
3356 &$func($FTPARG, $FTPCMD);
/curl/docs/libcurl/opts/
H A DCURLOPT_TRAILERFUNCTION.md26 curl_trailer_callback *func);
H A DCURLMOPT_PUSHFUNCTION.md32 curl_push_callback func);
/curl/lib/vssh/
H A Dlibssh.c345 curl_sshkeycallback func = in myssh_is_known() local
467 if(func) { /* use callback to determine action */ in myssh_is_known()
504 rc = func(data, knownkeyp, /* from the knownhosts file */ in myssh_is_known()
H A Dlibssh2.c495 curl_sshkeycallback func = in ssh_knownhost() local
583 rc = func(data, knownkeyp, /* from the knownhosts file */ in ssh_knownhost()
/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/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);

Completed in 66 milliseconds