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

Lines Matching refs:Db

560 	{ &db_class, DB_PKG "internal/Db" },
2462 #define Db __db
2476 SWIGINTERN struct Db *new_Db(DB_ENV *dbenv,u_int32_t flags){
2483 SWIGINTERN db_ret_t Db_associate(struct Db *self,DB_TXN *txnid,DB *secondary,int (*callback)(DB *,DBT const *,DBT const *,DBT *),u_int32_t flags){
2486 SWIGINTERN db_ret_t Db_associate_foreign(struct Db *self,DB *primary,int (*callback)(DB *,DBT const *,DBT *,DBT const *,int *),u_int32_t flags){
2489 SWIGINTERN db_ret_t Db_compact(struct Db *self,DB_TXN *txnid,DBT *start,DBT *stop,DB_COMPACT *c_data,u_int32_t flags,DBT *end){
2493 SWIGINTERN int Db_close(struct Db *self,u_int32_t flags){
2497 SWIGINTERN DBC *Db_cursor(struct Db *self,DB_TXN *txnid,u_int32_t flags){
2502 SWIGINTERN int Db_del(struct Db *self,DB_TXN *txnid,DBT *key,u_int32_t flags){
2505 SWIGINTERN void Db_err(struct Db *self,int error,char const *message){
2508 SWIGINTERN void Db_errx(struct Db *self,char const *message){
2511 SWIGINTERN int Db_exists(struct Db *self,DB_TXN *txnid,DBT *key,u_int32_t flags){
2514 SWIGINTERN int Db_get(struct Db *self,DB_TXN *txnid,DBT *key,DBT *data,u_int32_t flags){
2517 SWIGINTERN int_bool Db_get_byteswapped(struct Db *self){
2522 SWIGINTERN jlong Db_get_cachesize(struct Db *self){
2527 SWIGINTERN u_int32_t Db_get_cachesize_ncache(struct Db *self){
2532 SWIGINTERN char const *Db_get_filename(struct Db *self){
2537 SWIGINTERN char const *Db_get_dbname(struct Db *self){
2542 SWIGINTERN u_int32_t Db_get_encrypt_flags(struct Db *self){
2547 SWIGINTERN u_int32_t Db_get_flags(struct Db *self){
2552 SWIGINTERN int Db_get_lorder(struct Db *self){
2557 SWIGINTERN DB_MPOOLFILE *Db_get_mpf(struct Db *self){
2561 SWIGINTERN u_int32_t Db_get_open_flags(struct Db *self){
2566 SWIGINTERN u_int32_t Db_get_pagesize(struct Db *self){
2571 SWIGINTERN u_int32_t Db_get_bt_minkey(struct Db *self){
2576 SWIGINTERN u_int32_t Db_get_h_ffactor(struct Db *self){
2581 SWIGINTERN u_int32_t Db_get_h_nelem(struct Db *self){
2586 SWIGINTERN int Db_get_re_delim(struct Db *self){
2591 SWIGINTERN DB_CACHE_PRIORITY Db_get_priority(struct Db *self){
2596 SWIGINTERN u_int32_t Db_get_re_len(struct Db *self){
2601 SWIGINTERN int Db_get_re_pad(struct Db *self){
2606 SWIGINTERN char const *Db_get_re_source(struct Db *self){
2611 SWIGINTERN u_int32_t Db_get_q_extentsize(struct Db *self){
2616 SWIGINTERN int_bool Db_get_multiple(struct Db *self){
2619 SWIGINTERN int_bool Db_get_transactional(struct Db *self){
2622 SWIGINTERN DBTYPE Db_get_type(struct Db *self){
2627 SWIGINTERN DBC *Db_join(struct Db *self,DBC **curslist,u_int32_t flags){
2632 SWIGINTERN db_ret_t Db_key_range(struct Db *self,DB_TXN *txnid,DBT *key,DB_KEY_RANGE *key_range,u_int32_t flags){
2635 SWIGINTERN db_ret_t Db_open(struct Db *self,DB_TXN *txnid,char const *file,char const *database,DBTYPE type,u_int32_t flags,int mode){
2639 SWIGINTERN int Db_pget(struct Db *self,DB_TXN *txnid,DBT *key,DBT *pkey,DBT *data,u_int32_t flags){
2642 SWIGINTERN int Db_put(struct Db *self,DB_TXN *txnid,DBT *key,DBT *data,u_int32_t flags){
2645 SWIGINTERN db_ret_t Db_remove(struct Db *self,char const *file,char const *database,u_int32_t flags){
2648 SWIGINTERN db_ret_t Db_rename(struct Db *self,char const *file,char const *database,char const *newname,u_int32_t flags){
2651 SWIGINTERN db_ret_t Db_set_append_recno(struct Db *self,int (*db_append_recno_fcn)(DB *,DBT *,db_recno_t)){
2654 SWIGINTERN db_ret_t Db_set_bt_compare(struct Db *self,int (*bt_compare_fcn)(DB *,DBT const *,DBT const *)){
2657 SWIGINTERN db_ret_t Db_set_bt_minkey(struct Db *self,u_int32_t bt_minkey){
2660 SWIGINTERN db_ret_t Db_set_bt_prefix(struct Db *self,size_t (*bt_prefix_fcn)(DB *,DBT const *,DBT const *)){
2663 SWIGINTERN db_ret_t Db_set_cachesize(struct Db *self,jlong bytes,int ncache){
2668 SWIGINTERN db_ret_t Db_set_dup_compare(struct Db *self,int (*dup_compare_fcn)(DB *,DBT const *,DBT const *)){
2671 SWIGINTERN db_ret_t Db_set_encrypt(struct Db *self,char const *passwd,u_int32_t flags){
2674 SWIGINTERN db_ret_t Db_set_feedback(struct Db *self,void (*db_feedback_fcn)(DB *,int,int)){
2677 SWIGINTERN db_ret_t Db_set_flags(struct Db *self,u_int32_t flags){
2680 SWIGINTERN db_ret_t Db_set_h_compare(struct Db *self,int (*h_compare_fcn)(DB *,DBT const *,DBT const *)){
2683 SWIGINTERN db_ret_t Db_set_h_ffactor(struct Db *self,u_int32_t h_ffactor){
2686 SWIGINTERN db_ret_t Db_set_h_hash(struct Db *self,u_int32_t (*h_hash_fcn)(DB *,void const *,u_int32_t)){
2689 SWIGINTERN db_ret_t Db_set_h_nelem(struct Db *self,u_int32_t h_nelem){
2692 SWIGINTERN db_ret_t Db_set_lorder(struct Db *self,int lorder){
2695 SWIGINTERN db_ret_t Db_set_pagesize(struct Db *self,u_int32_t pagesize){
2698 SWIGINTERN db_ret_t Db_set_priority(struct Db *self,DB_CACHE_PRIORITY priority){
2701 SWIGINTERN db_ret_t Db_set_re_delim(struct Db *self,int re_delim){
2704 SWIGINTERN db_ret_t Db_set_re_len(struct Db *self,u_int32_t re_len){
2707 SWIGINTERN db_ret_t Db_set_re_pad(struct Db *self,int re_pad){
2710 SWIGINTERN db_ret_t Db_set_re_source(struct Db *self,char *source){
2713 SWIGINTERN db_ret_t Db_set_q_extentsize(struct Db *self,u_int32_t extentsize){
2716 SWIGINTERN void *Db_stat(struct Db *self,DB_TXN *txnid,u_int32_t flags){
2721 SWIGINTERN db_ret_t Db_sync(struct Db *self,u_int32_t flags){
2724 SWIGINTERN int Db_truncate(struct Db *self,DB_TXN *txnid,u_int32_t flags){
2729 SWIGINTERN db_ret_t Db_upgrade(struct Db *self,char const *file,u_int32_t flags){
2732 SWIGINTERN int_bool Db_verify(struct Db *self,char const *file,char const *database,struct __db_out_stream outfile,u_int32_t flags){
3500 struct Db *result = 0 ;
3509 result = (struct Db *)new_Db(arg1,arg2);
3514 *(struct Db **)&jresult = result;
3520 struct Db *arg1 = (struct Db *) 0 ;
3532 arg1 = *(struct Db **)&jarg1;
3554 struct Db *arg1 = (struct Db *) 0 ;
3564 arg1 = *(struct Db **)&jarg1;
3585 struct Db *arg1 = (struct Db *) 0 ;
3602 arg1 = *(struct Db **)&jarg1;
3647 struct Db *arg1 = (struct Db *) 0 ;
3654 arg1 = *(struct Db **)&jarg1;
3675 struct Db *arg1 = (struct Db *) 0 ;
3684 arg1 = *(struct Db **)&jarg1;
3706 struct Db *arg1 = (struct Db *) 0 ;
3717 arg1 = *(struct Db **)&jarg1;
3742 struct Db *arg1 = (struct Db *) 0 ;
3749 arg1 = *(struct Db **)&jarg1;
3767 struct Db *arg1 = (struct Db *) 0 ;
3773 arg1 = *(struct Db **)&jarg1;
3791 struct Db *arg1 = (struct Db *) 0 ;
3802 arg1 = *(struct Db **)&jarg1;
3828 struct Db *arg1 = (struct Db *) 0 ;
3841 arg1 = *(struct Db **)&jarg1;
3872 struct Db *arg1 = (struct Db *) 0 ;
3878 arg1 = *(struct Db **)&jarg1;
3898 struct Db *arg1 = (struct Db *) 0 ;
3904 arg1 = *(struct Db **)&jarg1;
3924 struct Db *arg1 = (struct Db *) 0 ;
3930 arg1 = *(struct Db **)&jarg1;
3950 struct Db *arg1 = (struct Db *) 0 ;
3956 arg1 = *(struct Db **)&jarg1;
3976 struct Db *arg1 = (struct Db *) 0 ;
3982 arg1 = *(struct Db **)&jarg1;
4002 struct Db *arg1 = (struct Db *) 0 ;
4008 arg1 = *(struct Db **)&jarg1;
4028 struct Db *arg1 = (struct Db *) 0 ;
4034 arg1 = *(struct Db **)&jarg1;
4054 struct Db *arg1 = (struct Db *) 0 ;
4060 arg1 = *(struct Db **)&jarg1;
4080 struct Db *arg1 = (struct Db *) 0 ;
4086 arg1 = *(struct Db **)&jarg1;
4106 struct Db *arg1 = (struct Db *) 0 ;
4112 arg1 = *(struct Db **)&jarg1;
4132 struct Db *arg1 = (struct Db *) 0 ;
4138 arg1 = *(struct Db **)&jarg1;
4158 struct Db *arg1 = (struct Db *) 0 ;
4164 arg1 = *(struct Db **)&jarg1;
4184 struct Db *arg1 = (struct Db *) 0 ;
4190 arg1 = *(struct Db **)&jarg1;
4210 struct Db *arg1 = (struct Db *) 0 ;
4216 arg1 = *(struct Db **)&jarg1;
4236 struct Db *arg1 = (struct Db *) 0 ;
4242 arg1 = *(struct Db **)&jarg1;
4262 struct Db *arg1 = (struct Db *) 0 ;
4268 arg1 = *(struct Db **)&jarg1;
4288 struct Db *arg1 = (struct Db *) 0 ;
4294 arg1 = *(struct Db **)&jarg1;
4314 struct Db *arg1 = (struct Db *) 0 ;
4320 arg1 = *(struct Db **)&jarg1;
4340 struct Db *arg1 = (struct Db *) 0 ;
4346 arg1 = *(struct Db **)&jarg1;
4366 struct Db *arg1 = (struct Db *) 0 ;
4372 arg1 = *(struct Db **)&jarg1;
4392 struct Db *arg1 = (struct Db *) 0 ;
4398 arg1 = *(struct Db **)&jarg1;
4412 struct Db *arg1 = (struct Db *) 0 ;
4418 arg1 = *(struct Db **)&jarg1;
4432 struct Db *arg1 = (struct Db *) 0 ;
4438 arg1 = *(struct Db **)&jarg1;
4458 struct Db *arg1 = (struct Db *) 0 ;
4466 arg1 = *(struct Db **)&jarg1;
4513 struct Db *arg1 = (struct Db *) 0 ;
4526 arg1 = *(struct Db **)&jarg1;
4557 struct Db *arg1 = (struct Db *) 0 ;
4570 arg1 = *(struct Db **)&jarg1;
4603 struct Db *arg1 = (struct Db *) 0 ;
4618 arg1 = *(struct Db **)&jarg1;
4654 struct Db *arg1 = (struct Db *) 0 ;
4667 arg1 = *(struct Db **)&jarg1;
4697 struct Db *arg1 = (struct Db *) 0 ;
4706 arg1 = *(struct Db **)&jarg1;
4735 struct Db *arg1 = (struct Db *) 0 ;
4745 arg1 = *(struct Db **)&jarg1;
4780 struct Db *arg1 = (struct Db *) 0 ;
4787 arg1 = *(struct Db **)&jarg1;
4806 struct Db *arg1 = (struct Db *) 0 ;
4813 arg1 = *(struct Db **)&jarg1;
4832 struct Db *arg1 = (struct Db *) 0 ;
4839 arg1 = *(struct Db **)&jarg1;
4856 struct Db *arg1 = (struct Db *) 0 ;
4863 arg1 = *(struct Db **)&jarg1;
4882 struct Db *arg1 = (struct Db *) 0 ;
4890 arg1 = *(struct Db **)&jarg1;
4908 struct Db *arg1 = (struct Db *) 0 ;
4915 arg1 = *(struct Db **)&jarg1;
4934 struct Db *arg1 = (struct Db *) 0 ;
4942 arg1 = *(struct Db **)&jarg1;
4965 struct Db *arg1 = (struct Db *) 0 ;
4972 arg1 = *(struct Db **)&jarg1;
4991 struct Db *arg1 = (struct Db *) 0 ;
4998 arg1 = *(struct Db **)&jarg1;
5015 struct Db *arg1 = (struct Db *) 0 ;
5022 arg1 = *(struct Db **)&jarg1;
5041 struct Db *arg1 = (struct Db *) 0 ;
5048 arg1 = *(struct Db **)&jarg1;
5065 struct Db *arg1 = (struct Db *) 0 ;
5072 arg1 = *(struct Db **)&jarg1;
5091 struct Db *arg1 = (struct Db *) 0 ;
5098 arg1 = *(struct Db **)&jarg1;
5115 struct Db *arg1 = (struct Db *) 0 ;
5122 arg1 = *(struct Db **)&jarg1;
5139 struct Db *arg1 = (struct Db *) 0 ;
5146 arg1 = *(struct Db **)&jarg1;
5163 struct Db *arg1 = (struct Db *) 0 ;
5170 arg1 = *(struct Db **)&jarg1;
5187 struct Db *arg1 = (struct Db *) 0 ;
5194 arg1 = *(struct Db **)&jarg1;
5211 struct Db *arg1 = (struct Db *) 0 ;
5218 arg1 = *(struct Db **)&jarg1;
5235 struct Db *arg1 = (struct Db *) 0 ;
5242 arg1 = *(struct Db **)&jarg1;
5259 struct Db *arg1 = (struct Db *) 0 ;
5266 arg1 = *(struct Db **)&jarg1;
5288 struct Db *arg1 = (struct Db *) 0 ;
5295 arg1 = *(struct Db **)&jarg1;
5313 struct Db *arg1 = (struct Db *) 0 ;
5322 arg1 = *(struct Db **)&jarg1;
5380 __dbj_throw(jenv, EINVAL, "Db.stat only implemented for"
5393 struct Db *arg1 = (struct Db *) 0 ;
5400 arg1 = *(struct Db **)&jarg1;
5418 struct Db *arg1 = (struct Db *) 0 ;
5427 arg1 = *(struct Db **)&jarg1;
5448 struct Db *arg1 = (struct Db *) 0 ;
5456 arg1 = *(struct Db **)&jarg1;
5480 struct Db *arg1 = (struct Db *) 0 ;
5491 arg1 = *(struct Db **)&jarg1;