• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/

Lines Matching refs:subname

1432 		const char *	subname,
1448 Trace(("_db_open(dbenv[%p] ref_dbenv [%p] file[%s] subname [%s] type[%d] flags[%d] mode[%d]\n",
1449 dbenv, ref_dbenv, file, subname, type, flags, mode)) ;
1458 Trace(("_db_open(dbenv[%p] ref_dbenv [%p] txn [%p] file[%s] subname [%s] type[%d] flags[%d] mode[%d]\n",
1459 dbenv, ref_dbenv, txn, file, subname, type, flags, mode)) ;
1462 if (subname)
1646 if ((Status = (dbp->open)(dbp, txnid, file, subname, type, flags, mode)) == 0) {
1648 if ((Status = (dbp->open)(dbp, file, subname, type, flags, mode)) == 0) {
2824 const char * subname = NULL ;
2835 SetValue_pv(subname, "Subname", char *) ;
2866 RETVAL = my_db_open(db, ref, ref_dbenv, dbenv, txn, file, subname, DB_HASH, flags, mode, &info, enc_passwd, enc_flags) ;
2947 const char * subname = NULL ;
2959 SetValue_pv(subname, "Subname", char *) ;
2977 RETVAL = my_db_open(db, ref, ref_dbenv, dbenv, txn, file, subname, DB_UNKNOWN, flags, mode, &info, enc_passwd, enc_flags) ;
3003 const char * subname = NULL ;
3014 SetValue_pv(subname, "Subname", char *) ;
3052 RETVAL = my_db_open(db, ref, ref_dbenv, dbenv, txn, file, subname, DB_BTREE, flags, mode, &info, enc_passwd, enc_flags) ;
3147 const char * subname = NULL ;
3157 SetValue_pv(subname, "Subname", char *) ;
3192 RETVAL = my_db_open(db, ref, ref_dbenv, dbenv, txn, file, subname, DB_RECNO, flags, mode, &info, enc_passwd, enc_flags) ;
3217 const char * subname = NULL ;
3227 SetValue_pv(subname, "Subname", char *) ;
3259 RETVAL = my_db_open(db, ref, ref_dbenv, dbenv, txn, file, subname, DB_QUEUE, flags, mode, &info, enc_passwd, enc_flags) ;