| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Error.h | 198 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error() argument 199 setPtr(Payload.release()); in Error() 274 reinterpret_cast<uintptr_t>(Payload) & in getPtr() 277 return Payload; in getPtr() 283 Payload = reinterpret_cast<ErrorInfoBase*>( in setPtr() 286 (reinterpret_cast<uintptr_t>(Payload) & 0x1)); in setPtr() 288 Payload = EI; in setPtr() 294 return (reinterpret_cast<uintptr_t>(Payload) & 0x1) == 0; in getChecked() 302 Payload = reinterpret_cast<ErrorInfoBase*>( in setChecked() 303 (reinterpret_cast<uintptr_t>(Payload) & in setChecked() [all …]
|
| H A D | OnDiskHashTable.h | 432 const unsigned char *Payload; variable 494 const unsigned char *Payload, 498 Payload(Payload) {} in base_type() 538 return key_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in key_begin() 581 return data_iterator(Payload, this->getNumEntries(), &this->getInfoObj()); in data_begin() 603 Create(const unsigned char *Buckets, const unsigned char *const Payload, 610 Buckets, Payload, Base, InfoObj);
|
| /netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| H A D | rfc2408.txt | 95 3.2 Generic Payload Header . . . . . . . . . . . . . . . . . . 25 97 3.4 Security Association Payload . . . . . . . . . . . . . . . 27 98 3.5 Proposal Payload . . . . . . . . . . . . . . . . . . . . . 28 99 3.6 Transform Payload . . . . . . . . . . . . . . . . . . . . . 29 100 3.7 Key Exchange Payload . . . . . . . . . . . . . . . . . . . 31 101 3.8 Identification Payload . . . . . . . . . . . . . . . . . . 32 102 3.9 Certificate Payload . . . . . . . . . . . . . . . . . . . . 33 103 3.10 Certificate Request Payload . . . . . . . . . . . . . . . 34 104 3.11 Hash Payload . . . . . . . . . . . . . . . . . . . . . . 36 105 3.12 Signature Payload . . . . . . . . . . . . . . . . . . . . 37 [all …]
|
| H A D | rfc2407.txt | 137 associated Identification Payload. See Section 4.6.2 for a complete 140 Identification Payload in at least one of the Phase I Oakley 142 that does not include an Identification Payload. 158 description of the Security Association Payload format. 165 SUPPORTED Notification Payload SHOULD be returned and the security 185 Payload format. 192 SUPPORTED Notification Payload SHOULD be returned and the security 300 Attribute Type Values, Labeled Domain Identifiers, ID Payload Type 313 Identifiers referenced in an ISAKMP Proposal Payload for the IPSEC 368 using the standard ISAKMP Proposal Payload. The following table [all …]
|
| H A D | draft-dukes-ike-mode-cfg-02.txt | 70 3. Configuration Method Exchange and Payload.......................4 74 3.2. Attribute Payload.............................................5 209 3. Configuration Method Exchange and Payload 276 3.2. Attribute Payload 284 ! Next Payload ! RESERVED ! Payload Length ! 293 The Attributes Payload fields are defined as follows: 301 o Next Payload (1 octet) - Identifier for the payload type of the 307 o Payload Length (2 octets) - Length in octets of the current 327 The payload type for the Attributes Payload is 14. 351 Attributes Payload. Zero length attribute values are usually sent in [all …]
|
| H A D | rfc2409.txt | 50 7 Payload Explosion of Complete Exchange.......................... 23 478 Payload(s) encapsulated in Proposal Payload(s) encapsulated in 482 Payload in a single SA payload. To put it another way, for phase 1 1006 Payload that contained the negotiated Transform. 1131 where N/D is either an ISAKMP Notify Payload or an ISAKMP Delete 1132 Payload and HASH(1) is the prf output, using SKEYID_a as the key, and 1271 7. Payload Explosion for a Complete IKE Exchange 1298 ~ and Next Payload of ISA_SA ~ 1300 ! 0 ! RESERVED ! Payload Length ! 1306 ! 0 ! RESERVED ! Payload Length ! [all …]
|
| H A D | rfc3947.txt | 235 | Next Payload | RESERVED | Payload length | 571 | Next Payload | RESERVED | Payload length | 735 New IKE payload numbers need to be added to the Next Payload Types 738 NAT-D 20 NAT Discovery Payload 739 NAT-OA 21 NAT Original Address Payload
|
| H A D | draft-ietf-ipsec-nat-t-ike-00.txt | 158 | Next Payload | RESERVED | Payload length | 300 | Next Payload | RESERVED | Payload length |
|
| H A D | draft-ietf-ipsec-nat-t-ike-05.txt | 194 | Next Payload | RESERVED | Payload length | 484 | Next Payload | RESERVED | Payload length | 626 NAT-D 15 NAT Discovery Payload 627 NAT-OA 16 NAT Original Address Payload
|
| H A D | draft-ietf-ipsec-nat-t-ike-07.txt | 193 | Next Payload | RESERVED | Payload length | 490 | Next Payload | RESERVED | Payload length | 638 NAT-D 15 NAT Discovery Payload 639 NAT-OA 16 NAT Original Address Payload
|
| H A D | draft-ietf-ipsec-nat-t-ike-06.txt | 194 | Next Payload | RESERVED | Payload length | 490 | Next Payload | RESERVED | Payload length | 633 NAT-D 15 NAT Discovery Payload 634 NAT-OA 16 NAT Original Address Payload
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | PatternInit.cpp | 57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local 59 Payload = llvm::APInt::getSplat(BitWidth, Payload); in initializationPatternFor() 60 return llvm::ConstantFP::getQNaN(Ty, NegativeNaN, &Payload); in initializationPatternFor()
|
| /netbsd-src/libexec/httpd/testsuite/ |
| H A D | t14.out | 1 HTTP/1.1 413 Payload Too Large 7 <html><head><title>413 Payload Too Large</title></head> 8 <body><h1>413 Payload Too Large</h1>
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
| H A D | MachOWriter.cpp | 195 assert(sizeof(MachO::LCStruct) + LC.Payload.size() == \ in writeLoadCommands() 201 if (!LC.Payload.empty()) \ in writeLoadCommands() 202 memcpy(Begin, LC.Payload.data(), LC.Payload.size()); \ in writeLoadCommands() 203 Begin += LC.Payload.size(); \ in writeLoadCommands() 209 assert(sizeof(MachO::load_command) + LC.Payload.size() == in writeLoadCommands() 215 if (!LC.Payload.empty()) in writeLoadCommands() 216 memcpy(Begin, LC.Payload.data(), LC.Payload.size()); in writeLoadCommands() 217 Begin += LC.Payload.size(); in writeLoadCommands()
|
| H A D | MachOObjcopy.cpp | 47 return StringRef(reinterpret_cast<const char *>(LC.Payload.data()), in getPayloadString() 48 LC.Payload.size()) in getPayloadString() 124 LC.Payload.assign(NewCmdsize - sizeof(LCType), 0); in updateLoadCommandPayloadString() 125 std::copy(S.begin(), S.end(), LC.Payload.begin()); in updateLoadCommandPayloadString() 135 LC.Payload.assign(RPathLC.cmdsize - sizeof(MachO::rpath_command), 0); in buildRPathLoadCommand() 136 std::copy(Path.begin(), Path.end(), LC.Payload.begin()); in buildRPathLoadCommand()
|
| H A D | MachOReader.cpp | 165 LC.Payload = ArrayRef<uint8_t>( \ in readLoadCommands() 178 LC.Payload = ArrayRef<uint8_t>( in readLoadCommands()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | affix_allocator.d | 230 private template Payload2Affix(Payload, Affix) in Impl() 232 static if (is(Payload[] : void[])) in Impl() 234 else static if (is(Payload[] : shared(void)[])) in Impl() 236 else static if (is(Payload[] : immutable(void)[])) in Impl() 238 else static if (is(Payload[] : const(shared(void))[])) in Impl() 240 else static if (is(Payload[] : const(void)[])) in Impl() 243 static assert(0, "Internal error for type " ~ Payload.stringof); in Impl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | VariantValue.h | 132 class Payload { 134 virtual ~Payload(); 229 explicit VariantMatcher(std::shared_ptr<Payload> Value) in VariantMatcher() 237 std::shared_ptr<const Payload> Value;
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/ |
| H A D | affix_allocator.d | 274 private template Payload2Affix(Payload, Affix) in Impl() 276 static if (is(Payload[] : void[])) in Impl() 278 else static if (is(Payload[] : shared(void)[])) in Impl() 280 else static if (is(Payload[] : immutable(void)[])) in Impl() 282 else static if (is(Payload[] : const(shared(void))[])) in Impl() 284 else static if (is(Payload[] : const(void)[])) in Impl() 287 static assert(0, "Internal error for type " ~ Payload.stringof); in Impl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 88 VariantMatcher::Payload::~Payload() {} in ~Payload() 90 class VariantMatcher::SinglePayload : public VariantMatcher::Payload { 120 class VariantMatcher::PolymorphicPayload : public VariantMatcher::Payload { 186 class VariantMatcher::VariadicOpPayload : public VariantMatcher::Payload {
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
| H A D | ir.d | 990 static struct Payload struct 996 static assert(Payload.sizeof == size_t.sizeof); 999 Payload* big; 1018 big = cast(Payload*) enforceMalloc(Payload.sizeof + T.sizeof*size); in this() 1097 auto newbig = cast(Payload*) enforceMalloc(Payload.sizeof + T.sizeof*length); in mutate()
|
| /netbsd-src/external/bsd/ipf/dist/etc/ |
| H A D | protocols | 53 esp 50 esp # Encap Security Payload 103 ipcomp 108 IPCOMP # IP Payload Compression Protocol
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | MultiOnDiskHashTable.h | 67 storage_type Buckets, storage_type Payload, storage_type Base, in OnDiskTable() 70 Table(NumBuckets, NumEntries, Buckets, Payload, Base, InfoObj) {} in OnDiskTable()
|
| /netbsd-src/external/public-domain/xz/dist/doc/ |
| H A D | lzma-file-format.txt | 131 that Uncompressed Size is unknown. End of Payload Marker (*) 141 instead of End of Payload Marker.
|
| /netbsd-src/etc/ |
| H A D | protocols | 125 esp 50 ESP # Encap Security Payload Y [RFC4303] 205 ipcomp 108 IPComp # IP Payload Compression [RFC2393] 247 # Security Payload
|