Home
last modified time | relevance | path

Searched refs:HeaderId (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_msg_head_shared.h44 const Field& get_header_value_raw(HttpEnums::HeaderId header_id) const;
45 const Field& get_all_header_values_raw(HttpEnums::HeaderId header_id);
46 const Field& get_header_value_norm(HttpEnums::HeaderId header_id);
47 int get_header_count(HttpEnums::HeaderId header_id) const;
97 HttpEnums::HeaderId* header_name_id = nullptr;
100 NormalizedHeader* get_header_node(HttpEnums::HeaderId k) const;
H A Dhttp_normalized_header.h35 NormalizedHeader(NormalizedHeader* next_, int32_t count_, HttpEnums::HeaderId id_) : in NormalizedHeader()
38 const HttpEnums::HeaderId header_name_id[], const Field header_value[],
41 HttpEventGen* events, const HttpEnums::HeaderId header_name_id[], const Field header_value[],
46 const HttpEnums::HeaderId id;
H A Dhttp_msg_head_shared.cc242 header_name_id = new HeaderId[num_headers]; in parse_header_lines()
300 header_name_id[index] = (HeaderId)str_to_code(lower_name, lower_length, params->header_list); in derive_header_name_id()
304 NormalizedHeader* HttpMsgHeadShared::get_header_node(HeaderId header_id) const in get_header_node()
314 int HttpMsgHeadShared::get_header_count(HeaderId header_id) const in get_header_count()
324 const HeaderId cookie_head = (source_id == SRC_CLIENT) ? HEAD_COOKIE : HEAD_SET_COOKIE; in get_classic_raw_header()
372 HeaderId cookie_head = (source_id == SRC_CLIENT) ? HEAD_COOKIE : HEAD_SET_COOKIE; in get_classic_raw_cookie()
382 const Field& HttpMsgHeadShared::get_header_value_raw(HeaderId header_id) const in get_header_value_raw()
400 const Field& HttpMsgHeadShared::get_all_header_values_raw(HeaderId header_id) in get_all_header_values_raw()
410 const Field& HttpMsgHeadShared::get_header_value_norm(HeaderId header_id) in get_header_value_norm()
647 if (get_header_value_norm((HeaderId)k).length() != STAT_NO_SOURCE) in print_headers()
[all …]
H A Dhttp_normalized_header.cc58 void normalize(const HttpEnums::HeaderId head_id, const int count,
60 const HttpEnums::HeaderId header_name_id[], const Field header_value[],
213 void NormalizedHeader::HeaderNormalizer::normalize(const HeaderId head_id, const int count, in normalize()
214 HttpInfractions* infractions, HttpEventGen* events, const HeaderId header_name_id[], in normalize()
338 const HttpEnums::HeaderId header_name_id[], const Field header_value[], in get_norm()
351 HttpInfractions* infractions, HttpEventGen* events, const HttpEnums::HeaderId header_name_id[], in get_comma_separated_raw()
H A Dhttp_msg_trailer.cc46 static const HeaderId bad_trailer[] = in gen_events()
77 for (HeaderId id: bad_trailer) in gen_events()
H A Dhttp_msg_section.cc194 return head->get_header_value_norm((HeaderId)buf.sub_id); in get_classic_buffer()
327 return head->get_all_header_values_raw((HeaderId)buf.sub_id); in get_classic_buffer()
H A Dhttp_enum.h138 enum HeaderId { HEAD__NOT_COMPUTE=-14, HEAD__PROBLEMATIC=-12, HEAD__NOT_PRESENT=-11, HEAD__OTHER=1, enum
H A Dhttp_msg_header.cc80 const Field& xff = get_header_value_norm((HeaderId)params->xff_headers[idx].code); in get_true_ip()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethereum/
H A DBlockChainSync.h103 struct HeaderId struct
108 bool operator==(HeaderId const& _other) const argument
116 std::size_t operator()(const HeaderId& _k) const in operator()
149 std::unordered_map<HeaderId, unsigned, HeaderIdHash> m_headerIdToNumber;
H A DBlockChainSync.cpp533 HeaderId headerId { info.transactionsRoot(), info.sha3Uncles() }; in onPeerBlockHeaders()
627 HeaderId id { transactionRoot, uncles }; in onPeerBlockBodies()
/dports/net/libksieve/libksieve-21.12.3/src/ksieveui/autocreatescripts/sieveconditions/widgets/
H A Dselectheadertypecombobox.cpp139 if ((it->data(HeaderId).toString()) == header || (it->text() == header)) { in addNewHeader()
145 item->setData(HeaderId, header); in addNewHeader()
157 item->setData(HeaderId, i.key()); in setListHeaders()
168 item->setData(HeaderId, header); in setListHeaders()
186 result += QLatin1String("\"") + it->data(HeaderId).toString() + QLatin1String("\""); in headers()
H A Dselectheadertypecombobox.h29 enum HeaderEnum { HeaderId = Qt::UserRole + 1 }; enumerator
/dports/cad/stepcode/stepcode-0.8/src/cleditor/
H A DSTEPfile.cc249 fileid = HeaderId( "File_Name" ); in HeaderVerifyInstances()
259 fileid = HeaderId( "File_Description" ); in HeaderVerifyInstances()
269 fileid = HeaderId( "File_Schema" ); in HeaderVerifyInstances()
302 fn->STEPfile_id = HeaderId( "File_Name" ); in HeaderDefaultFileName()
312 fd->STEPfile_id = HeaderId( "File_Description" ); in HeaderDefaultFileDescription()
324 fs->STEPfile_id = HeaderId( "File_Schema" ); in HeaderDefaultFileSchema()
369 idnum = HeaderId( "File_Name" ); in HeaderMergeInstances()
387 idnum = HeaderId( "File_Description" ); in HeaderMergeInstances()
400 idnum = HeaderId( "File_Schema" ); in HeaderMergeInstances()
1469 int STEPfile::HeaderId( const char * name ) { in HeaderId() function in STEPfile
[all …]
H A DSTEPfile.h186 int HeaderId( int increment = 1 );
187 int HeaderId( const char * nm = "\0" );
/dports/cad/leocad/leocad-21.06/common/
H A Dlc_zipfile.cpp489 quint16 HeaderId, DataSize; in ReadCentralDir() local
491 if (mFile->ReadU16(&HeaderId, 1) != 1) in ReadCentralDir()
498 if (HeaderId == 0x0001) in ReadCentralDir()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/src/
H A Dxmlrpc_server_w32httpsys.c71 #define ADD_KNOWN_HEADER(Response, HeaderId, RawValue) \ argument
74 (Response).Headers.KnownHeaders[(HeaderId)].pRawValue = (RawValue); \
75 (Response).Headers.KnownHeaders[(HeaderId)].RawValueLength = \
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/src/
H A Dxmlrpc_server_w32httpsys.c72 #define ADD_KNOWN_HEADER(Response, HeaderId, RawValue) \ argument
75 (Response).Headers.KnownHeaders[(HeaderId)].pRawValue = (RawValue); \
76 (Response).Headers.KnownHeaders[(HeaderId)].RawValueLength = \
/dports/textproc/py-markdown/Markdown-3.3.4/docs/change_log/
H A Drelease-2.1.md46 * If you have been using the HeaderId extension to
48 [Attribute List](../extensions/attr_list.md) extension. The HeaderId extension
51 use Attribute Lists instead of HeaderId as it did previously.
H A Drelease-3.0.md137 ### HeaderId extension deprecated
139 The HeaderId Extension is deprecated and will raise an error if specified. Use
141 most of the features of the HeaderId Extension and more (support for meta data
145 defined in the HeaderId Extension should note that those functions are now
H A Drelease-2.6.md143 ### HeaderId Extension Pending Deprecation
145 The HeaderId Extension is pending deprecation and will raise a
149 HeaderId Extension and more (support for meta data is missing).
152 defined in the HeaderId Extension should note that those functions are now
/dports/sysutils/UEFITool/UEFITool-A59/common/
H A Dffs.h697 UINT32 HeaderId; member
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs652 HeaderId: HTTP_HEADER_ID,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs652 HeaderId: HTTP_HEADER_ID,
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs652 HeaderId: HTTP_HEADER_ID,
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/winapi-0.2.8/src/
H A Dhttp.rs652 HeaderId: HTTP_HEADER_ID,

12345678910