Home
last modified time | relevance | path

Searched refs:magic (Results 1 – 25 of 27) sorted by relevance

12

/curl/lib/
H A Dshare.h35 #define GOOD_SHARE_HANDLE(x) ((x) && (x)->magic == CURL_GOOD_SHARE)
39 unsigned int magic; /* CURL_GOOD_SHARE */ member
H A Dcurl_ntlm_core.c358 static const unsigned char magic[] = { in Curl_ntlm_core_mk_lm_hash() local
374 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)lmbuffer, in Curl_ntlm_core_mk_lm_hash()
378 DES_ecb_encrypt((DES_cblock *)magic, (DES_cblock *)(lmbuffer + 8), in Curl_ntlm_core_mk_lm_hash()
383 des_encrypt(&des, 8, lmbuffer, magic); in Curl_ntlm_core_mk_lm_hash()
385 des_encrypt(&des, 8, lmbuffer + 8, magic); in Curl_ntlm_core_mk_lm_hash()
388 encrypt_des(magic, lmbuffer, pw); in Curl_ntlm_core_mk_lm_hash()
389 encrypt_des(magic, lmbuffer + 8, pw + 7); in Curl_ntlm_core_mk_lm_hash()
H A Dshare.c44 share->magic = CURL_GOOD_SHARE; in curl_share_init()
251 share->magic = 0; in curl_share_cleanup()
H A Dmultihandle.h87 unsigned int magic; member
H A Durldata.h234 (((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))? TRUE: \
238 ((x) && ((x)->magic == CURLEASY_MAGIC_NUMBER))
1892 unsigned int magic; member
H A Dsmb.c100 unsigned char magic[4]; member
556 memcpy((char *)h->magic, "\xffSMB", 4); in smb_format_message()
H A Dmulti.c82 (((x) && (x)->magic == CURL_MULTI_HANDLE)? TRUE: \
86 ((x) && (x)->magic == CURL_MULTI_HANDLE)
404 multi->magic = CURL_MULTI_HANDLE; in Curl_multi_handle()
2847 multi->magic = 0; /* not good anymore */
3254 DEBUGASSERT(data->magic == CURLEASY_MAGIC_NUMBER);
H A Deasy.c1016 outcurl->magic = CURLEASY_MAGIC_NUMBER; in curl_easy_duphandle()
H A Durl.c256 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 Dtest131535 …ue -F 'file=@%LOGDIR/test%TESTNUMBER.txt,%LOGDIR/test%TESTNUMBER.txt;type=magic/content,%LOGDIR/te…
71 Content-Type: magic/content
H A Dtest71746 # target a port that won't work without the SOCKS magic
H A Dtest74246 # target a port that won't work without the SOCKS magic
H A Dtest140439 …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 Dtest3168 Set-Cookie: magic=yessir; path=/silly/; HttpOnly
117 Set-Cookie: magic=yessir; path=/silly/; HttpOnly
173 #HttpOnly_test31.curl FALSE /silly/ FALSE 0 magic yessir
/curl/docs/libcurl/opts/
H A DCURLOPT_WS_OPTIONS.md59 /* tell curl we deal with all the WebSocket magic ourselves */
H A DCURLOPT_NETRC_FILE.md51 curl_easy_setopt(curl, CURLOPT_NETRC_FILE, "/tmp/magic-netrc");
H A DCURLINFO_REDIRECT_URL.md34 for you but you would still prefer to avoid implementing all the magic of
/curl/tests/unit/
H A Dunit1620.c92 fail_unless(empty->magic == CURLEASY_MAGIC_NUMBER,
/curl/docs/libcurl/
H A Dcurl_easy_pause.md34 the write callbacks return the proper magic return code
116 When pausing a download transfer by returning the magic return code from a
H A Dcurl_ws_send.md97 const char *send_payload = "magic";
H A Dlibcurl.md84 in different threads. This magic is setup using the share interface, as
H A Dlibcurl-security.md283 FILE protocol in curl or be prepared that accesses to a range of "magic paths"
/curl/scripts/
H A Dmanagen459 my $magic; # cmdline special option
494 $magic=$1;
/curl/m4/
H A Dcurl-wolfssl.m451 dnl try pkg-config magic
/curl/docs/
H A DFAQ223 magic with the supported protocols than curl currently does, chances are
627 Many web pages do magic stuff using embedded JavaScript. curl and libcurl

Completed in 73 milliseconds

12