Searched refs:bp_maxrec (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/log/
H A Dlog_get.c90 logc->bp_maxrec = MEGABYTE;
840 * sure our dest buffer fits, via bp_maxrec, but we also need to
1159 if (logc->bp_maxrec != 0 && hdr->len > logc->bp_maxrec) {
1169 if (logc->bp_maxrec != 0 && hdr->len > logc->bp_maxrec)
1303 if (logc->bp_maxrec < (mbytes * MEGABYTE + bytes))
1304 logc->bp_maxrec = mbytes * MEGABYTE + bytes;
1320 if (logc->bp_maxrec < lp->buffer_size)
1321 logc->bp_maxrec
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h468 u_int32_t bp_maxrec; /* Max record length in the log file. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h457 u_int32_t bp_maxrec; /* Max record length in the log file. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h478 u_int32_t bp_maxrec; /* Max record length in the log file. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h466 u_int32_t bp_maxrec; /* Max record length in the log file. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h505 u_int32_t bp_maxrec; /* Max record length in the log file. */ member in struct:__db_log_cursor
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h505 u_int32_t bp_maxrec; /* Max record length in the log file. */ member in struct:__db_log_cursor

Completed in 215 milliseconds