Home
last modified time | relevance | path

Searched refs:readError (Results 1 – 4 of 4) sorted by relevance

/third_party/bzip2/
Dbzip2recover.c85 static void readError ( void ) in readError() function
207 if (errno != 0) readError(); in bsGetBit()
235 if (bs->mode == 'w') writeError(); else readError(); in bsClose()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzip2recover.c85 static void readError ( void ) in readError() function
207 if (errno != 0) readError(); in bsGetBit()
235 if (bs->mode == 'w') writeError(); else readError(); in bsClose()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzip2recover.c85 static void readError ( void ) in readError() function
207 if (errno != 0) readError(); in bsGetBit()
235 if (bs->mode == 'w') writeError(); else readError(); in bsClose()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp2215 GLenum readError = GL_NO_ERROR; in readOutputData() local
2228 readError = gl.getError(); in readOutputData()
2229 if (readError == GL_NO_ERROR) in readOutputData()
2235 if (readError == GL_NO_ERROR) in readOutputData()
2236 readError = gl.getError(); in readOutputData()
2240 if (readError == GL_NO_ERROR) in readOutputData()
2254 if (m_packProperties.swapBytes && (readError == GL_NO_ERROR)) in readOutputData()
2257 return readError; in readOutputData()