Searched refs:DB_DBT_USERMEM (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_iface.c434 DB_DBT_MALLOC | DB_DBT_USERMEM | DB_DBT_PARTIAL)) != 0)
437 dbt->flags, DB_DBT_MALLOC, DB_DBT_USERMEM)) != 0)
441 !F_ISSET(dbt, DB_DBT_MALLOC | DB_DBT_USERMEM)) {
H A Ddb_ret.c125 * Use the memory specified by the application: DB_DBT_USERMEM.
134 } else if (F_ISSET(dbt, DB_DBT_USERMEM)) {
H A Ddb_join.c98 F_SET(&jc->j_key, DB_DBT_USERMEM);
H A Ddb_am.c385 * Set DB_DBT_USERMEM, this might be a threaded application and
390 F_SET(&tdata, DB_DBT_USERMEM | DB_DBT_PARTIAL);
H A Ddb_overflow.c99 * not (DB_DBT_USERMEM), then we'll set the dbt and return
111 if (F_ISSET(dbt, DB_DBT_USERMEM)) {
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_get.c52 if (!F_ISSET(dbt, DB_DBT_USERMEM | DB_DBT_MALLOC))
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_delete.c96 * the DB_DBT_USERMEM flag, as this might be a threaded application
101 F_SET(&data, DB_DBT_USERMEM | DB_DBT_PARTIAL);
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h127 #define DB_DBT_USERMEM 0x08 /* Return in user's memory. */ macro

Completed in 26 milliseconds