HomeSort by relevance Sort by last modified time
    Searched full:error_buf (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/base/
opensslidentity.cc 155 char error_buf[200]; local
159 ERR_error_string_n(err, error_buf, sizeof(error_buf));
160 LOG(LS_ERROR) << prefix << ": " << error_buf << "\n"; local
  /external/libpng/
pngerror.c 903 if (image->opaque != NULL && image->opaque->error_buf != NULL)
944 saved_error_buf = image->opaque->error_buf;
950 image->opaque->error_buf = safe_jmpbuf;
954 image->opaque->error_buf = saved_error_buf;
pngpriv.h 1903 png_voidp error_buf; \/* Always a jmp_buf at present. *\/ member in struct:png_control
    [all...]
png.c     [all...]
  /external/pdfium/third_party/lpng_v163/
pngerror.c 871 if (image->opaque != NULL && image->opaque->error_buf != NULL)
912 saved_error_buf = image->opaque->error_buf;
918 image->opaque->error_buf = safe_jmpbuf;
922 image->opaque->error_buf = saved_error_buf;
pngpriv.h 1931 png_voidp error_buf; \/* Always a jmp_buf at present. *\/ member in struct:png_control
    [all...]
png.c     [all...]

Completed in 495 milliseconds