Searched refs:bp_size (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.c86 logc->bp_size = LG_CURSOR_BUF_SIZE;
91 if ((ret = __os_malloc(env, logc->bp_size, &logc->bp)) != 0) {
863 if (logc->bp_size <= hdr->len) {
868 logc->bp_size = (u_int32_t)len;
914 if (logc->bp_size <= b_region + b_disk) {
918 logc->bp_size = (u_int32_t)len;
922 p = (logc->bp + logc->bp_size) - b_region;
1051 if (logc->bp_size <= hdr->len) {
1055 logc->bp_size = (u_int32_t)len;
1071 else if (lsn->offset + hdr->len < logc->bp_size)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h464 u_int32_t bp_size; /* Read buffer length in bytes. */ 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.h453 u_int32_t bp_size; /* Read buffer length in bytes. */ 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.h474 u_int32_t bp_size; /* Read buffer length in bytes. */ 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.h462 u_int32_t bp_size; /* Read buffer length in bytes. */ 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.h501 u_int32_t bp_size; /* Read buffer length in bytes. */ 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.h501 u_int32_t bp_size; /* Read buffer length in bytes. */ member in struct:__db_log_cursor

Completed in 277 milliseconds