Searched defs:textp (Results 1 - 6 of 6) sorted by relevance

/external/elfutils/libasm/
H A Dasm_begin.c130 asm_begin (const char *fname, Ebl *ebl, bool textp) argument
132 if (fname == NULL && ! textp)
174 result->textp = textp;
175 if (textp)
H A DlibasmP.h144 bool textp; member in struct:AsmCtx
/external/libpng/
H A Dpngset.c777 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
828 textp->compression = PNG_ITXT_COMPRESSION_NONE;
832 textp->compression = PNG_TEXT_COMPRESSION_NONE;
838 textp->compression = text_ptr[i].compression;
841 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr,
844 if (textp->key == NULL)
855 textp->key);
857 memcpy(textp->key, text_ptr[i].key, key_len);
858 *(textp->key + key_len) = '\0';
862 textp
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngset.c789 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
840 textp->compression = PNG_ITXT_COMPRESSION_NONE;
844 textp->compression = PNG_TEXT_COMPRESSION_NONE;
850 textp->compression = text_ptr[i].compression;
853 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr,
856 if (textp->key == NULL)
867 textp->key);
869 memcpy(textp->key, text_ptr[i].key, key_len);
870 *(textp->key + key_len) = '\0';
874 textp
[all...]
/external/skia/third_party/libpng/
H A Dpngset.c777 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
828 textp->compression = PNG_ITXT_COMPRESSION_NONE;
832 textp->compression = PNG_TEXT_COMPRESSION_NONE;
838 textp->compression = text_ptr[i].compression;
841 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr,
844 if (textp->key == NULL)
855 textp->key);
857 memcpy(textp->key, text_ptr[i].key, key_len);
858 *(textp->key + key_len) = '\0';
862 textp
[all...]
/external/syslinux/com32/lib/libpng/
H A Dpngset.c708 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
747 textp->compression = PNG_ITXT_COMPRESSION_NONE;
750 textp->compression = PNG_TEXT_COMPRESSION_NONE;
756 textp->compression = text_ptr[i].compression;
759 textp->key = (png_charp)png_malloc_warn(png_ptr,
762 if (textp->key == NULL)
767 (int)textp->key);
769 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len));
770 *(textp->key + key_len) = '\0';
774 textp
[all...]

Completed in 233 milliseconds