Searched refs:super (Results 1 – 21 of 21) sorted by relevance
/curl/tests/ |
H A D | util.py | 41 super(ClosingFileHandler, self).__init__() 48 super(ClosingFileHandler, self).emit(record) 52 setStream = getattr(super(ClosingFileHandler, self), 'setStream', None)
|
H A D | smbserver.py | 76 super(ShutdownHandler, self).__init__() 367 super(SmbError, self).__init__(error_message)
|
/curl/tests/data/ |
H A D | test1561 | 19 Set-Cookie: super=secret; domain=example.com; path=/%TESTNUMBER; secure; 38 Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER; httponly; 39 Set-Cookie: super=plain; domain=example.com; path=/%TESTNUMBER/; httponly; 40 Set-Cookie: super=plain; domain=example.com; path=/15; httponly; 97 #HttpOnly_.example.com TRUE /15 FALSE 0 super plain 102 .example.com TRUE /1561 TRUE 0 super secret
|
H A D | test1591 | 48 Trailer: my-super-awesome-trailer, my-other-awesome-trailer 59 my-super-awesome-trailer: trail1
|
H A D | test1598 | 47 Trailer: my-super-awesome-trailer, my-other-awesome-trailer 54 my-super-awesome-trailer: trail1
|
H A D | test452 | 23 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --variable what=hello --expand-data "--{{what:trim:super}}"
|
H A D | test1476 | 17 Set-Cookie: super=oops; domain=co.UK; path=/
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TRAILERFUNCTION.md | 70 *tr = curl_slist_append(*tr, "My-super-awesome-trailer: trailer-stuff"); 90 headers = curl_slist_append(headers, "Trailer: My-super-awesome-trailer");
|
/curl/tests/http/testenv/ |
H A D | nghttpx.py | 196 super().__init__(env=env, name='nghttpx-quic', port=env.h3_port, 234 super().__init__(env=env, name='nghttpx-fwd', port=env.h2proxys_port,
|
/curl/lib/ |
H A D | http_chunks.c | 400 struct Curl_cwriter super; member 478 struct Curl_creader super; member
|
H A D | content_encoding.c | 101 struct Curl_cwriter super; member 608 struct Curl_cwriter super; member 738 struct Curl_cwriter super; member
|
H A D | sendf.c | 231 struct Curl_cwriter super; member 625 struct Curl_creader super; member 948 struct Curl_creader super; member 1268 struct Curl_creader super; member
|
H A D | cw-out.c | 103 struct Curl_cwriter super; member
|
H A D | headers.c | 348 struct Curl_cwriter super; member
|
H A D | ws.c | 362 struct Curl_cwriter super; member
|
H A D | smtp.c | 1786 struct Curl_creader super; member
|
H A D | mime.c | 1924 struct Curl_creader super; member
|
H A D | ftp.c | 339 struct Curl_cwriter super; member
|
H A D | http.c | 4402 struct Curl_creader super; member
|
/curl/docs/cmdline-opts/ |
H A D | cookie.md | 62 ability to stop super cookies.
|
/curl/docs/libcurl/ |
H A D | libcurl-security.md | 492 if libcurl is *not* built with PSL support, it has no ability to stop super
|
Completed in 60 milliseconds