/external/curl/tests/data/ |
D | test181 | 5 HTTP POST 27 HTTP 1.0 POST 40 POST 51 POST /we/want/181 HTTP/1.0 64 POST
|
D | test508 | 5 POST 6 POST callback 34 send HTTP POST using read callback 49 POST /508 HTTP/1.1
|
D | test1533 | 5 HTTP POST 47 POST /1533 HTTP/1.1 53 POST /1533 HTTP/1.1 59 POST /1533 HTTP/1.1
|
D | test1517 | 5 POST 6 POST callback 44 HTTP POST, server responds before completed send 58 POST /1517 HTTP/1.1
|
D | test551 | 6 HTTP POST 7 POST callback 68 HTTP proxy auth Digest with POST data from read callback 81 POST http://test.remote.example.com/path/551 HTTP/1.1 89 POST http://test.remote.example.com/path/551 HTTP/1.1
|
D | test547 | 5 HTTP POST 6 POST callback 83 HTTP proxy auth NTLM with POST data from read callback 105 POST http://test.remote.example.com/path/547 HTTP/1.1 114 POST http://test.remote.example.com/path/547 HTTP/1.1 123 POST http://test.remote.example.com/path/547 HTTP/1.1
|
D | test1130 | 5 HTTP POST 51 HTTP POST forced expect 100-continue with a 404 81 POST /1130 HTTP/1.1 88 POST /11300001 HTTP/1.1
|
D | test1129 | 5 HTTP POST 51 HTTP POST expect 100-continue with a 404 81 POST /1129 HTTP/1.1 88 POST /11290001 HTTP/1.1
|
D | test245 | 5 HTTP POST 57 HTTP POST --digest 70 POST /245 HTTP/1.1 77 POST /245 HTTP/1.1
|
D | test589 | 5 HTTP POST 34 make a HTTP MIME POST set to NULL 48 POST /589 HTTP/1.1
|
D | test513 | 5 HTTP POST 25 send HTTP POST using read callback that returns CURL_READFUNC_ABORT 37 POST /513 HTTP/1.1
|
D | test1514 | 5 HTTP POST 29 HTTP POST with read callback and unknown data size 40 POST /1514 HTTP/1.1
|
D | test97 | 5 HTTP POST 29 HTTP POST with custom content-type 43 POST /97 HTTP/1.1
|
D | test544 | 5 HTTP POST 33 HTTP POST text data using CURLOPT_COPYPOSTFIELDS 47 POST /544 HTTP/1.1
|
D | test175 | 5 HTTP POST 56 HTTP POST --digest to server not requiring any auth at all 69 POST /175 HTTP/1.1 76 POST /175 HTTP/1.1
|
D | test2068 | 5 HTTP POST 57 HTTP POST --digest with SHA-512-256, userhash=false and user-specified Content-Length header 73 POST /2068 HTTP/1.1 79 POST /2068 HTTP/1.1
|
D | test2067 | 5 HTTP POST 57 HTTP POST --digest with SHA256 and user-specified Content-Length header 73 POST /2067 HTTP/1.1 79 POST /2067 HTTP/1.1
|
D | test565 | 5 HTTP POST 70 send HTTP POST using read callback, chunked transfer-encoding and Digest 81 POST /565 HTTP/1.1 89 POST /565 HTTP/1.1
|
D | test1284 | 5 HTTP POST 57 HTTP POST --digest with user-specified Content-Length header 73 POST /1284 HTTP/1.1 79 POST /1284 HTTP/1.1
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 1068 #define POST(name) DEFN_POST_TEMPLATE(darwin, name) macro 1373 POST(ioctl) in POST() function 1747 POST(fcntl) in POST() function 1856 POST(semctl) in POST() function 1917 POST(sem_init) in POST() function 1941 POST(kqueue) in POST() function 1971 POST(guarded_kqueue_np) in POST() function 2027 POST(kevent) in POST() function 2053 POST(kevent64) in POST() function 2145 POST(workq_ops) in POST() function [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | virtual-registers-cleared-in-machine-functions-liveins.ll | 2 …riple=x86_64-unknown-unknown -o - -stop-after prologepilog %s | FileCheck %s --check-prefix=POST-RA 17 ; POST-RA: liveins: 18 ; POST-RA-NEXT: - { reg: '%edi' } 19 ; POST-RA-NEXT: - { reg: '%esi' }
|
/external/libmicrohttpd/doc/chapters/ |
D | processingpost.inc | 3 the server operates. To induce changes on the server, the @emph{POST} method is preferred over 7 composes an individual response text. Even though it was not mandatory to use the @emph{POST} metho… 8 as there is no permanent change caused by the POST, it is an illustrative example on how to share d… 30 as the response for anything but proper @emph{GET} and @emph{POST} requests: 45 @heading POST request 50 not only if there are different POSTs but also if one POST has only been received partly yet and 110 requests other than @emph{POST} requests. 120 if (con_info->connectiontype == POST) 170 If the new request is a @emph{POST}, the postprocessor must be created now. In addition, the type 173 if (0 == strcmp (method, "POST")) [all …]
|
/external/curl/docs/cmdline-opts/ |
D | post303.d | 7 Tells curl to respect RFC 7231/6.4.4 and not convert POST requests into GET 10 consistency. However, a server may require a POST to remain a POST after such
|
D | post302.d | 7 Tells curl to respect RFC 7231/6.4.3 and not convert POST requests into GET 10 consistency. However, a server may require a POST to remain a POST after such
|
D | post301.d | 7 Tells curl to respect RFC 7231/6.4.2 and not convert POST requests into GET 10 consistency. However, a server may require a POST to remain a POST after such
|