Searched refs:textp (Results 1 – 18 of 18) sorted by relevance
/external/libpng/ |
D | pngset.c | 838 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/ |
D | pngset.c | 838 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/ |
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 | 91 if (unlikely (asmscn->ctx->textp)) in asm_newsym()
|
D | libasmP.h | 144 bool textp; member
|
D | asm_align.c | 55 if (unlikely (asmscn->ctx->textp)) in asm_align()
|
D | asm_newscn.c | 194 result = (unlikely (ctx->textp) in asm_newscn()
|
D | libasm.h | 76 extern AsmCtx_t *asm_begin (const char *fname, Ebl *ebl, bool textp);
|
D | asm_end.c | 514 result = unlikely (ctx->textp) ? text_end (ctx) : binary_end (ctx); in asm_end() 595 if (unlikely (ctx->textp)) in __libasm_finictx()
|