Searched defs:textp (Results 1 - 5 of 5) 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/opencv3/3rdparty/libpng/
H A Dpngset.c744 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
793 textp->compression = PNG_ITXT_COMPRESSION_NONE;
797 textp->compression = PNG_TEXT_COMPRESSION_NONE;
803 textp->compression = text_ptr[i].compression;
806 textp->key = (png_charp)png_malloc_warn(png_ptr,
810 if (textp->key == NULL)
816 textp->key);
818 png_memcpy(textp->key, text_ptr[i].key,(png_size_t)(key_len));
819 *(textp->key + key_len) = '\0';
823 textp
[all...]
/external/pdfium/third_party/lpng_v163/
H A Dpngset.c757 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
808 textp->compression = PNG_ITXT_COMPRESSION_NONE;
812 textp->compression = PNG_TEXT_COMPRESSION_NONE;
818 textp->compression = text_ptr[i].compression;
821 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr,
824 if (textp->key == NULL)
834 textp->key);
836 memcpy(textp->key, text_ptr[i].key, key_len);
837 *(textp->key + key_len) = '\0';
841 textp
[all...]

Completed in 223 milliseconds