/third_party/node/deps/v8/src/execution/ |
D | simulator-base.h | 32 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()
|
D | simulator-base.cc | 64 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/ |
D | INSTALL | 10 including [staged installs], [redirection], or [command redefinition]. 15 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
|
D | README.md | 78 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/ |
D | post302.md | 21 requests when following a 302 redirection. The non-RFC behavior is ubiquitous 24 a redirection. This option is meaningful only when using --location.
|
D | post301.md | 21 requests when following a 301 redirection. The non-RFC behavior is ubiquitous 24 a redirection. This option is meaningful only when using --location.
|
D | post303.md | 22 remain a POST after a 303 redirection. This option is meaningful only when
|
/third_party/curl/docs/libcurl/opts/ |
D | CURLINFO_REDIRECT_TIME.md | 17 CURLINFO_REDIRECT_TIME - get the time for all redirection steps 31 all redirection steps include name lookup, connect, pretransfer and transfer
|
D | CURLINFO_REDIRECT_TIME_T.md | 17 CURLINFO_REDIRECT_TIME_T - get the time for all redirection steps 31 took for all redirection steps include name lookup, connect, pretransfer and
|
D | CURLOPT_POSTREDIR.md | 34 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
|
D | CURLOPT_MAXREDIRS.md | 27 Pass a long. The set number is the redirection limit *amount*. If that
|
D | CURLOPT_FOLLOWLOCATION.md | 79 /* example.com is redirected, so we tell libcurl to follow redirection */
|
/third_party/node/doc/api/ |
D | permissions.md | 136 ##### 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/ |
D | 2022-06-15-20-09-23.gh-issue-87389.QVaC3f.rst | 1 :mod:`http.server`: Fix an open redirection vulnerability in the HTTP server
|
/third_party/node/test/fixtures/wpt/common/security-features/ |
D | README.md | 145 * 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/ |
D | test3101 | 66 HTTP auth without redirection protocols
|
D | test1418 | 52 # This is the first reply after the redirection
|
D | test89 | 39 # This is the first reply after the redirection
|
/third_party/node/deps/undici/src/docs/api/ |
D | Agent.md | 22 * **maxRedirections** `Integer` - Default: `0`. The number of HTTP redirection to follow unless oth…
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 44 - 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/ |
D | simulator-ppc.cc | 982 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/ |
D | simulator-loong64.cc | 2047 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/ |
D | curl_easy_getinfo.md | 446 for all redirection steps include name lookup, connect, pretransfer and 448 redirection took place.
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 1664 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/ |
D | simulator-riscv64.cc | 2771 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 …]
|