Home
last modified time | relevance | path

Searched refs:DB_DBT_BLOB_REC (Results 1 – 11 of 11) sorted by relevance

/dports/databases/db18/db-18.1.40/src/db/
H A Ddb_ret.c64 if (F_ISSET(dbt, DB_DBT_BLOB_REC)) {
86 if (F_ISSET(dbt, DB_DBT_BLOB_REC)) {
112 if (F_ISSET(dbt, DB_DBT_BLOB_REC)) {
H A Ddb_cam.c601 data.flags |= DB_DBT_BLOB_REC;
688 data.flags |= DB_DBT_BLOB_REC;
773 data.flags |= DB_DBT_BLOB_REC;
/dports/databases/p5-BerkeleyDB/BerkeleyDB-0.64/
H A Dmkconsts.pl1068 DB_DBT_BLOB_REC => IGNORE,
/dports/databases/db18/db-18.1.40/lang/perl/BerkeleyDB/
H A Dmkconsts.pl1068 DB_DBT_BLOB_REC => IGNORE,
/dports/databases/db18/db-18.1.40/src/btree/
H A Dbt_put.c505 if (F_ISSET(data, DB_DBT_BLOB_REC)) {
/dports/databases/db18/db-18.1.40/dist/
H A Dpubdef.in86 DB_DBT_BLOB_REC * I * *
/dports/databases/db18/db-18.1.40/src/hash/
H A Dhash.c1925 if (F_ISSET(nval, DB_DBT_BLOB_REC)) {
/dports/databases/db18/db-18.1.40/build_windows/
H A Ddb.h288 #define DB_DBT_BLOB_REC 0x2000 /* Internal: Blob database record. */ macro
/dports/databases/db18/db-18.1.40/build_vxworks/
H A Ddb.h244 #define DB_DBT_BLOB_REC 0x2000 /* Internal: Blob database record. */ macro
/dports/databases/db18/db-18.1.40/src/heap/
H A Dheap.c1807 if (F_ISSET(data, DB_DBT_BLOB_REC)) {
/dports/databases/db18/db-18.1.40/src/dbinc/
H A Ddb.in257 #define DB_DBT_BLOB_REC 0x2000 /* Internal: Blob database record. */