Home
last modified time | relevance | path

Searched refs:textp (Results 1 – 17 of 17) sorted by relevance

/external/libpng/
Dpngset.c708 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/
Dpngset.c784 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/
Dasm_begin.c98 asm_begin (fname, textp, machine, klass, data) in asm_begin() argument
100 bool textp;
144 result->textp = textp;
145 if (textp)
Dasm_abort.c34 if (likely (! ctx->textp))
Dasm_adduleb128.c39 if (unlikely (asmscn->ctx->textp))
Dasm_addsleb128.c39 if (unlikely (asmscn->ctx->textp))
Dasm_newscn_ingrp.c53 if (likely (! ctx->textp))
Dasm_newscngrp.c61 if (unlikely (ctx->textp))
Dasm_newcomsym.c80 if (unlikely (ctx->textp))
Dasm_addstrz.c62 if (unlikely (asmscn->ctx->textp))
Dasm_newabssym.c81 if (unlikely (ctx->textp))
Dasm_addint8.c52 if (unlikely (asmscn->ctx->textp))
Dasm_newsym.c74 if (unlikely (asmscn->ctx->textp))
Dlibasm.h46 extern AsmCtx_t *asm_begin (const char *fname, bool textp, int machine,
DlibasmP.h128 bool textp; member
Dasm_newscn.c185 result = (unlikely (ctx->textp)
Dasm_end.c494 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx);
575 if (unlikely (ctx->textp))