![]() |
doom3-gpl
Doom 3 GPL source release
|
#include "setup.h"#include <stdarg.h>#include <stdlib.h>#include <string.h>#include <curl/curl.h>#include "urldata.h"#include "share.h"Go to the source code of this file.
Functions | |
| CURLSH * | curl_share_init (void) |
| CURLSHcode | curl_share_setopt (CURLSH *sh, CURLSHoption option,...) |
| CURLSHcode | curl_share_cleanup (CURLSH *sh) |
| CURLSHcode | Curl_share_lock (struct SessionHandle *data, curl_lock_data type, curl_lock_access accesstype) |
| CURLSHcode | Curl_share_unlock (struct SessionHandle *data, curl_lock_data type) |
| CURLSHcode curl_share_cleanup | ( | CURLSH * | sh | ) |
| CURLSHcode Curl_share_lock | ( | struct SessionHandle * | data, |
| curl_lock_data | type, | ||
| curl_lock_access | accesstype | ||
| ) |
| CURLSHcode curl_share_setopt | ( | CURLSH * | sh, |
| CURLSHoption | option, | ||
| ... | |||
| ) |
| CURLSHcode Curl_share_unlock | ( | struct SessionHandle * | data, |
| curl_lock_data | type | ||
| ) |
1.8.6.