Searched refs:DB_DBT_REALLOC (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_ret.c104 * DB_DBT_REALLOC.
124 else if (F_ISSET(dbt, DB_DBT_REALLOC)) {
H A Ddb_join.c98 F_SET(&jc->j_rdata, DB_DBT_REALLOC);
409 * Either DB_DBT_REALLOC or the default buffer will work
671 if (!F_ISSET(data_arg, DB_DBT_MALLOC | DB_DBT_REALLOC |
912 * swap in their own DB_DBT_REALLOC'ed buffers, but just for form's
H A Ddb_overflow.c120 } else if (F_ISSET(dbt, DB_DBT_REALLOC)) {
133 DB_DBT_USERMEM | DB_DBT_MALLOC | DB_DBT_REALLOC) ||
H A Ddb_iface.c2601 DB_DBT_MALLOC | DB_DBT_DUPOK | DB_DBT_REALLOC |
2604 switch (F_ISSET(dbt, DB_DBT_MALLOC | DB_DBT_REALLOC |
2608 case DB_DBT_REALLOC:
2617 !F_ISSET(dbt, DB_DBT_MALLOC | DB_DBT_REALLOC |
H A Ddb_cam.c2045 * DB_DBT_REALLOC instead so that we reuse that memory instead of
2063 F_SET(pkey, DB_DBT_REALLOC);
2118 F_CLR(pkey, DB_DBT_REALLOC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c224 seq->seq_data.flags = DB_DBT_REALLOC;
244 seq->seq_data.flags = DB_DBT_REALLOC;
592 seq->seq_data.flags = DB_DBT_REALLOC;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c1391 F_SET(&data_dbt, DB_DBT_REALLOC);
1503 if (F_ISSET(&data_dbt, DB_DBT_REALLOC) && data_dbt.data != NULL)
1538 F_SET(&data, DB_DBT_REALLOC);
1757 F_SET(cntrl, DB_DBT_REALLOC);
1758 F_SET(rec, DB_DBT_REALLOC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_verify.c746 F_SET(&dbt, DB_DBT_REALLOC);
813 dbt.flags = DB_DBT_REALLOC;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_verify.c888 F_SET(&dbta, DB_DBT_REALLOC);
891 F_SET(&dbtb, DB_DBT_REALLOC);
2062 dbt.flags = DB_DBT_REALLOC;
H A Dbt_recno.c1057 F_SET(&data, DB_DBT_REALLOC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_typemaps.i162 * We don't support DB_DBT_REALLOC - map anything that's not USERMEM to
167 F_CLR(dbt, DB_DBT_MALLOC | DB_DBT_REALLOC);
H A Ddb_java_wrap.c1415 * We don't support DB_DBT_REALLOC - map anything that's not USERMEM to
1420 F_CLR(dbt, DB_DBT_MALLOC | DB_DBT_REALLOC);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A Dmkconsts336 DB_DBT_REALLOC => IGNORE,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h202 #define DB_DBT_REALLOC 0x040 /* Return in realloc'd memory. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h191 #define DB_DBT_REALLOC 0x040 /* Return in realloc'd memory. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h212 #define DB_DBT_REALLOC 0x040 /* Return in realloc'd memory. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h200 #define DB_DBT_REALLOC 0x040 /* Return in realloc'd memory. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h239 #define DB_DBT_REALLOC 0x040 /* Return in realloc'd memory. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h239 #define DB_DBT_REALLOC 0x040 /* Return in realloc'd memory. */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp421 REGISTER_LONG_CONSTANT("DB_DBT_REALLOC", DB_DBT_REALLOC, CONST_CS | CONST_PERSISTENT);

Completed in 346 milliseconds