Home
last modified time | relevance | path

Searched defs:m (Results 1 – 25 of 44) sorted by relevance

12

/curl/lib/
H A Dcurl_threads.h33 # define Curl_mutex_init(m) pthread_mutex_init(m, NULL) argument
34 # define Curl_mutex_acquire(m) pthread_mutex_lock(m) argument
35 # define Curl_mutex_release(m) pthread_mutex_unlock(m) argument
36 # define Curl_mutex_destroy(m) pthread_mutex_destroy(m) argument
44 # define Curl_mutex_init(m) InitializeCriticalSection(m) argument
46 # define Curl_mutex_init(m) InitializeCriticalSectionEx(m, 0, 1) argument
48 # define Curl_mutex_acquire(m) EnterCriticalSection(m) argument
49 # define Curl_mutex_release(m) LeaveCriticalSection(m) argument
50 # define Curl_mutex_destroy(m) DeleteCriticalSection(m) argument
H A Deasy_lock.h42 #define curl_simple_lock_lock(m) AcquireSRWLockExclusive(m) argument
43 #define curl_simple_lock_unlock(m) ReleaseSRWLockExclusive(m) argument
102 #define curl_simple_lock_lock(m) pthread_mutex_lock(m) argument
103 #define curl_simple_lock_unlock(m) pthread_mutex_unlock(m) argument
/curl/tests/libtest/
H A Dlib1508.c33 CURLM *m = NULL; in test() local
H A Dlib1939.c42 CURLMcode m; in test() local
H A Dlib502.c39 CURLM *m = NULL; in test() local
H A Dlib503.c43 CURLM *m = NULL; in test() local
H A Dlib564.c39 CURLM *m = NULL; in test() local
H A Dlib533.c41 CURLM *m = NULL; in test() local
H A Dlib573.c40 CURLM *m = NULL; in test() local
H A Dlib525.c41 CURLM *m = NULL; in test() local
H A Dlib526.c60 CURLM *m = NULL; in test() local
H A Dlib504.c43 CURLM *m = NULL; in test() local
H A Dlib677.c60 struct CURLMsg *m = curl_multi_info_read(mcurl, &i); in test() local
H A Dlib2404.c39 CURLM *m = NULL; in test() local
H A Dlib2402.c39 CURLM *m = NULL; in test() local
H A Dlib1506.c39 CURLM *m = NULL; in test() local
H A Dlib2502.c40 CURLM *m = NULL; in test() local
H A Dlib555.c84 CURLM *m = NULL; in test() local
H A Dlib1515.c52 static CURLcode do_one_request(CURLM *m, char *URL, char *resolve) in do_one_request()
/curl/tests/server/
H A Dutil.h51 #define perror(m) win32_perror(m) argument
/curl/src/
H A Dtool_formparse.c43 struct tool_mime *m = (struct tool_mime *) calloc(1, sizeof(*m)); in tool_mime_new() local
65 struct tool_mime *m = NULL; in tool_mime_new_data() local
84 struct tool_mime *m = NULL; in tool_mime_new_filedata() local
238 static CURLcode tool2curlparts(CURL *curl, struct tool_mime *m, in tool2curlparts()
306 CURLcode tool2curlmime(CURL *curl, struct tool_mime *m, curl_mime **mime) in tool2curlmime()
706 #define SET_TOOL_MIME_PTR(m, field) \ argument
H A Dtool_doswin.c52 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument
54 # define S_ISCHR(m) (0) /* cannot tell if file is a device */ argument
/curl/docs/examples/
H A Dchkspeed.c103 long m = strtol((*argv) + 3, NULL, 10); in main() local
H A Dhttp2-pushinmemory.c131 struct CURLMsg *m; in main() local
/curl/tests/http/clients/
H A Dh2-serverpush.c212 struct CURLMsg *m; in main() local

Completed in 32 milliseconds

12