Home
last modified time | relevance | path

Searched refs:section_type (Results 1 – 25 of 1617) sorted by relevance

12345678910>>...65

/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/test/
H A Dhttp_transaction_test.cc85 section_type[SRC_CLIENT] = SEC_REQUEST; in TEST()
89 section_type[SRC_CLIENT] = SEC_HEADER; in TEST()
98 section_type[SRC_CLIENT] = SEC_TRAILER; in TEST()
103 section_type[SRC_SERVER] = SEC_STATUS; in TEST()
105 section_type[SRC_SERVER] = SEC_HEADER; in TEST()
112 section_type[SRC_SERVER] = SEC_TRAILER; in TEST()
120 section_type[SRC_SERVER] = SEC_STATUS; in TEST()
123 section_type[SRC_SERVER] = SEC_HEADER; in TEST()
173 section_type[SRC_CLIENT] = SEC_HEADER; in TEST()
177 section_type[SRC_SERVER] = SEC_STATUS; in TEST()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dhapqa_extract_bsf.c38 static int check_texture(HapqaExtractContext *ctx, int section_type) { in check_texture() argument
39 if (((ctx->texture == 0)&&((section_type & 0x0F) == 0x0F)) || /* HapQ texture and rgb extract */ in check_texture()
40 …((ctx->texture == 1)&&((section_type & 0x0F) == 0x01))) /* HapAlphaOnly texture and alpha extract … in check_texture()
53 enum HapSectionType section_type; in hapqa_extract() local
63 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
67 if ((section_type & 0x0F) != 0x0D) { in hapqa_extract()
68 av_log(bsf, AV_LOG_ERROR, "Invalid section type for HAPQA %#04x.\n", section_type & 0x0F); in hapqa_extract()
77 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
83 if (check_texture(ctx, section_type) == 0) { /* the texture is not the one to keep */ in hapqa_extract()
86 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
[all …]
H A Dhapdec.c50 enum HapSectionType section_type; in hap_parse_decode_instructions() local
56 ret = ff_hap_parse_section_header(gbc, &section_size, &section_type); in hap_parse_decode_instructions()
62 switch (section_type) { in hap_parse_decode_instructions()
135 enum HapSectionType section_type; in hap_parse_frame_header() local
150 "Invalid texture format %#04x.\n", section_type & 0x0F); in hap_parse_frame_header()
154 switch (section_type & 0xF0) { in hap_parse_frame_header()
159 ctx->chunks[0].compressor = section_type & 0xF0; in hap_parse_frame_header()
170 ret = ff_hap_parse_section_header(gbc, &section_size, &section_type); in hap_parse_frame_header()
171 if (ret == 0 && section_type != HAP_ST_DECODE_INSTRUCTIONS) in hap_parse_frame_header()
311 enum HapSectionType section_type; in hap_decode() local
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dhapqa_extract_bsf.c38 static int check_texture(HapqaExtractContext *ctx, int section_type) { in check_texture() argument
39 if (((ctx->texture == 0)&&((section_type & 0x0F) == 0x0F)) || /* HapQ texture and rgb extract */ in check_texture()
40 …((ctx->texture == 1)&&((section_type & 0x0F) == 0x01))) /* HapAlphaOnly texture and alpha extract … in check_texture()
53 enum HapSectionType section_type; in hapqa_extract() local
63 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
67 if ((section_type & 0x0F) != 0x0D) { in hapqa_extract()
68 av_log(bsf, AV_LOG_ERROR, "Invalid section type for HAPQA %#04x.\n", section_type & 0x0F); in hapqa_extract()
77 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
83 if (check_texture(ctx, section_type) == 0) { /* the texture is not the one to keep */ in hapqa_extract()
86 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dhapqa_extract_bsf.c38 static int check_texture(HapqaExtractContext *ctx, int section_type) { in check_texture() argument
39 if (((ctx->texture == 0)&&((section_type & 0x0F) == 0x0F)) || /* HapQ texture and rgb extract */ in check_texture()
40 …((ctx->texture == 1)&&((section_type & 0x0F) == 0x01))) /* HapAlphaOnly texture and alpha extract … in check_texture()
53 enum HapSectionType section_type; in hapqa_extract() local
63 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
67 if ((section_type & 0x0F) != 0x0D) { in hapqa_extract()
68 av_log(bsf, AV_LOG_ERROR, "Invalid section type for HAPQA %#04x.\n", section_type & 0x0F); in hapqa_extract()
77 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
83 if (check_texture(ctx, section_type) == 0) { /* the texture is not the one to keep */ in hapqa_extract()
86 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dhapqa_extract_bsf.c38 static int check_texture(HapqaExtractContext *ctx, int section_type) { in check_texture() argument
39 if (((ctx->texture == 0)&&((section_type & 0x0F) == 0x0F)) || /* HapQ texture and rgb extract */ in check_texture()
40 …((ctx->texture == 1)&&((section_type & 0x0F) == 0x01))) /* HapAlphaOnly texture and alpha extract … in check_texture()
53 enum HapSectionType section_type; in hapqa_extract() local
63 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
67 if ((section_type & 0x0F) != 0x0D) { in hapqa_extract()
68 av_log(bsf, AV_LOG_ERROR, "Invalid section type for HAPQA %#04x.\n", section_type & 0x0F); in hapqa_extract()
77 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
83 if (check_texture(ctx, section_type) == 0) { /* the texture is not the one to keep */ in hapqa_extract()
86 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dhapqa_extract_bsf.c38 static int check_texture(HapqaExtractContext *ctx, int section_type) { in check_texture() argument
39 if (((ctx->texture == 0)&&((section_type & 0x0F) == 0x0F)) || /* HapQ texture and rgb extract */ in check_texture()
40 …((ctx->texture == 1)&&((section_type & 0x0F) == 0x01))) /* HapAlphaOnly texture and alpha extract … in check_texture()
53 enum HapSectionType section_type; in hapqa_extract() local
63 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
67 if ((section_type & 0x0F) != 0x0D) { in hapqa_extract()
68 av_log(bsf, AV_LOG_ERROR, "Invalid section type for HAPQA %#04x.\n", section_type & 0x0F); in hapqa_extract()
77 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
83 if (check_texture(ctx, section_type) == 0) { /* the texture is not the one to keep */ in hapqa_extract()
86 ret = ff_hap_parse_section_header(&gbc, &section_size, &section_type); in hapqa_extract()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dlto-section-in.c134 enum lto_section_type section_type, in lto_get_section_data() argument
144 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
184 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument
193 enum lto_section_type section_type, in lto_get_raw_section_data() argument
206 enum lto_section_type section_type, in lto_free_section_data() argument
220 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
234 enum lto_section_type section_type, in lto_free_raw_section_data() argument
239 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
249 enum lto_section_type section_type, in lto_create_simple_input_block() argument
276 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dlto-section-in.c135 enum lto_section_type section_type, in lto_get_section_data() argument
145 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
185 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument
194 enum lto_section_type section_type, in lto_get_raw_section_data() argument
207 enum lto_section_type section_type, in lto_free_section_data() argument
221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
235 enum lto_section_type section_type, in lto_free_raw_section_data() argument
240 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
250 enum lto_section_type section_type, in lto_create_simple_input_block() argument
277 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dlto-section-in.c135 enum lto_section_type section_type, in lto_get_section_data() argument
145 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
185 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument
194 enum lto_section_type section_type, in lto_get_raw_section_data() argument
207 enum lto_section_type section_type, in lto_free_section_data() argument
221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
235 enum lto_section_type section_type, in lto_free_raw_section_data() argument
240 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
250 enum lto_section_type section_type, in lto_create_simple_input_block() argument
277 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dlto-section-in.c135 enum lto_section_type section_type, in lto_get_section_data() argument
145 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
185 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument
194 enum lto_section_type section_type, in lto_get_raw_section_data() argument
207 enum lto_section_type section_type, in lto_free_section_data() argument
221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
235 enum lto_section_type section_type, in lto_free_raw_section_data() argument
240 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
250 enum lto_section_type section_type, in lto_create_simple_input_block() argument
277 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dlto-section-in.c135 enum lto_section_type section_type, in lto_get_section_data() argument
145 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
185 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument
194 enum lto_section_type section_type, in lto_get_raw_section_data() argument
207 enum lto_section_type section_type, in lto_free_section_data() argument
221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
235 enum lto_section_type section_type, in lto_free_raw_section_data() argument
240 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
250 enum lto_section_type section_type, in lto_create_simple_input_block() argument
277 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dlto-section-in.c135 enum lto_section_type section_type, in lto_get_section_data() argument
145 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
185 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument
194 enum lto_section_type section_type, in lto_get_raw_section_data() argument
207 enum lto_section_type section_type, in lto_free_section_data() argument
221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
235 enum lto_section_type section_type, in lto_free_raw_section_data() argument
240 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
250 enum lto_section_type section_type, in lto_create_simple_input_block() argument
277 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dlto-section-in.c135 enum lto_section_type section_type, in lto_get_section_data() argument
145 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
185 enum lto_section_type section_type, size_t *len) in lto_get_summary_section_data() argument
194 enum lto_section_type section_type, in lto_get_raw_section_data() argument
207 enum lto_section_type section_type, in lto_free_section_data() argument
221 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
235 enum lto_section_type section_type, in lto_free_raw_section_data() argument
240 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
250 enum lto_section_type section_type, in lto_create_simple_input_block() argument
277 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
179 enum lto_section_type section_type, in lto_get_raw_section_data() argument
183 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
192 enum lto_section_type section_type, in lto_free_section_data() argument
206 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
220 enum lto_section_type section_type, in lto_free_raw_section_data() argument
225 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
235 enum lto_section_type section_type, in lto_create_simple_input_block() argument
261 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
180 enum lto_section_type section_type, in lto_get_raw_section_data() argument
184 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
193 enum lto_section_type section_type, in lto_free_section_data() argument
207 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
221 enum lto_section_type section_type, in lto_free_raw_section_data() argument
226 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
236 enum lto_section_type section_type, in lto_create_simple_input_block() argument
262 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dlto-section-in.c132 enum lto_section_type section_type, in lto_get_section_data() argument
141 lto_stats.section_size[section_type] += *len; in lto_get_section_data()
179 enum lto_section_type section_type, in lto_get_raw_section_data() argument
183 return (get_section_f) (file_data, section_type, name, len); in lto_get_raw_section_data()
192 enum lto_section_type section_type, in lto_free_section_data() argument
206 (free_section_f) (file_data, section_type, name, data, len); in lto_free_section_data()
220 enum lto_section_type section_type, in lto_free_raw_section_data() argument
225 (free_section_f) (file_data, section_type, name, data, len); in lto_free_raw_section_data()
235 enum lto_section_type section_type, in lto_create_simple_input_block() argument
261 enum lto_section_type section_type, in lto_destroy_simple_input_block() argument
[all …]

12345678910>>...65