Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libpng/
Dpngset.c744 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local
793 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2()
797 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2()
803 textp->compression = text_ptr[i].compression; in png_set_text_2()
806 textp->key = (png_charp)png_malloc_warn(png_ptr, in png_set_text_2()
810 if (textp->key == NULL) in png_set_text_2()
816 textp->key); in png_set_text_2()
818 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len)); in png_set_text_2()
819 *(textp->key + key_len) = '\0'; in png_set_text_2()
823 textp->lang = textp->key + key_len + 1; in png_set_text_2()
[all …]
/external/libpng/
Dpngset.c777 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/lpng_v163/
Dpngset.c757 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local
808 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2()
812 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2()
818 textp->compression = text_ptr[i].compression; in png_set_text_2()
821 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2()
824 if (textp->key == NULL) in png_set_text_2()
834 textp->key); in png_set_text_2()
836 memcpy(textp->key, text_ptr[i].key, key_len); in png_set_text_2()
837 *(textp->key + key_len) = '\0'; in png_set_text_2()
841 textp->lang = textp->key + key_len + 1; in png_set_text_2()
[all …]
/external/elfutils/libasm/
Dasm_begin.c130 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()
Dasm_abort.c48 if (likely (! ctx->textp)) in asm_abort()
Dasm_adduleb128.c52 if (unlikely (asmscn->ctx->textp)) in asm_adduleb128()
Dasm_addsleb128.c52 if (unlikely (asmscn->ctx->textp)) in asm_addsleb128()
Dasm_newscn_ingrp.c64 if (likely (! ctx->textp)) in asm_newscn_ingrp()
Dasm_newcomsym.c92 if (unlikely (ctx->textp)) in asm_newcomsym()
Dasm_newscngrp.c73 if (unlikely (ctx->textp)) in asm_newscngrp()
Dasm_addstrz.c74 if (unlikely (asmscn->ctx->textp)) in asm_addstrz()
Dasm_newabssym.c91 if (unlikely (ctx->textp)) in asm_newabssym()
Dasm_newsym.c89 if (unlikely (asmscn->ctx->textp)) in asm_newsym()
Dasm_addint8.c65 if (unlikely (asmscn->ctx->textp)) in FCT()
DlibasmP.h144 bool textp; member
Dlibasm.h75 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
Dasm_align.c56 if (unlikely (asmscn->ctx->textp)) in asm_align()
Dasm_newscn.c195 result = (unlikely (ctx->textp) in asm_newscn()
Dasm_end.c509 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); in asm_end()
590 if (unlikely (ctx->textp)) in __libasm_finictx()