HomeSort by relevance Sort by last modified time
    Searched defs:textp (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libasm/
libasmP.h 128 bool textp; member in struct:AsmCtx
  /external/libpng/
pngset.c 708 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->lang = textp->key + key_len + 1
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngset.c 784 png_textp textp = &(info_ptr->text[info_ptr->num_text]); local
821 textp->compression = PNG_ITXT_COMPRESSION_NONE;
824 textp->compression = PNG_TEXT_COMPRESSION_NONE;
829 textp->compression = text_ptr[i].compression;
832 textp->key = (png_charp)png_malloc_warn(png_ptr,
834 if (textp->key == NULL)
838 (int)textp->key);
840 png_memcpy(textp->key, text_ptr[i].key,
842 *(textp->key+key_len) = '\0';
846 textp->lang=textp->key + key_len + 1
    [all...]

Completed in 79 milliseconds