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

  /external/opencv3/3rdparty/libpng/
pngerror.c 110 png_safecat(png_charp buffer, size_t bufsize, size_t pos, function
248 (void)png_safecat(p[number-1], (sizeof p[number-1]), 0, string);
  /external/pdfium/third_party/lpng_v163/
pngerror.c 111 png_safecat(png_charp buffer, size_t bufsize, size_t pos, function
250 (void)png_safecat(p[number-1], (sizeof p[number-1]), 0, string);
864 png_safecat(image->message, (sizeof image->message), 0, error_message);
876 size_t pos = png_safecat(image->message, (sizeof image->message), 0,
878 png_safecat(image->message, (sizeof image->message), pos,
897 png_safecat(image->message, (sizeof image->message), 0, warning_message);
  /external/libpng/contrib/libtests/
tarith.c 55 #define png_safecat(b, sb, pos, str) (pos) macro

Completed in 82 milliseconds