Lines Matching defs:checksum
62 /* In checksum.c */
122 "checksum VARCHAR(1),"
177 int err, checksum ;
191 checksum = (sndfile == NULL) ? 0 : calc_checksum (sndfile, &info) ;
203 "(fname, fpath, srate, frames, channels, format, checksum, logbuf) values"
205 db->filename, db->pathname, info.samplerate, (long) info.frames, info.channels, info.format, checksum, db->logbuf) ;
343 int err, k, rows, cols, checksum ;
351 checksum = (sndfile == NULL) ? 0 : calc_checksum (sndfile, &info) ;
363 "checksum,logbuf from sndfile where ekey='%d'", ekey) ;
402 if (strcmp (result [k], "checksum") == 0)
405 if (db_val == checksum)
407 printf ("\n\nError : checksum doesn't match : 0x%08x == 0x%08x\n", db_val, checksum) ;