Searched refs:ISBIG (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Dhash.h111 #define ISBIG(I, N) (((N) > ((I)->hdr->dbmeta.pagesize / MINFILL)) ? 1 : 0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Dhash.h111 #define ISBIG(I, N) (((N) > ((I)->hdr->dbmeta.pagesize / MINFILL)) ? 1 : 0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Dhash.h111 #define ISBIG(I, N) (((N) > ((I)->hdr->dbmeta.pagesize / MINFILL)) ? 1 : 0) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_dup.c127 (HPAGE_PTYPE(hk) == H_OFFPAGE || ISBIG(hcp, new_size) ||
499 if (ISBIG(hcp, new_datalen) && (old_len > HOFFDUP_SIZE ||
503 if (!ISBIG(hcp, new_datalen) &&
514 new_datalen = ISBIG(hcp, new_datalen) ?
H A Dhash.c1052 nbytes = (ISBIG(hcp, key->size) ? HOFFPAGE_PSIZE :
1054 (ISBIG(hcp, data->size) ? HOFFPAGE_PSIZE :
1607 if (ISBIG(hcp,
1698 if (ISBIG(hcp,
H A Dhash_page.c1363 * Most items that were already offpage (ISBIG) were handled before
1368 * 3. Original data onpage; new data is bigger, but not ISBIG,
1370 * 4. Original data onpage; new data is bigger, but not ISBIG,
1439 if (is_big || beyond_eor || ISBIG(hcp, newlen) ||
2069 is_keybig = ISBIG(hcp, key->size);
2070 is_databig = ISBIG(hcp, val->size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_dup.c127 (HPAGE_PTYPE(hk) == H_OFFPAGE || ISBIG(hcp, new_size) ||
499 if (ISBIG(hcp, new_datalen) && (old_len > HOFFDUP_SIZE ||
503 if (!ISBIG(hcp, new_datalen) &&
514 new_datalen = ISBIG(hcp, new_datalen) ?
H A Dhash.c1052 nbytes = (ISBIG(hcp, key->size) ? HOFFPAGE_PSIZE :
1054 (ISBIG(hcp, data->size) ? HOFFPAGE_PSIZE :
1607 if (ISBIG(hcp,
1698 if (ISBIG(hcp,
H A Dhash_page.c1363 * Most items that were already offpage (ISBIG) were handled before
1368 * 3. Original data onpage; new data is bigger, but not ISBIG,
1370 * 4. Original data onpage; new data is bigger, but not ISBIG,
1439 if (is_big || beyond_eor || ISBIG(hcp, newlen) ||
2069 is_keybig = ISBIG(hcp, key->size);
2070 is_databig = ISBIG(hcp, val->size);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_dup.c127 (HPAGE_PTYPE(hk) == H_OFFPAGE || ISBIG(hcp, new_size) ||
499 if (ISBIG(hcp, new_datalen) && (old_len > HOFFDUP_SIZE ||
503 if (!ISBIG(hcp, new_datalen) &&
514 new_datalen = ISBIG(hcp, new_datalen) ?
H A Dhash.c1052 nbytes = (ISBIG(hcp, key->size) ? HOFFPAGE_PSIZE :
1054 (ISBIG(hcp, data->size) ? HOFFPAGE_PSIZE :
1607 if (ISBIG(hcp,
1698 if (ISBIG(hcp,
H A Dhash_page.c1363 * Most items that were already offpage (ISBIG) were handled before
1368 * 3. Original data onpage; new data is bigger, but not ISBIG,
1370 * 4. Original data onpage; new data is bigger, but not ISBIG,
1439 if (is_big || beyond_eor || ISBIG(hcp, newlen) ||
2069 is_keybig = ISBIG(hcp, key->size);
2070 is_databig = ISBIG(hcp, val->size);

Completed in 109 milliseconds