Searched refs:textp (Results 1 – 17 of 17) sorted by relevance
/external/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/qemu/distrib/libpng-1.2.19/ |
D | pngset.c | 784 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local 821 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2() 824 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2() 829 textp->compression = text_ptr[i].compression; in png_set_text_2() 832 textp->key = (png_charp)png_malloc_warn(png_ptr, in png_set_text_2() 834 if (textp->key == NULL) in png_set_text_2() 838 (int)textp->key); in png_set_text_2() 840 png_memcpy(textp->key, text_ptr[i].key, in png_set_text_2() 842 *(textp->key+key_len) = '\0'; in png_set_text_2() 846 textp->lang=textp->key + key_len + 1; in png_set_text_2() [all …]
|
/external/elfutils/libasm/ |
D | asm_begin.c | 98 asm_begin (fname, textp, machine, klass, data) in asm_begin() argument 100 bool textp; 144 result->textp = textp; 145 if (textp)
|
D | asm_abort.c | 34 if (likely (! ctx->textp))
|
D | asm_adduleb128.c | 39 if (unlikely (asmscn->ctx->textp))
|
D | asm_addsleb128.c | 39 if (unlikely (asmscn->ctx->textp))
|
D | asm_newscn_ingrp.c | 53 if (likely (! ctx->textp))
|
D | asm_newscngrp.c | 61 if (unlikely (ctx->textp))
|
D | asm_newcomsym.c | 80 if (unlikely (ctx->textp))
|
D | asm_addstrz.c | 62 if (unlikely (asmscn->ctx->textp))
|
D | asm_newabssym.c | 81 if (unlikely (ctx->textp))
|
D | asm_addint8.c | 52 if (unlikely (asmscn->ctx->textp))
|
D | asm_newsym.c | 74 if (unlikely (asmscn->ctx->textp))
|
D | libasm.h | 46 extern AsmCtx_t *asm_begin (const char *fname, bool textp, int machine,
|
D | libasmP.h | 128 bool textp; member
|
D | asm_newscn.c | 185 result = (unlikely (ctx->textp)
|
D | asm_end.c | 494 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); 575 if (unlikely (ctx->textp))
|