Searched refs:_req (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/ |
D | policy.js | 87 const _req = requestObject(request) constant 88 if (this.request.headers.host !== _req.headers.host) { 92 if (this.request.compress !== _req.compress) { 97 const negotiatorB = new Negotiator(_req) 133 const _req = requestObject(request) constant 136 _req.method = 'GET' 137 return !this.policy.satisfiesWithoutRevalidation(_req) 147 const _req = requestObject(request) constant 148 return this.policy.revalidationHeaders(_req) 154 const _req = requestObject(request) constant [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkcontext.c | 442 _requested_frame_size_is_equal_or_lower (mfxFrameAllocRequest * _req, in _requested_frame_size_is_equal_or_lower() argument 445 if (((_req->Type & MFX_MEMTYPE_EXPORT_FRAME) && in _requested_frame_size_is_equal_or_lower() 446 _req->Info.Width == cached_resp->request.Info.Width && in _requested_frame_size_is_equal_or_lower() 447 _req->Info.Height == cached_resp->request.Info.Height) || in _requested_frame_size_is_equal_or_lower() 448 (!(_req->Type & MFX_MEMTYPE_EXPORT_FRAME) && in _requested_frame_size_is_equal_or_lower() 449 _req->Info.Width <= cached_resp->request.Info.Width && in _requested_frame_size_is_equal_or_lower() 450 _req->Info.Height <= cached_resp->request.Info.Height)) in _requested_frame_size_is_equal_or_lower() 460 mfxFrameAllocRequest *_req = (mfxFrameAllocRequest *) req; in _find_request() local 463 if (_req->NumFrameSuggested <= cached_resp->request.NumFrameSuggested && in _find_request() 464 _requested_frame_size_is_equal_or_lower (_req, cached_resp)) in _find_request() [all …]
|
/third_party/node/deps/uv/src/win/ |
D | req-inl.h | 118 uv__process_tcp_##method##_req(loop, \ 124 uv__process_pipe_##method##_req(loop, \ 130 uv__process_tty_##method##_req(loop, \
|
/third_party/libuv/src/win/ |
D | req-inl.h | 118 uv__process_tcp_##method##_req(loop, \ 124 uv__process_pipe_##method##_req(loop, \ 130 uv__process_tty_##method##_req(loop, \
|
/third_party/mesa3d/src/freedreno/drm/virtio/ |
D | virtio_device.c | 386 virtio_simple_ioctl(struct fd_device *dev, unsigned cmd, void *_req) in virtio_simple_ioctl() argument 401 memcpy(req->payload, _req, _IOC_SIZE(cmd)); in virtio_simple_ioctl() 408 memcpy(_req, rsp->payload, _IOC_SIZE(cmd)); in virtio_simple_ioctl()
|
/third_party/node/test/es-module/ |
D | test-http-imports.mjs | 68 const server = createServer(function(_req, res) { argument 69 const url = new URL(_req.url, host);
|
/third_party/node/test/parallel/ |
D | test-stream-readable-async-iterators.js | 809 let _req; variable 816 _req = http.request(`http://localhost:${server.address().port}`) 819 _req.destroy(new Error('something happened'));
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 4358 …commit/791975d189)] - **(SEMVER-MAJOR)** **fs**: return errno and take fs\_req\_wrap in SyncCall (… 4847 * \[[`376f949510`](https://github.com/nodejs/node/commit/376f949510)] - **src**: rename fs\_req\_wr…
|
D | CHANGELOG_V11.md | 189 …/github.com/nodejs/node/commit/fbdead7f35)] - **src**: add missing uv\_fs\_req\_cleanup() (cjihrig…
|