Searched refs:magic (Results 1 – 25 of 27) sorted by relevance
12
/curl/lib/ |
H A D | share.h | 35 #define GOOD_SHARE_HANDLE(x) ((x) && (x)->magic == CURL_GOOD_SHARE) 42 unsigned int magic; /* CURL_GOOD_SHARE */ member
|
H A D | curl_ntlm_core.c | 362 static const unsigned char magic[] = { in Curl_ntlm_core_mk_lm_hash() local 378 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)lmbuffer, in Curl_ntlm_core_mk_lm_hash() 382 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)(lmbuffer + 8), in Curl_ntlm_core_mk_lm_hash() 387 des_encrypt(&des, 8, lmbuffer, magic); in Curl_ntlm_core_mk_lm_hash() 389 des_encrypt(&des, 8, lmbuffer + 8, magic); in Curl_ntlm_core_mk_lm_hash() 392 encrypt_des(magic, lmbuffer, pw); in Curl_ntlm_core_mk_lm_hash() 393 encrypt_des(magic, lmbuffer + 8, pw + 7); in Curl_ntlm_core_mk_lm_hash()
|
H A D | share.c | 46 share->magic = CURL_GOOD_SHARE; in curl_share_init() 260 share->magic = 0; in curl_share_cleanup()
|
H A D | multihandle.h | 87 unsigned int magic; member
|
H A D | urldata.h | 246 (((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))? TRUE: \ 250 ((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER)) 1897 unsigned int magic; member
|
H A D | smb.c | 103 unsigned char magic[4]; member 545 memcpy((char *)h->magic, "\xffSMB", 4); in smb_format_message()
|
H A D | multi.c | 83 (((x) && (x)->magic == CURL_MULTI_HANDLE)? TRUE: \ 87 ((x) && (x)->magic == CURL_MULTI_HANDLE) 407 multi->magic = CURL_MULTI_HANDLE; in Curl_multi_handle() 3121 multi->magic = 0; /* not good anymore */ 3580 DEBUGASSERT(data->magic == CURLEASY_MAGIC_NUMBER);
|
H A D | easy.c | 1047 outcurl->magic = CURLEASY_MAGIC_NUMBER; in curl_easy_duphandle()
|
H A D | url.c | 256 data->magic = 0; /* force a clear AFTER the possibly enforced removal from in Curl_close() 517 data->magic = CURLEASY_MAGIC_NUMBER; in Curl_open()
|
/curl/tests/data/ |
H A D | test1315 | 35 …ue -F 'file=@%LOGDIR/test%TESTNUMBER.txt,%LOGDIR/test%TESTNUMBER.txt;type=magic/content,%LOGDIR/te… 71 Content-Type: magic/content
|
H A D | test717 | 46 # target a port that won't work without the SOCKS magic
|
H A D | test742 | 46 # target a port that won't work without the SOCKS magic
|
H A D | test1404 | 39 …ue -F 'file=@%LOGDIR/test%TESTNUMBER.txt,%LOGDIR/test%TESTNUMBER.txt;type=magic/content;encoder=8b… 75 Content-Type: magic/content 141 curl_mime_type(part2, "magic/content");
|
H A D | test31 | 69 Set-Cookie: magic=yessir; path=/silly/; HttpOnly 119 Set-Cookie: magic=yessir; path=/silly/; HttpOnly 173 #HttpOnly_test31.curl FALSE /silly/ FALSE 0 magic yessir
|
/curl/tests/unit/ |
H A D | unit1620.c | 92 fail_unless(empty->magic == CURLEASY_MAGIC_NUMBER,
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_WS_OPTIONS.md | 62 /* tell curl we deal with all the WebSocket magic ourselves */
|
H A D | CURLINFO_REDIRECT_URL.md | 35 but you would still prefer to avoid implementing all the magic of figuring out
|
H A D | CURLOPT_NETRC_FILE.md | 57 curl_easy_setopt(curl, CURLOPT_NETRC_FILE, "/tmp/magic-netrc");
|
/curl/docs/libcurl/ |
H A D | curl_easy_pause.md | 35 the write callbacks return the proper magic return code 119 When pausing a download transfer by returning the magic return code from a
|
H A D | curl_ws_send.md | 104 const char *send_payload = "magic";
|
H A D | libcurl.md | 85 in different threads. This magic is setup using the share interface, as
|
H A D | libcurl-security.md | 284 FILE protocol in curl or be prepared that accesses to a range of "magic paths"
|
/curl/scripts/ |
H A D | managen | 509 my $magic; # cmdline special option 544 $magic=$1;
|
/curl/m4/ |
H A D | curl-wolfssl.m4 | 52 dnl try pkg-config magic
|
/curl/docs/ |
H A D | FAQ | 223 magic with the supported protocols than curl currently does, chances are 627 Many webpages do magic stuff using embedded JavaScript. curl and libcurl
|
Completed in 55 milliseconds
12