Searched refs:textp (Results 1 – 20 of 20) sorted by relevance
/external/syslinux/com32/lib/libpng/ |
D | pngset.c | 708 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local 747 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2() 750 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2() 756 textp->compression = text_ptr[i].compression; in png_set_text_2() 759 textp->key = (png_charp)png_malloc_warn(png_ptr, in png_set_text_2() 762 if (textp->key == NULL) in png_set_text_2() 767 (int)textp->key); in png_set_text_2() 769 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len)); in png_set_text_2() 770 *(textp->key + key_len) = '\0'; in png_set_text_2() 774 textp->lang = textp->key + key_len + 1; in png_set_text_2() [all …]
|
/external/libpng/ |
D | pngset.c | 777 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local 828 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2() 832 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2() 838 textp->compression = text_ptr[i].compression; in png_set_text_2() 841 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2() 844 if (textp->key == NULL) in png_set_text_2() 855 textp->key); in png_set_text_2() 857 memcpy(textp->key, text_ptr[i].key, key_len); in png_set_text_2() 858 *(textp->key + key_len) = '\0'; in png_set_text_2() 862 textp->lang = textp->key + key_len + 1; in png_set_text_2() [all …]
|
/external/pdfium/third_party/libpng16/ |
D | pngset.c | 789 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local 840 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2() 844 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2() 850 textp->compression = text_ptr[i].compression; in png_set_text_2() 853 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2() 856 if (textp->key == NULL) in png_set_text_2() 867 textp->key); in png_set_text_2() 869 memcpy(textp->key, text_ptr[i].key, key_len); in png_set_text_2() 870 *(textp->key + key_len) = '\0'; in png_set_text_2() 874 textp->lang = textp->key + key_len + 1; in png_set_text_2() [all …]
|
/external/skia/third_party/libpng/ |
D | pngset.c | 777 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local 828 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2() 832 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2() 838 textp->compression = text_ptr[i].compression; in png_set_text_2() 841 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2() 844 if (textp->key == NULL) in png_set_text_2() 855 textp->key); in png_set_text_2() 857 memcpy(textp->key, text_ptr[i].key, key_len); in png_set_text_2() 858 *(textp->key + key_len) = '\0'; in png_set_text_2() 862 textp->lang = textp->key + key_len + 1; in png_set_text_2() [all …]
|
/external/elfutils/libasm/ |
D | asm_begin.c | 130 asm_begin (const char *fname, Ebl *ebl, bool textp) in asm_begin() argument 132 if (fname == NULL && ! textp) in asm_begin() 174 result->textp = textp; in asm_begin() 175 if (textp) in asm_begin()
|
D | asm_abort.c | 48 if (likely (! ctx->textp)) in asm_abort()
|
D | asm_adduleb128.c | 52 if (unlikely (asmscn->ctx->textp)) in asm_adduleb128()
|
D | asm_addsleb128.c | 52 if (unlikely (asmscn->ctx->textp)) in asm_addsleb128()
|
D | asm_newscn_ingrp.c | 64 if (likely (! ctx->textp)) in asm_newscn_ingrp()
|
D | asm_newcomsym.c | 92 if (unlikely (ctx->textp)) in asm_newcomsym()
|
D | asm_newscngrp.c | 73 if (unlikely (ctx->textp)) in asm_newscngrp()
|
D | asm_addstrz.c | 74 if (unlikely (asmscn->ctx->textp)) in asm_addstrz()
|
D | asm_newabssym.c | 91 if (unlikely (ctx->textp)) in asm_newabssym()
|
D | asm_addint8.c | 65 if (unlikely (asmscn->ctx->textp)) in FCT()
|
D | asm_newsym.c | 89 if (unlikely (asmscn->ctx->textp)) in asm_newsym()
|
D | libasm.h | 75 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
|
D | libasmP.h | 144 bool textp; member
|
D | asm_align.c | 56 if (unlikely (asmscn->ctx->textp)) in asm_align()
|
D | asm_newscn.c | 195 result = (unlikely (ctx->textp) in asm_newscn()
|
D | asm_end.c | 509 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); in asm_end() 590 if (unlikely (ctx->textp)) in __libasm_finictx()
|