Home
last modified time | relevance | path

Searched refs:PUT (Results 1 – 25 of 75) sorted by relevance

123

/third_party/ffmpeg/libavcodec/ppc/
Dvp3dsp_altivec.c136 #define PUT(a)\ in vp3_idct_put_altivec() macro
141 PUT(b0) dst += stride; in vp3_idct_put_altivec()
142 PUT(b1) dst += stride; in vp3_idct_put_altivec()
143 PUT(b2) dst += stride; in vp3_idct_put_altivec()
144 PUT(b3) dst += stride; in vp3_idct_put_altivec()
145 PUT(b4) dst += stride; in vp3_idct_put_altivec()
146 PUT(b5) dst += stride; in vp3_idct_put_altivec()
147 PUT(b6) dst += stride; in vp3_idct_put_altivec()
148 PUT(b7) in vp3_idct_put_altivec()
/third_party/pcre2/pcre2/src/
Dpcre2_intmodedep.h77 #undef PUT
105 #define PUT(a,n,d) \ macro
113 #define PUT(a,n,d) \ macro
122 #define PUT(a,n,d) \ macro
143 #define PUT(a,n,d) \ macro
152 #define PUT(a,n,d) \ macro
169 #define PUT(a,n,d) \ macro
547 #define PUTINC(a,n,d) PUT(a,n,d), a += LINK_SIZE
Dpcre2_compile.c6197 PUT(previous, 1, (int)(code - previous)); in compile_branch()
6838 PUT(code, 1, pptr[1]); /* Offset to next pattern item */ in compile_branch()
6839 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6873 PUT(code, 1, pptr[1]); /* Offset to next pattern item */ in compile_branch()
6874 PUT(code, 1 + LINK_SIZE, pptr[2]); /* Length of next pattern item */ in compile_branch()
6882 PUT(code, 1 + 3*LINK_SIZE, (int)(offset + 1)); /* One after delimiter */ in compile_branch()
6904 PUT(code, 1 + 2*LINK_SIZE, (int)(callout_string - code)); in compile_branch()
7149 PUT(previous, 1, 2 + 2*LINK_SIZE); in compile_branch()
7151 PUT(previous, 3 + 2*LINK_SIZE, 2 + 2*LINK_SIZE); in compile_branch()
7387 PUT(bra, 1, linkoffset); in compile_branch()
[all …]
/third_party/libcoap/examples/
DREADME.etsi_iot16 [+] TD_COAP_CORE_03 Perform PUT transaction (CON mode)
20 [+] TD_COAP_CORE_07 Perform PUT transaction (NON mode)
36 [-] TD_COAP_BLOCK_03 Handle PUT blockwise transfer for large resource
/third_party/libcoap/man/
Dcoap_resource.txt.in84 This could, for example, happen when a PUT request is trying to create a new
122 _resource_ to handle PUT requests to resources that are unknown. Additional
127 to the _resource_ to handle PUT/POST/GET etc. requests that use the Proxy-Uri:
313 * Unknown Resource PUT handler */
333 * Unknown Resource PUT handler */
360 /* Regular PUT handler - used by resources created by the
361 * Unknown Resource PUT handler */
410 /* Unknown Resource PUT handler */
449 /* Do the PUT for this first call */
456 /* Initialize single Unknown Resource PUT handler */
Dcoap-client.txt.in59 The block size to be used in GET/PUT/POST requests (value must be a
71 File to send with PUT/POST (use '-' for STDIN).
99 Content format for given resource for PUT/POST. 'type' must be either
266 '3a' via the 'PUT' method.
Dcoap_cache.txt.in91 server for ease of tracking a large PUT or GET response, but to not exclude
200 *PUT Handler supporting BLOCK1*
216 * Large Data PUT handler
Dcoap-server.txt.in43 Enable support for creation of dynamic resources when doing a PUT up to a
48 Echo back the data sent with a PUT.
/third_party/openssl/
DNOTES-NONSTOP.md29 OpenSSL can be built using unthreaded, POSIX User Threads (PUT), or Standard
34 * `nonstop-nsx_put` selects the PUT build.
35 * `nonstop-nsx_64_put` selects the 64 bit file length PUT build.
58 * For 1.1 PUT `--prefix=/usr/local-ssl1.1_put --openssldir=/usr/local-ssl1.1_put/ssl`
65 The PUT model is placed in `${prefix}/lib-put` for 32-bit models and
/third_party/openssl/fuzz/corpora/client/
D134a9b1ea276d19871a96977518fabbdca3354381 PUT 0
/third_party/node/deps/llhttp/include/
Dllhttp.h186 XX(4, PUT, PUT) \
/third_party/nghttp2/third-party/llhttp/include/
Dllhttp.h332 XX(4, PUT, PUT) \
386 XX(4, PUT, PUT) \
/third_party/node/tools/actions/
Dstart-ci.sh38 curl -sL --request PUT \
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_net_http.js23 PUT: "PUT", property
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Drequest.js140 if (request.body == null && /^(POST|PUT)$/i.test(request.method)) {
/third_party/python/Doc/library/
Dhttp.client.rst284 methods that expect a body (``PUT``, ``POST``, and ``PATCH``). If
595 Client side ``HTTP PUT`` requests are very similar to ``POST`` requests. The
597 be created via ``PUT`` request. It should be noted that custom HTTP methods
599 method attribute. Here is an example session that shows how to send a ``PUT``
609 >>> conn.request("PUT", "/file", BODY)
Dpickletools.rst108 Returns a new equivalent pickle string after eliminating unused ``PUT``
/third_party/protobuf/src/google/protobuf/
Dfield_mask.proto177 // be set to PATCH instead of PUT in order to satisfy HTTP semantics
178 // (PUT must only be used for full updates).
/third_party/node/deps/npm/node_modules/request/
DREADME.md59PUT or POST request. This method will also check the file extension against a mapping of file exte…
65 …pe` to itself. When doing so, `content-type` and `content-length` are preserved in the PUT headers.
99 if (req.method === 'PUT') {
236 method: 'PUT',
753 - `body` - entity body for PATCH, POST and PUT requests. Must be a `Buffer`, `String` or `ReadStrea…
900 - *request.put()*: Defaults to `method: "PUT"`.
982 { method: 'PUT'
/third_party/nghttp2/doc/
Dnghttpd.1.rst149 Send back uploaded content if method is POST or PUT.
/third_party/node/deps/npm/node_modules/libnpmorg/
DREADME.md64 See also: [`PUT
/third_party/curl/
Dbackport-CVE-2023-28322.patch193 * using the PUT request.
199 /* If this is HTTP, PUT is what's needed to "upload" */
/third_party/rust/crates/tracing/examples/examples/
Dtower-load.rs236 (&Method::PUT, "/filter") => { in call()
/third_party/python/Lib/
Dpickle.py144 PUT = b'p' # store stack top in memo; index is string arg variable
523 return PUT + repr(idx).encode("ascii") + b'\n'
1640 dispatch[PUT[0]] = load_put
/third_party/node/deps/npm/node_modules/config-chain/
Dreadme.markdown82 //PUT DEFAULTS LAST

123