Home
last modified time | relevance | path

Searched refs:redirection (Results 1 – 25 of 101) sorted by relevance

12345

/third_party/node/deps/v8/src/execution/
Dsimulator-base.h32 static Redirection* redirection() { return redirection_; } in redirection() function
176 Redirection* redirection = FromInstruction( in ReverseRedirection() local
178 return redirection->external_function(); in ReverseRedirection()
181 static void DeleteChain(Redirection* redirection) { in DeleteChain() argument
182 while (redirection != nullptr) { in DeleteChain()
183 Redirection* next = redirection->next_; in DeleteChain()
184 delete redirection; in DeleteChain() local
185 redirection = next; in DeleteChain()
Dsimulator-base.cc64 Redirection* redirection = Redirection::Get(external_function, type); in RedirectExternalReference() local
65 return redirection->address_of_instruction(); in RedirectExternalReference()
71 next_ = Simulator::redirection(); in Redirection()
89 Redirection* current = Simulator::redirection(); in Get()
/third_party/lz4/
DINSTALL10 including [staged installs], [redirection], or [command redefinition].
15 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
DREADME.md78 including [staged installs], [redirection], or [command redefinition].
83 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
/third_party/curl/docs/cmdline-opts/
Dpost302.md21 requests when following a 302 redirection. The non-RFC behavior is ubiquitous
24 a redirection. This option is meaningful only when using --location.
Dpost301.md21 requests when following a 301 redirection. The non-RFC behavior is ubiquitous
24 a redirection. This option is meaningful only when using --location.
Dpost303.md22 remain a POST after a 303 redirection. This option is meaningful only when
/third_party/curl/docs/libcurl/opts/
DCURLINFO_REDIRECT_TIME.md17 CURLINFO_REDIRECT_TIME - get the time for all redirection steps
31 all redirection steps include name lookup, connect, pretransfer and transfer
DCURLINFO_REDIRECT_TIME_T.md17 CURLINFO_REDIRECT_TIME_T - get the time for all redirection steps
31 took for all redirection steps include name lookup, connect, pretransfer and
DCURLOPT_POSTREDIR.md34 a 301 redirection. Setting bit 1 (value **CURL_REDIR_POST_302**) makes
42 POST to remain a POST after such a redirection. This option is meaningful only
DCURLOPT_MAXREDIRS.md27 Pass a long. The set number is the redirection limit *amount*. If that
DCURLOPT_FOLLOWLOCATION.md79 /* example.com is redirected, so we tell libcurl to follow redirection */
/third_party/node/doc/api/
Dpermissions.md136 ##### Dependency redirection
168 resource `file:///C:/app/server.js` was given the following redirection from a
189 If the value of the redirection is `true`, a "dependencies" field at the top of
193 If the value of the redirection is a string, it is resolved relative to
201 loading modules. Policy redirection only affects specifiers to `require()` and
206 module to load any specifier without redirection. This can be useful for local
342 ##### Dependency redirection using scopes
/third_party/python/Misc/NEWS.d/next/Security/
D2022-06-15-20-09-23.gh-issue-87389.QVaC3f.rst1 :mod:`http.server`: Fix an open redirection vulnerability in the HTTP server
/third_party/node/test/fixtures/wpt/common/security-features/
DREADME.md145 * Add a new subresource redirection type
236 "redirection": "*",
242 …ripped-referrer`, `origin`=`same-http` or `cross-http`, all possible `redirection`, `source_schem…
269 "redirection": "no-redirect",
435 "redirection": "no-redirect",
456 …URLs (which point to `subresource/` scripts) are calculated from `origin` and `redirection` values.
/third_party/curl/tests/data/
Dtest310166 HTTP auth without redirection protocols
Dtest141852 # This is the first reply after the redirection
Dtest8939 # This is the first reply after the redirection
/third_party/node/deps/undici/src/docs/api/
DAgent.md22 * **maxRedirections** `Integer` - Default: `0`. The number of HTTP redirection to follow unless oth…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt44 - Removed GetWindowContentRegionWidth() function. keep inline redirection helper.
162 Kept inline redirection function (will obsolete).
377 …incorrect description of behavior. Was ostly used by memory editor. Kept inline redirection functi…
449 …In the redirection function, made vertical padding consistent regardless of (items_count <= height…
450 - Kept inline redirection function for all threes (will obsolete).
452 - Removed ImGuiFreeType::BuildFontAtlas(). Kept inline redirection function.
528 - Renamed ImDrawList::AddBezierCurve() to ImDrawList::AddBezierCubic(). Kept inline redirection fun…
529 …thBezierCurveTo() to ImDrawList::PathBezierCubicCurveTo(). Kept inline redirection function (will …
548 …confusion with Tables API. Keep redirection enums (will obsolete). (#125, #513, #913, #1204, #1444…
653 Kept inline redirection function (will obsolete).
[all …]
/third_party/node/deps/v8/src/execution/ppc/
Dsimulator-ppc.cc982 Redirection* redirection = Redirection::FromInstruction(instr); in SoftwareInterrupt() local
988 (redirection->type() == ExternalReference::BUILTIN_CALL_PAIR && in SoftwareInterrupt()
1007 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
1008 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
1009 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
1010 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
1015 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
1025 switch (redirection->type()) { in SoftwareInterrupt()
1052 switch (redirection->type()) { in SoftwareInterrupt()
1085 switch (redirection->type()) { in SoftwareInterrupt()
[all …]
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2047 Redirection* redirection = Redirection::FromInstruction(instr_.instr()); in SoftwareInterrupt() local
2074 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
2075 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
2076 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
2077 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
2084 switch (redirection->type()) { in SoftwareInterrupt()
2111 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
2126 switch (redirection->type()) { in SoftwareInterrupt()
2147 switch (redirection->type()) { in SoftwareInterrupt()
2181 switch (redirection->type()) { in SoftwareInterrupt()
[all …]
/third_party/curl/docs/libcurl/
Dcurl_easy_getinfo.md446 for all redirection steps include name lookup, connect, pretransfer and
448 redirection took place.
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1664 Redirection* redirection = Redirection::FromInstruction(instr); in SoftwareInterrupt() local
1689 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
1690 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
1691 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
1692 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
1697 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
1707 switch (redirection->type()) { in SoftwareInterrupt()
1733 switch (redirection->type()) { in SoftwareInterrupt()
1779 switch (redirection->type()) { in SoftwareInterrupt()
1792 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
[all …]
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc2771 Redirection* redirection = Redirection::FromInstruction(instr_.instr()); in SoftwareInterrupt() local
2798 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
2799 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
2800 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
2801 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
2810 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
2821 switch (redirection->type()) { in SoftwareInterrupt()
2845 switch (redirection->type()) { in SoftwareInterrupt()
2879 switch (redirection->type()) { in SoftwareInterrupt()
2892 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
[all …]

12345