Home
last modified time | relevance | path

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

/dports/games/scid/scid/src/egtb/
H A Dtbdecode.c19 #define COMP_ERR_READ 2 /* input file read error */ macro
678 return RET (COMP_ERR_READ); in comp_open_file()
681 return RET (COMP_ERR_READ); in comp_open_file()
891 RETURN (COMP_ERR_READ); in comp_read_block()
893 RETURN (COMP_ERR_READ); in comp_read_block()
H A Dtbindex.cpp4180 case COMP_ERR_READ: in FCheckExistence()