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

/external/elfutils/0.153/libasm/
H A DlibasmP.h141 bool textp; member in struct:AsmCtx
/external/chromium_org/third_party/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...]
/external/libpng/
H A Dpngset.c758 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
809 textp->compression = PNG_ITXT_COMPRESSION_NONE;
813 textp->compression = PNG_TEXT_COMPRESSION_NONE;
819 textp->compression = text_ptr[i].compression;
822 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr,
825 if (textp->key == NULL)
835 textp->key);
837 memcpy(textp->key, text_ptr[i].key, key_len);
838 *(textp->key + key_len) = '\0';
842 textp
[all...]
/external/qemu/distrib/libpng-1.2.46/
H A Dpngset.c718 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
757 textp->compression = PNG_ITXT_COMPRESSION_NONE;
760 textp->compression = PNG_TEXT_COMPRESSION_NONE;
766 textp->compression = text_ptr[i].compression;
769 textp->key = (png_charp)png_malloc_warn(png_ptr,
772 if (textp->key == NULL)
777 (int)textp->key);
779 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len));
780 *(textp->key + key_len) = '\0';
784 textp
[all...]

Completed in 680 milliseconds