Lines Matching defs:ret
136 int ret;174 ret = callback(context, &atom);175 if (ret < 0) {176 return ret;254 int ret;274 ret = parse_atoms(280 return ret;497 int ret;504 ret = fseeko(infile, atom_size - ATOM_PREAMBLE_SIZE * 2, SEEK_CUR);506 ret = fseeko(infile, atom_size - ATOM_PREAMBLE_SIZE, SEEK_CUR);508 if (ret) {