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

/external/elfutils/src/libasm/
H A DlibasmP.h144 bool textp; member in struct:AsmCtx
/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/pdfium/samples/fx_lpng/lpng_v163/
H A Dfx_pngset.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 146 milliseconds