/third_party/ffmpeg/libavcodec/ |
H A D | fitsdec.c | 50 * This is called if the values are not present in the header. 52 * @param header pointer to the header 56 static int fill_data_min_max(const uint8_t *ptr8, FITSHeader *header, const uint8_t *end) in fill_data_min_max() argument 66 header->data_min = DBL_MAX; in fill_data_min_max() 67 header->data_max = -DBL_MAX; in fill_data_min_max() 68 switch (header->bitpix) { in fill_data_min_max() 71 for (i = 0; i < header->naxisn[1]; i++) { \ in fill_data_min_max() 72 for (j = 0; j < header->naxisn[0]; j++) { \ in fill_data_min_max() 74 if (!header in fill_data_min_max() 106 fits_read_header(AVCodecContext *avctx, const uint8_t **ptr, FITSHeader *header, const uint8_t *end, AVDictionary **metadata) fits_read_header() argument 199 FITSHeader header; fits_decode_frame() local [all...] |
/third_party/elfio/elfio/ |
H A D | elfio_header.hpp | 38 // ELF header functions 83 header.e_ident[EI_MAG0] = ELFMAG0; in elf_header_impl() 84 header.e_ident[EI_MAG1] = ELFMAG1; in elf_header_impl() 85 header.e_ident[EI_MAG2] = ELFMAG2; in elf_header_impl() 86 header.e_ident[EI_MAG3] = ELFMAG3; in elf_header_impl() 87 header.e_ident[EI_CLASS] = elf_header_impl_types<T>::file_class; in elf_header_impl() 88 header.e_ident[EI_DATA] = encoding; in elf_header_impl() 89 header.e_ident[EI_VERSION] = EV_CURRENT; in elf_header_impl() 90 header.e_version = ( *convertor )( (Elf_Word)EV_CURRENT ); in elf_header_impl() 91 header in elf_header_impl() 146 T header = {}; global() member in ELFIO::elf_header_impl [all...] |
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_demarshal.c | 31 struct rbug_header * rbug_demarshal(struct rbug_proto_header *header) in rbug_demarshal() argument 33 switch(header->opcode) { in rbug_demarshal() 35 return (struct rbug_header *)rbug_demarshal_noop(header); in rbug_demarshal() 37 return (struct rbug_header *)rbug_demarshal_ping(header); in rbug_demarshal() 39 return (struct rbug_header *)rbug_demarshal_error(header); in rbug_demarshal() 41 return (struct rbug_header *)rbug_demarshal_ping_reply(header); in rbug_demarshal() 43 return (struct rbug_header *)rbug_demarshal_error_reply(header); in rbug_demarshal() 45 return (struct rbug_header *)rbug_demarshal_texture_list(header); in rbug_demarshal() 47 return (struct rbug_header *)rbug_demarshal_texture_info(header); in rbug_demarshal() 49 return (struct rbug_header *)rbug_demarshal_texture_write(header); in rbug_demarshal() [all...] |
H A D | rbug_context.c | 28 * in the header file matching this file's name. 48 LEN(8); /* header */ in rbug_send_context_list() 84 LEN(8); /* header */ in rbug_send_context_info() 123 LEN(8); /* header */ in rbug_send_context_draw_block() 164 LEN(8); /* header */ in rbug_send_context_draw_step() 205 LEN(8); /* header */ in rbug_send_context_draw_unblock() 250 LEN(8); /* header */ in rbug_send_context_draw_rule() 298 LEN(8); /* header */ in rbug_send_context_flush() 338 LEN(8); /* header */ in rbug_send_context_list_reply() 387 LEN(8); /* header */ in rbug_send_context_info_reply() 471 rbug_demarshal_context_list(struct rbug_proto_header *header) rbug_demarshal_context_list() argument 490 rbug_demarshal_context_info(struct rbug_proto_header *header) rbug_demarshal_context_info() argument 517 rbug_demarshal_context_draw_block(struct rbug_proto_header *header) rbug_demarshal_context_draw_block() argument 545 rbug_demarshal_context_draw_step(struct rbug_proto_header *header) rbug_demarshal_context_draw_step() argument 573 rbug_demarshal_context_draw_unblock(struct rbug_proto_header *header) rbug_demarshal_context_draw_unblock() argument 601 rbug_demarshal_context_draw_rule(struct rbug_proto_header *header) rbug_demarshal_context_draw_rule() argument 633 rbug_demarshal_context_flush(struct rbug_proto_header *header) rbug_demarshal_context_flush() argument 660 rbug_demarshal_context_list_reply(struct rbug_proto_header *header) rbug_demarshal_context_list_reply() argument 688 rbug_demarshal_context_info_reply(struct rbug_proto_header *header) rbug_demarshal_context_info_reply() argument 722 rbug_demarshal_context_draw_blocked(struct rbug_proto_header *header) rbug_demarshal_context_draw_blocked() argument [all...] |
H A D | rbug_core.c | 28 * in the header file matching this file's name. 48 LEN(8); /* header */ in rbug_send_noop() 83 LEN(8); /* header */ in rbug_send_ping() 119 LEN(8); /* header */ in rbug_send_error() 157 LEN(8); /* header */ in rbug_send_ping_reply() 196 LEN(8); /* header */ in rbug_send_error_reply() 227 struct rbug_proto_noop * rbug_demarshal_noop(struct rbug_proto_header *header) in rbug_demarshal_noop() argument 231 if (!header) in rbug_demarshal_noop() 233 if (header->opcode != (int32_t)RBUG_OP_NOOP) in rbug_demarshal_noop() 240 ret->header in rbug_demarshal_noop() 246 rbug_demarshal_ping(struct rbug_proto_header *header) rbug_demarshal_ping() argument 265 rbug_demarshal_error(struct rbug_proto_header *header) rbug_demarshal_error() argument 292 rbug_demarshal_ping_reply(struct rbug_proto_header *header) rbug_demarshal_ping_reply() argument 319 rbug_demarshal_error_reply(struct rbug_proto_header *header) rbug_demarshal_error_reply() argument [all...] |
H A D | rbug_shader.c | 28 * in the header file matching this file's name. 49 LEN(8); /* header */ in rbug_send_shader_list() 88 LEN(8); /* header */ in rbug_send_shader_info() 130 LEN(8); /* header */ in rbug_send_shader_disable() 175 LEN(8); /* header */ in rbug_send_shader_replace() 219 LEN(8); /* header */ in rbug_send_shader_list_reply() 264 LEN(8); /* header */ in rbug_send_shader_info_reply() 299 struct rbug_proto_shader_list * rbug_demarshal_shader_list(struct rbug_proto_header *header) in rbug_demarshal_shader_list() argument 306 if (!header) in rbug_demarshal_shader_list() 308 if (header in rbug_demarshal_shader_list() 326 rbug_demarshal_shader_info(struct rbug_proto_header *header) rbug_demarshal_shader_info() argument 354 rbug_demarshal_shader_disable(struct rbug_proto_header *header) rbug_demarshal_shader_disable() argument 383 rbug_demarshal_shader_replace(struct rbug_proto_header *header) rbug_demarshal_shader_replace() argument 412 rbug_demarshal_shader_list_reply(struct rbug_proto_header *header) rbug_demarshal_shader_list_reply() argument 440 rbug_demarshal_shader_info_reply(struct rbug_proto_header *header) rbug_demarshal_shader_info_reply() argument [all...] |
/third_party/cups-filters/filter/ |
H A D | rastertopclx.c | 89 void StartPage(ppd_file_t *ppd, cups_page_header2_t *header, int job_id, 92 void EndPage(ppd_file_t *ppd, cups_page_header2_t *header); 99 void OutputLine(ppd_file_t *ppd, cups_page_header2_t *header); 100 int ReadLine(cups_raster_t *ras, cups_page_header2_t *header); 109 cups_page_header2_t *header, /* I - Page header */ in StartPage() 142 fprintf(stderr, "DEBUG: MediaClass = \"%s\"\n", header->MediaClass); in StartPage() 143 fprintf(stderr, "DEBUG: MediaColor = \"%s\"\n", header->MediaColor); in StartPage() 144 fprintf(stderr, "DEBUG: MediaType = \"%s\"\n", header->MediaType); in StartPage() 145 fprintf(stderr, "DEBUG: OutputType = \"%s\"\n", header in StartPage() 108 StartPage(ppd_file_t *ppd, cups_page_header2_t *header, int job_id, const char *user, const char *title, int num_options, cups_option_t *options) StartPage() argument 837 EndPage(ppd_file_t *ppd, cups_page_header2_t *header) EndPage() argument 1561 OutputLine(ppd_file_t *ppd, cups_page_header2_t *header) OutputLine() argument 1700 ReadLine(cups_raster_t *ras, cups_page_header2_t *header) ReadLine() argument 1800 cups_page_header2_t header; /* Page header from file */ main() local [all...] |
H A D | rastertoescpx.c | 131 cups_page_header2_t *header) /* I - Page header */ in StartPage() 154 fprintf(stderr, "DEBUG: MediaClass = \"%s\"\n", header->MediaClass); in StartPage() 155 fprintf(stderr, "DEBUG: MediaColor = \"%s\"\n", header->MediaColor); in StartPage() 156 fprintf(stderr, "DEBUG: MediaType = \"%s\"\n", header->MediaType); in StartPage() 157 fprintf(stderr, "DEBUG: OutputType = \"%s\"\n", header->OutputType); in StartPage() 159 fprintf(stderr, "DEBUG: AdvanceDistance = %d\n", header->AdvanceDistance); in StartPage() 160 fprintf(stderr, "DEBUG: AdvanceMedia = %d\n", header->AdvanceMedia); in StartPage() 161 fprintf(stderr, "DEBUG: Collate = %d\n", header->Collate); in StartPage() 162 fprintf(stderr, "DEBUG: CutMedia = %d\n", header in StartPage() 130 StartPage(ppd_file_t *ppd, cups_page_header2_t *header) StartPage() argument 1053 EndPage(ppd_file_t *ppd, cups_page_header2_t *header) EndPage() argument 1493 OutputBand(ppd_file_t *ppd, cups_page_header2_t *header, cups_weave_t *band) OutputBand() argument 1554 ProcessLine(ppd_file_t *ppd, cups_raster_t *ras, cups_page_header2_t *header, const int y) ProcessLine() argument 1752 cups_page_header2_t header; /* Page header from file */ main() local [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | ucol_swp.cpp | 40 // First check for format version 4+ which has a standard data header. in ucol_looksLikeCollationBinary() 60 * check the length against the header size before reading the size field in ucol_looksLikeCollationBinary() 62 UCATableHeader header; in ucol_looksLikeCollationBinary() local 63 uprv_memset(&header, 0, sizeof(header)); in ucol_looksLikeCollationBinary() 65 header.size=udata_readInt32(ds, inHeader->size); in ucol_looksLikeCollationBinary() 66 } else if((length<(42*4) || length<(header.size=udata_readInt32(ds, inHeader->size)))) { in ucol_looksLikeCollationBinary() 70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary() 72 header.magic==UCOL_HEADER_MAGIC && in ucol_looksLikeCollationBinary() 88 /* swap a header 98 UCATableHeader header; swapFormatVersion3() local 536 InverseUCATableHeader header={ 0,0,0,0,0,{0,0,0,0},{0,0,0,0,0,0,0,0} }; ucol_swapInverseUCA() local [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucol_swp.cpp | 40 // First check for format version 4+ which has a standard data header. in ucol_looksLikeCollationBinary() 60 * check the length against the header size before reading the size field in ucol_looksLikeCollationBinary() 62 UCATableHeader header; in ucol_looksLikeCollationBinary() local 63 uprv_memset(&header, 0, sizeof(header)); in ucol_looksLikeCollationBinary() 65 header.size=udata_readInt32(ds, inHeader->size); in ucol_looksLikeCollationBinary() 66 } else if((length<(42*4) || length<(header.size=udata_readInt32(ds, inHeader->size)))) { in ucol_looksLikeCollationBinary() 70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary() 72 header.magic==UCOL_HEADER_MAGIC && in ucol_looksLikeCollationBinary() 88 /* swap a header 98 UCATableHeader header; swapFormatVersion3() local 536 InverseUCATableHeader header={ 0,0,0,0,0,{0,0,0,0},{0,0,0,0,0,0,0,0} }; ucol_swapInverseUCA() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucol_swp.cpp | 40 // First check for format version 4+ which has a standard data header. in ucol_looksLikeCollationBinary() 60 * check the length against the header size before reading the size field in ucol_looksLikeCollationBinary() 62 UCATableHeader header; in ucol_looksLikeCollationBinary() local 63 uprv_memset(&header, 0, sizeof(header)); in ucol_looksLikeCollationBinary() 65 header.size=udata_readInt32(ds, inHeader->size); in ucol_looksLikeCollationBinary() 66 } else if((length<(42*4) || length<(header.size=udata_readInt32(ds, inHeader->size)))) { in ucol_looksLikeCollationBinary() 70 header.magic=ds->readUInt32(inHeader->magic); in ucol_looksLikeCollationBinary() 72 header.magic==UCOL_HEADER_MAGIC && in ucol_looksLikeCollationBinary() 88 /* swap a header 98 UCATableHeader header; swapFormatVersion3() local 536 InverseUCATableHeader header={ 0,0,0,0,0,{0,0,0,0},{0,0,0,0,0,0,0,0} }; ucol_swapInverseUCA() local [all...] |
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | mztools.c | 44 char header[30]; local 49 while ( fread(header, 1, 30, fpZip) == 30 ) { 53 if (READ_32(header) == 0x04034b50) { 54 unsigned int version = READ_16(header + 4); 55 unsigned int gpflag = READ_16(header + 6); 56 unsigned int method = READ_16(header + 8); 57 unsigned int filetime = READ_16(header + 10); 58 unsigned int filedate = READ_16(header + 12); 59 unsigned int crc = READ_32(header + 14); /* crc */ 60 unsigned int cpsize = READ_32(header 149 char header[46]; global() local 224 char header[22]; global() local [all...] |
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | mztools.c | 44 char header[30]; local 49 while ( fread(header, 1, 30, fpZip) == 30 ) { 53 if (READ_32(header) == 0x04034b50) { 54 unsigned int version = READ_16(header + 4); 55 unsigned int gpflag = READ_16(header + 6); 56 unsigned int method = READ_16(header + 8); 57 unsigned int filetime = READ_16(header + 10); 58 unsigned int filedate = READ_16(header + 12); 59 unsigned int crc = READ_32(header + 14); /* crc */ 60 unsigned int cpsize = READ_32(header 149 char header[46]; global() local 224 char header[22]; global() local [all...] |
/third_party/zlib/contrib/minizip/ |
H A D | mztools.c | 43 char header[30]; in unzRepair() local 48 while ( fread(header, 1, 30, fpZip) == 30 ) { in unzRepair() 52 if (READ_32(header) == 0x04034b50) { in unzRepair() 53 unsigned int version = READ_16(header + 4); in unzRepair() 54 unsigned int gpflag = READ_16(header + 6); in unzRepair() 55 unsigned int method = READ_16(header + 8); in unzRepair() 56 unsigned int filetime = READ_16(header + 10); in unzRepair() 57 unsigned int filedate = READ_16(header + 12); in unzRepair() 58 unsigned int crc = READ_32(header + 14); /* crc */ in unzRepair() 59 unsigned int cpsize = READ_32(header in unzRepair() 148 char header[46]; unzRepair() local 223 char header[22]; unzRepair() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
H A D | Table.java | 50 private Header header; field in Table 52 protected Table(Header header, ReadableFontData data) { in Table() argument 54 this.header = header; in Table() 67 * Get the header for the table. 69 * @return the table header 71 public Header header() { in header() method in Table 72 return this.header; in header() 76 * Get the tag for the table from the record header. 79 * @see #header 131 private Header header; global() field in Table.Builder 133 Builder(Header header, WritableFontData data) Builder() argument 138 Builder(Header header, ReadableFontData data) Builder() argument 143 Builder(Header header) Builder() argument 158 public final Header header() { header() method in Table.Builder 183 getBuilder( Header header, WritableFontData tableData) getBuilder() argument [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | instance-type-generator.cc | 376 std::stringstream header; in GenerateInstanceTypes() local 379 IncludeGuardScope guard(header, file_name); in GenerateInstanceTypes() 381 header << "// Instance types for all classes except for those that use " in GenerateInstanceTypes() 383 header << "#define TORQUE_ASSIGNED_INSTANCE_TYPES(V) \\\n"; in GenerateInstanceTypes() 393 PrintInstanceTypes(instance_types.get(), header, values_list, in GenerateInstanceTypes() 401 header << "\n"; in GenerateInstanceTypes() 403 header << "// Instance types for all classes except for those that use\n"; in GenerateInstanceTypes() 404 header << "// InstanceType as flags.\n"; in GenerateInstanceTypes() 405 header << "#define TORQUE_ASSIGNED_INSTANCE_TYPE_LIST(V) \\\n"; in GenerateInstanceTypes() 406 header << values_lis in GenerateInstanceTypes() [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_unfilled.c | 63 struct prim_header *header) in inject_front_face_info() 67 (stage->draw->rasterizer->front_ccw && header->det < 0.0f) || in inject_front_face_info() 68 (!stage->draw->rasterizer->front_ccw && header->det > 0.0f)); in inject_front_face_info() 78 struct vertex_header *v = header->v[i]; in inject_front_face_info() 89 struct prim_header *header, in point() 93 tmp.det = header->det; in point() 100 struct prim_header *header, in line() 105 tmp.det = header->det; in line() 114 struct prim_header *header) in points() 116 struct vertex_header *v0 = header in points() 62 inject_front_face_info(struct draw_stage *stage, struct prim_header *header) inject_front_face_info() argument 88 point(struct draw_stage *stage, struct prim_header *header, struct vertex_header *v0) point() argument 99 line(struct draw_stage *stage, struct prim_header *header, struct vertex_header *v0, struct vertex_header *v1) line() argument 113 points(struct draw_stage *stage, struct prim_header *header) points() argument 131 lines(struct draw_stage *stage, struct prim_header *header) lines() argument [all...] |
/third_party/libsnd/src/ |
H A D | common.c | 48 if ((psf->header.ptr = calloc (1, INITIAL_HEADER_SIZE)) == NULL) in psf_allocate() 52 psf->header.len = INITIAL_HEADER_SIZE ; in psf_allocate() 63 newlen = (needed > psf->header.len) ? 2 * SF_MAX (needed, smallest) : 2 * psf->header.len ; in psf_bump_header_allocation() 66 { psf_log_printf (psf, "Request for header allocation of %D denied.\n", newlen) ; in psf_bump_header_allocation() 70 if ((ptr = realloc (psf->header.ptr, newlen)) == NULL) in psf_bump_header_allocation() 71 { psf_log_printf (psf, "realloc (%p, %D) failed\n", psf->header.ptr, newlen) ; in psf_bump_header_allocation() 76 /* Always zero-out new header memory to avoid un-initializer memory accesses. */ in psf_bump_header_allocation() 77 if (newlen > psf->header.len) in psf_bump_header_allocation() 78 memset ((char *) ptr + psf->header in psf_bump_header_allocation() [all...] |
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitProtExecAllocator.c | 41 header contains the size of the previous and the next block. These sizes 254 struct chunk_header *header = ((struct chunk_header *)chunk) - 1; in free_chunk() local 256 munmap(header->executable, size); in free_chunk() 257 munmap((void *)header, size); in free_chunk() 273 struct block_header header; member 292 free_block->header.size = 0; in sljit_insert_free_block() 318 struct block_header *header; in sljit_malloc_exec() local 337 header = AS_BLOCK_HEADER(free_block, chunk_size); in sljit_malloc_exec() 338 header->prev_size = chunk_size; in sljit_malloc_exec() 339 header in sljit_malloc_exec() 400 struct block_header *header; sljit_free_exec() local [all...] |
H A D | sljitExecAllocator.c | 41 header contains the size of the previous and the next block. These sizes 227 struct block_header header; member 246 free_block->header.size = 0; in sljit_insert_free_block() 271 struct block_header *header; in sljit_malloc_exec() local 290 header = AS_BLOCK_HEADER(free_block, chunk_size); in sljit_malloc_exec() 291 header->prev_size = chunk_size; in sljit_malloc_exec() 292 AS_BLOCK_HEADER(header, size)->prev_size = size; in sljit_malloc_exec() 296 header = (struct block_header*)free_block; in sljit_malloc_exec() 300 header->size = size; in sljit_malloc_exec() 302 return MEM_START(header); in sljit_malloc_exec() 343 struct block_header *header; sljit_free_exec() local [all...] |
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | marking-state.h | 15 #include "src/heap/cppgc/heap-object-header.h" 72 void MarkingStateBase::MarkAndPush(HeapObjectHeader& header, in MarkAndPush() argument 76 if (header.IsInConstruction<AccessMode::kAtomic>()) { in MarkAndPush() 77 not_fully_constructed_worklist_.Push<AccessMode::kAtomic>(&header); in MarkAndPush() 78 } else if (MarkNoPush(header)) { in MarkAndPush() 79 PushMarked(header, desc); in MarkAndPush() 83 bool MarkingStateBase::MarkNoPush(HeapObjectHeader& header) { in MarkNoPush() argument 85 DCHECK_EQ(&heap_, &BasePage::FromPayload(&header)->heap()); in MarkNoPush() 88 DCHECK(!header.IsFree<AccessMode::kAtomic>()); in MarkNoPush() 89 return header in MarkNoPush() 92 MarkAndPush(HeapObjectHeader& header) MarkAndPush() argument 99 PushMarked(HeapObjectHeader& header, TraceDescriptor desc) PushMarked() argument 256 const HeapObjectHeader& header = RegisterWeakReferenceIfNeeded() local 270 RegisterWeakContainer(HeapObjectHeader& header) RegisterWeakContainer() argument 280 HeapObjectHeader& header = ProcessWeakContainer() local 344 AccountMarkedBytes(const HeapObjectHeader& header) AccountMarkedBytes() argument 362 MarkNoPush(HeapObjectHeader& header) MarkNoPush() argument 401 ReTraceMarkedWeakContainer(cppgc::Visitor& visitor, HeapObjectHeader& header) ReTraceMarkedWeakContainer() argument 409 HeapObjectHeader& header = DynamicallyMarkAddress() local 426 const HeapObjectHeader& header = InvokeWeakRootsCallbackIfNeeded() local 434 IsMarkedWeakContainer(HeapObjectHeader& header) IsMarkedWeakContainer() argument 443 Contains( const HeapObjectHeader* header) Contains() argument 450 Insert( const HeapObjectHeader* header) Insert() argument 505 DynamicallyTraceMarkedObject(Visitor& visitor, const HeapObjectHeader& header) DynamicallyTraceMarkedObject() argument [all...] |
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | checksum-icc.c | 24 Byte header[132]; in read_one_file() local 35 if (length < sizeof header) in read_one_file() 36 header[length] = b; in read_one_file() 52 header[84], header[85], header[86], header[87], in read_one_file() 53 header[88], header[89], header[9 in read_one_file() [all...] |
/third_party/rust/crates/rust-openssl/systest/ |
H A D | build.rs | 20 cfg.header("windows.h"); in main() 51 cfg.header("openssl/comp.h") in main() 52 .header("openssl/dh.h") in main() 53 .header("openssl/ossl_typ.h") in main() 54 .header("openssl/stack.h") in main() 55 .header("openssl/x509.h") in main() 56 .header("openssl/bio.h") in main() 57 .header("openssl/x509v3.h") in main() 58 .header("openssl/safestack.h") in main() 59 .header("openss in main() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | test_postprocessor.c | 125 struct MHD_HTTP_Header header; in test_urlencoding() local 133 memset (&header, 0, sizeof (struct MHD_HTTP_Header)); in test_urlencoding() 134 connection.headers_received = &header; in test_urlencoding() 135 header.header = MHD_HTTP_HEADER_CONTENT_TYPE; in test_urlencoding() 136 header.value = MHD_HTTP_POST_ENCODING_FORM_URLENCODED; in test_urlencoding() 137 header.kind = MHD_HEADER_KIND; in test_urlencoding() 159 struct MHD_HTTP_Header header; in test_multipart_garbage() local 178 memset (&header, 0, sizeof (struct MHD_HTTP_Header)); in test_multipart_garbage() 179 connection.headers_received = &header; in test_multipart_garbage() 200 struct MHD_HTTP_Header header; test_multipart_splits() local 233 struct MHD_HTTP_Header header; test_multipart() local 268 struct MHD_HTTP_Header header; test_nested_multipart() local 303 struct MHD_HTTP_Header header; test_empty_value() local [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
H A D | table.cc | 56 Table::Table(Header* header, ReadableFontData* data) in Table() argument 58 header_ = header; in Table() 71 derived_table->header_ = new Header(header()->tag(), in NotifyPostTableBuild() 77 Table::Builder* Table::Builder::GetBuilder(Header* header, in GetBuilder() argument 79 int32_t tag = header->tag(); in GetBuilder() 86 FontHeaderTable::Builder::CreateBuilder(header, table_data)); in GetBuilder() 90 CMapTable::Builder::CreateBuilder(header, table_data)); in GetBuilder() 94 HorizontalHeaderTable::Builder::CreateBuilder(header, table_data)); in GetBuilder() 97 HorizontalMetricsTable::Builder::CreateBuilder(header, table_data)); in GetBuilder() 100 MaximumProfileTable::Builder::CreateBuilder(header, table_dat in GetBuilder() 148 Builder(Header* header, WritableFontData* data) Builder() argument 153 Builder(Header* header, ReadableFontData* data) Builder() argument 158 Builder(Header* header) Builder() argument [all...] |