Lines Matching defs:logbuf
54 /* Storage for createding SQL commands. Must be larger than logbuf below. */
58 char logbuf [1 << 14] ;
123 "logbuf VARCHAR(1)"
190 sf_command (sndfile, SFC_GET_LOG_INFO, db->logbuf, sizeof (db->logbuf)) ;
196 puts (db->logbuf) ;
200 single_quote_replace (db->logbuf) ;
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) ;
350 sf_command (sndfile, SFC_GET_LOG_INFO, db->logbuf, sizeof (db->logbuf)) ;
356 puts (db->logbuf) ;
360 single_quote_replace (db->logbuf) ;
363 "checksum,logbuf from sndfile where ekey='%d'", ekey) ;
410 if (strcmp (result [k], "logbuf") == 0)
413 printf ("\nHere is the old logubuffer :\n\n%s\n\nand the new :\n\n%s\n\n", result [2 * cols - 1], db->logbuf) ;