Home
last modified time | relevance | path

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

/external/libpng/
Dpngset.c838 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local
889 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2()
893 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2()
899 textp->compression = text_ptr[i].compression; in png_set_text_2()
902 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2()
905 if (textp->key == NULL) in png_set_text_2()
916 textp->key); in png_set_text_2()
918 memcpy(textp->key, text_ptr[i].key, key_len); in png_set_text_2()
919 *(textp->key + key_len) = '\0'; in png_set_text_2()
923 textp->lang = textp->key + key_len + 1; in png_set_text_2()
[all …]
/external/pdfium/third_party/libpng16/
Dpngset.c838 png_textp textp = &(info_ptr->text[info_ptr->num_text]); in png_set_text_2() local
889 textp->compression = PNG_ITXT_COMPRESSION_NONE; in png_set_text_2()
893 textp->compression = PNG_TEXT_COMPRESSION_NONE; in png_set_text_2()
899 textp->compression = text_ptr[i].compression; in png_set_text_2()
902 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2()
905 if (textp->key == NULL) in png_set_text_2()
916 textp->key); in png_set_text_2()
918 memcpy(textp->key, text_ptr[i].key, key_len); in png_set_text_2()
919 *(textp->key + key_len) = '\0'; in png_set_text_2()
923 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.c91 if (unlikely (asmscn->ctx->textp)) in asm_newsym()
Dasm_addint8.c65 if (unlikely (asmscn->ctx->textp)) in FCT()
DlibasmP.h144 bool textp; member
Dasm_align.c55 if (unlikely (asmscn->ctx->textp)) in asm_align()
Dasm_newscn.c194 result = (unlikely (ctx->textp) in asm_newscn()
Dlibasm.h76 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
Dasm_end.c514 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); in asm_end()
595 if (unlikely (ctx->textp)) in __libasm_finictx()