Home
last modified time | relevance | path

Searched refs:header_flags (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/devel/arduino-core/Arduino-b439a77/libraries/Ethernet/src/
H A DDns.cpp266 uint16_t header_flags = word(header[2], header[3]); in ProcessResponse() local
269 ((header_flags & QUERY_RESPONSE_MASK) != (uint16_t)RESPONSE_FLAG) ) in ProcessResponse()
277 if ( (header_flags & TRUNCATION_FLAG) || (header_flags & RESP_MASK) ) in ProcessResponse()
374 iUdp.read((uint8_t*)&header_flags, sizeof(header_flags)); in ProcessResponse()
378 if (htons(header_flags) != 4) in ProcessResponse()
391 for (uint16_t i =0; i < htons(header_flags); i++) in ProcessResponse()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dbgen_to_gen.c125 uint32_t header_flags; in bgen_to_gen() local
126 if (!fread(&header_flags, 4, 1, in_bgenfile)) { in bgen_to_gen()
129 if (header_flags & (~5)) { in bgen_to_gen()
130 header_flags = (header_flags >> 2) & 15; in bgen_to_gen()
131 if (header_flags == 2) { in bgen_to_gen()
133 } else if (header_flags > 2) { in bgen_to_gen()
157 const uint32_t bgen_compressed = header_flags & 1; in bgen_to_gen()
158 const uint32_t bgen_multichar_alleles = (header_flags >> 2) & 1; in bgen_to_gen()
/dports/comms/qt5-sensors/kde-qtsensors-5.15.2p2/src/plugins/sensors/iio-sensor-proxy/
H A Diio-sensor-proxy.pro23 sensor_proxy.header_flags = -N
26 sensor_proxy_compass.header_flags = -N
29 dbus_properties.header_flags = -N
/dports/archivers/c-blosc/c-blosc-1.21.0/blosc/
H A Dblosc.c526 int8_t header_flags = *(context->header_flags); in initialize_decompress_func() local
527 int32_t compformat = (header_flags & 0xe0) >> 5; in initialize_decompress_func()
596 int8_t header_flags = *(context->header_flags); in blosc_c() local
597 int dont_split = (header_flags & 0x10) >> 4; in blosc_c()
729 int8_t header_flags = *(context->header_flags); in blosc_d() local
730 int dont_split = (header_flags & 0x10) >> 4; in blosc_d()
1216 *(context->header_flags) |= BLOSC_MEMCPYED; in write_compression_header()
1222 *(context->header_flags) |= BLOSC_MEMCPYED; in write_compression_header()
1261 *(context->header_flags) |= BLOSC_MEMCPYED; in blosc_compress_context()
1468 if (*context->header_flags & 0x08) { in blosc_run_decompression_with_context()
[all …]
/dports/devel/py-tables/tables-3.6.1/c-blosc/blosc/
H A Dblosc.c538 int8_t header_flags = *(context->header_flags); in initialize_decompress_func() local
539 int32_t compformat = (header_flags & 0xe0) >> 5; in initialize_decompress_func()
610 int8_t header_flags = *(context->header_flags); in blosc_c() local
611 int dont_split = (header_flags & 0x10) >> 4; in blosc_c()
740 int8_t header_flags = *(context->header_flags); in blosc_d() local
741 int dont_split = (header_flags & 0x10) >> 4; in blosc_d()
1207 *(context->header_flags) |= BLOSC_MEMCPYED; in write_compression_header()
1213 *(context->header_flags) |= BLOSC_MEMCPYED; in write_compression_header()
1252 *(context->header_flags) |= BLOSC_MEMCPYED; in blosc_compress_context()
1460 if (*context->header_flags & 0x08) { in blosc_run_decompression_with_context()
[all …]
/dports/net/py-ripe.atlas.tools/ripe.atlas.tools-2.3.0/ripe/atlas/tools/renderers/
H A Ddns.py49 header_flags = []
52 header_flags.append(flag)
79 header_flags=" ".join(header_flags),
H A Ddns_compact.py58 header_flags = []
61 header_flags.append(flag)
63 s.append(" ".join(header_flags))
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/libarchive/
H A Darchive_read_support_compression_gzip.c118 int header_flags; in peek_at_header() local
138 header_flags = p[3]; in peek_at_header()
146 if (header_flags & 4) { in peek_at_header()
154 if (header_flags & 8) { in peek_at_header()
166 if (header_flags & 16) { in peek_at_header()
178 if ((header_flags & 2)) { in peek_at_header()
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/x-pack/plugins/fleet/server/services/epm/elasticsearch/ingest_pipeline/tests/ingest_pipelines/
H A Dreal_input_beats.yml54 field: dns.header_flags
56 field: dns.header_flags
60 field: dns.header_flags
96 if: ctx.dns?.header_flags != null
99 ctx.coredns.response.flags = ctx.dns.header_flags;
H A Dreal_input_standard.yml54 field: dns.header_flags
56 field: dns.header_flags
60 field: dns.header_flags
96 if: ctx.dns?.header_flags != null
99 ctx.coredns.response.flags = ctx.dns.header_flags;
H A Dreal_output.yml54 field: dns.header_flags
56 field: dns.header_flags
60 field: dns.header_flags
96 if: ctx.dns?.header_flags != null
99 ctx.coredns.response.flags = ctx.dns.header_flags;
/dports/graphics/aseprite/aseprite-1.2.9/third_party/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c131 int header_flags; in peek_at_header() local
146 header_flags = p[3]; in peek_at_header()
154 if (header_flags & 4) { in peek_at_header()
163 if (header_flags & 8) { in peek_at_header()
175 if (header_flags & 16) { in peek_at_header()
187 if ((header_flags & 2)) { in peek_at_header()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/xtrabackup/src/libarchive/libarchive/
H A Darchive_read_support_filter_gzip.c131 int header_flags; in peek_at_header() local
146 header_flags = p[3]; in peek_at_header()
154 if (header_flags & 4) { in peek_at_header()
163 if (header_flags & 8) { in peek_at_header()
175 if (header_flags & 16) { in peek_at_header()
187 if ((header_flags & 2)) { in peek_at_header()
/dports/archivers/libarchive/libarchive-3.5.2/libarchive/
H A Darchive_read_support_filter_gzip.c144 int header_flags; in peek_at_header() local
162 header_flags = p[3]; in peek_at_header()
174 if (header_flags & 4) { in peek_at_header()
183 if (header_flags & 8) { in peek_at_header()
206 if (header_flags & 16) { in peek_at_header()
218 if ((header_flags & 2)) { in peek_at_header()
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_filter_gzip.c144 int header_flags; in peek_at_header() local
162 header_flags = p[3]; in peek_at_header()
174 if (header_flags & 4) { in peek_at_header()
183 if (header_flags & 8) { in peek_at_header()
206 if (header_flags & 16) { in peek_at_header()
218 if ((header_flags & 2)) { in peek_at_header()
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_filter_gzip.c144 int header_flags; in peek_at_header() local
162 header_flags = p[3]; in peek_at_header()
174 if (header_flags & 4) { in peek_at_header()
183 if (header_flags & 8) { in peek_at_header()
206 if (header_flags & 16) { in peek_at_header()
218 if ((header_flags & 2)) { in peek_at_header()
/dports/devel/cmake/cmake-3.22.1/Utilities/cmlibarchive/libarchive/
H A Darchive_read_support_filter_gzip.c144 int header_flags; in peek_at_header() local
162 header_flags = p[3]; in peek_at_header()
174 if (header_flags & 4) { in peek_at_header()
183 if (header_flags & 8) { in peek_at_header()
206 if (header_flags & 16) { in peek_at_header()
218 if ((header_flags & 2)) { in peek_at_header()
/dports/devel/pecl-swoole/swoole-4.8.5/ext-src/
H A Dswoole_http_response.cc349 header_flags |= HTTP_HEADER_SERVER; in parse_header_flags()
351 header_flags |= HTTP_HEADER_CONNECTION; in parse_header_flags()
353 header_flags |= HTTP_HEADER_DATE; in parse_header_flags()
355 header_flags |= HTTP_HEADER_CONTENT_LENGTH; in parse_header_flags()
357 header_flags |= HTTP_HEADER_CONTENT_TYPE; in parse_header_flags()
359 header_flags |= HTTP_HEADER_TRANSFER_ENCODING; in parse_header_flags()
398 uint32_t header_flags = 0x0; in build_header() local
464 if (!(header_flags & HTTP_HEADER_SERVER)) { in build_header()
475 if (!(header_flags & HTTP_HEADER_CONNECTION)) { in build_header()
482 if (!(header_flags & HTTP_HEADER_CONTENT_TYPE)) { in build_header()
[all …]
H A Dswoole_http2_server.cc273 uint32_t header_flags = 0x0; in http2_server_build_header() local
283 …[](Http2::HeaderSet &headers, const char *key, size_t l_key, zval *value, uint32_t &header_flags) { in http2_server_build_header() argument
293 header_flags |= HTTP_HEADER_SERVER; in http2_server_build_header()
297 header_flags |= HTTP_HEADER_DATE; in http2_server_build_header()
299 header_flags |= HTTP_HEADER_CONTENT_TYPE; in http2_server_build_header()
311 add_header(headers, key, keylen, zvalue_2, header_flags); in http2_server_build_header()
315 add_header(headers, key, keylen, zvalue, header_flags); in http2_server_build_header()
322 if (!(header_flags & HTTP_HEADER_SERVER)) { in http2_server_build_header()
325 if (!(header_flags & HTTP_HEADER_DATE)) { in http2_server_build_header()
328 if (!(header_flags & HTTP_HEADER_CONTENT_TYPE)) { in http2_server_build_header()
/dports/net/samba412/samba-4.12.15/source4/torture/dfs/
H A Ddomaindfs.c48 torture_assert_int_equal(tctx, resp.header_flags, 0, in test_getdomainreferral()
113 torture_assert_int_equal(tctx, resp2.header_flags, 0, in test_getdcreferral()
169 torture_assert_int_equal(tctx, resp3.header_flags, 0, in test_getdcreferral()
229 torture_assert_int_equal(tctx, resp2.header_flags, 0, in test_getdcreferral_netbios()
274 torture_assert_int_equal(tctx, resp3.header_flags, 0, in test_getdcreferral_netbios()
344 torture_assert_int_equal(tctx, resp3.header_flags, DFS_HEADER_FLAG_STORAGE_SVR, in test_getsysvolreferral()
412 torture_assert_int_equal(tctx, resp3.header_flags, in test_getsysvolreferral()
/dports/comms/rtl-433/rtl_433-21.12/src/devices/
H A Dradiohead_ask.c151 int msg_len, data_len, header_to, header_from, header_id, header_flags; in radiohead_ask_callback() local
167 header_flags = rh_payload[4]; in radiohead_ask_callback()
180 "flags", "Flags", DATA_INT, header_flags, in radiohead_ask_callback()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/blosc/
H A Dblosc2.c606 if (header_flags & BLOSC_DOBITSHUFFLE) { in get_filter_flags()
609 if (header_flags & BLOSC_DODELTA) { in get_filter_flags()
612 if (header_flags & BLOSC_MEMCPYED) { in get_filter_flags()
725 context->header_flags = header->flags; in blosc2_initialize_context_from_header()
737 if ((context->header_flags & BLOSC_DOSHUFFLE) && in blosc2_initialize_context_from_header()
771 header->flags = context->header_flags; in blosc2_intialize_header_from_context()
2091 context->header_flags = 0; in write_compression_header()
2131 context->header_flags |= BLOSC_DOSHUFFLE; in write_compression_header()
2141 context->header_flags |= BLOSC_DODELTA; in write_compression_header()
2148 context->header_flags |= dont_split << 4; in write_compression_header()
[all …]
/dports/net/libunp/unpv12e/test/
H A Dtest1.c21 header_flags() in header_flags() function
199 header_flags(); in main()
/dports/security/suricata/suricata-6.0.4/rust/src/dns/
H A Ddetect.rs65 let header_flags = if flags & core::STREAM_TOSERVER != 0 { in rs_dns_opcode_match() localVariable
82 if match_opcode(detect, header_flags) { in rs_dns_opcode_match()
/dports/science/py-MDAnalysis/MDAnalysis-0.19.2/MDAnalysis/topology/
H A DPSFParser.py112 header_flags = header[3:].split()
114 if "NAMD" in header_flags:
116 elif "EXT" in header_flags:

1234567