makemandb.c | 44 #define BUFLEN 1024 53 size_t buflen; //Total length of buffer allocated initially member in struct:secbuff 712 size_t buflen; local in function:update_db 771 if (read_and_decompress(file, &buf, &buflen)) { 780 md5_status = check_md5(file, db, &md5sum, buf, buflen); 1810 check_md5(const char *file, sqlite3 *db, char **md5, void *buf, size_t buflen) 1820 if ((mymd5 = MD5Data(buf, buflen, NULL)) == NULL) { 1917 * Sets the value of buflen for all the sec_buff field of rec. And then 1927 * Therefore explicitly setting the value of buflen field for 1930 rec->desc.buflen = 10 * BUFLEN [all...] |