HomeSort by relevance Sort by last modified time
    Searched refs:error_buf (Results 1 - 10 of 10) 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
  /packages/services/BuiltInPrintService/jni/plugins/
lib_pcl.h 99 sint16 *error_buf; member in struct:__anon53083
  /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 2030 png_voidp error_buf; \/* Always a jmp_buf at present. *\/ member in struct:png_control
    [all...]
png.c     [all...]
  /external/pdfium/third_party/libpng16/
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 1905 png_voidp error_buf; \/* Always a jmp_buf at present. *\/ member in struct:png_control
    [all...]
png.c     [all...]
  /toolchain/binutils/binutils-2.27/ld/
plugin.c 211 static char error_buf[512]; local
213 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), error_buf,
214 sizeof(error_buf), NULL);
215 return error_buf;
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
plugin.cc 64 static char error_buf[512]; local
66 MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), error_buf,
67 sizeof(error_buf), NULL);
68 return error_buf;
    [all...]

Completed in 440 milliseconds