Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dbmp.c81 #define _catch(f) {if((f)==-1) {retcode=-1; goto finally;}} macro
198 _catch(loadppm(&fd, buf, w, h, f, align, dstbottomup, 0)); in loadbmp()
203 _catch(loadppm(&fd, buf, w, h, f, align, dstbottomup, 1)); in loadbmp()