Searched refs:odb (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/ntvfs/common/
H A Dopendb_tdb.c62 an odb lock handle. You must obtain one of these using odb_lock() before doing
66 struct odb_context *odb; member in struct:odb_lock
89 struct odb_context *odb; local
91 odb = talloc(mem_ctx, struct odb_context);
92 if (odb == NULL) {
96 odb->w = cluster_tdb_tmp_open(odb, ntvfs_ctx->lp_ctx, "openfiles.tdb", TDB_DEFAULT);
97 if (odb->w == NULL) {
98 talloc_free(odb);
102 odb
129 odb_tdb_lock(TALLOC_CTX *mem_ctx, struct odb_context *odb, DATA_BLOB *file_key) argument
236 struct odb_context *odb = lck->odb; local
263 struct odb_context *odb = lck->odb; local
346 odb_tdb_open_can_internal(struct odb_context *odb, const struct opendb_file *file, uint32_t stream_id, uint32_t share_access, uint32_t access_mask, bool delete_on_close, uint32_t open_disposition, bool break_to_none, bool *_attrs_only) argument
459 struct odb_context *odb = lck->odb; local
553 struct odb_context *odb = lck->odb; local
579 struct odb_context *odb = lck->odb; local
640 struct odb_context *odb = lck->odb; local
684 struct odb_context *odb = lck->odb; local
715 struct odb_context *odb = lck->odb; local
815 odb_tdb_get_file_infos(struct odb_context *odb, DATA_BLOB *key, bool *del_on_close, NTTIME *write_time) argument
856 struct odb_context *odb = lck->odb; local
[all...]
H A Dopendb.c49 set the odb backend ops
71 get a lock on a entry in the odb. This call returns a lock handle,
75 struct odb_context *odb, DATA_BLOB *file_key)
77 return ops->odb_lock(mem_ctx, odb, file_key);
172 NTSTATUS odb_get_file_infos(struct odb_context *odb, DATA_BLOB *key, argument
175 return ops->odb_get_file_infos(odb, key, del_on_close, write_time);
74 odb_lock(TALLOC_CTX *mem_ctx, struct odb_context *odb, DATA_BLOB *file_key) argument
H A Dopendb.h26 struct odb_context *odb, DATA_BLOB *file_key);
42 NTSTATUS (*odb_get_file_infos)(struct odb_context *odb, DATA_BLOB *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/ntvfs/common/
H A Dopendb_tdb.c62 an odb lock handle. You must obtain one of these using odb_lock() before doing
66 struct odb_context *odb; member in struct:odb_lock
89 struct odb_context *odb; local
91 odb = talloc(mem_ctx, struct odb_context);
92 if (odb == NULL) {
96 odb->w = cluster_tdb_tmp_open(odb, ntvfs_ctx->lp_ctx, "openfiles.tdb", TDB_DEFAULT);
97 if (odb->w == NULL) {
98 talloc_free(odb);
102 odb
129 odb_tdb_lock(TALLOC_CTX *mem_ctx, struct odb_context *odb, DATA_BLOB *file_key) argument
236 struct odb_context *odb = lck->odb; local
263 struct odb_context *odb = lck->odb; local
346 odb_tdb_open_can_internal(struct odb_context *odb, const struct opendb_file *file, uint32_t stream_id, uint32_t share_access, uint32_t access_mask, bool delete_on_close, uint32_t open_disposition, bool break_to_none, bool *_attrs_only) argument
459 struct odb_context *odb = lck->odb; local
553 struct odb_context *odb = lck->odb; local
579 struct odb_context *odb = lck->odb; local
640 struct odb_context *odb = lck->odb; local
684 struct odb_context *odb = lck->odb; local
715 struct odb_context *odb = lck->odb; local
815 odb_tdb_get_file_infos(struct odb_context *odb, DATA_BLOB *key, bool *del_on_close, NTTIME *write_time) argument
856 struct odb_context *odb = lck->odb; local
[all...]
H A Dopendb.c49 set the odb backend ops
71 get a lock on a entry in the odb. This call returns a lock handle,
75 struct odb_context *odb, DATA_BLOB *file_key)
77 return ops->odb_lock(mem_ctx, odb, file_key);
172 NTSTATUS odb_get_file_infos(struct odb_context *odb, DATA_BLOB *key, argument
175 return ops->odb_get_file_infos(odb, key, del_on_close, write_time);
74 odb_lock(TALLOC_CTX *mem_ctx, struct odb_context *odb, DATA_BLOB *file_key) argument
H A Dopendb.h26 struct odb_context *odb, DATA_BLOB *file_key);
42 NTSTATUS (*odb_get_file_infos)(struct odb_context *odb, DATA_BLOB *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/ntvfs/common/
H A Dopendb_tdb.c62 an odb lock handle. You must obtain one of these using odb_lock() before doing
66 struct odb_context *odb; member in struct:odb_lock
89 struct odb_context *odb; local
91 odb = talloc(mem_ctx, struct odb_context);
92 if (odb == NULL) {
96 odb->w = cluster_tdb_tmp_open(odb, ntvfs_ctx->lp_ctx, "openfiles.tdb", TDB_DEFAULT);
97 if (odb->w == NULL) {
98 talloc_free(odb);
102 odb
129 odb_tdb_lock(TALLOC_CTX *mem_ctx, struct odb_context *odb, DATA_BLOB *file_key) argument
236 struct odb_context *odb = lck->odb; local
263 struct odb_context *odb = lck->odb; local
346 odb_tdb_open_can_internal(struct odb_context *odb, const struct opendb_file *file, uint32_t stream_id, uint32_t share_access, uint32_t access_mask, bool delete_on_close, uint32_t open_disposition, bool break_to_none, bool *_attrs_only) argument
459 struct odb_context *odb = lck->odb; local
553 struct odb_context *odb = lck->odb; local
579 struct odb_context *odb = lck->odb; local
640 struct odb_context *odb = lck->odb; local
684 struct odb_context *odb = lck->odb; local
715 struct odb_context *odb = lck->odb; local
815 odb_tdb_get_file_infos(struct odb_context *odb, DATA_BLOB *key, bool *del_on_close, NTTIME *write_time) argument
856 struct odb_context *odb = lck->odb; local
[all...]
H A Dopendb.c49 set the odb backend ops
71 get a lock on a entry in the odb. This call returns a lock handle,
75 struct odb_context *odb, DATA_BLOB *file_key)
77 return ops->odb_lock(mem_ctx, odb, file_key);
172 NTSTATUS odb_get_file_infos(struct odb_context *odb, DATA_BLOB *key, argument
175 return ops->odb_get_file_infos(odb, key, del_on_close, write_time);
74 odb_lock(TALLOC_CTX *mem_ctx, struct odb_context *odb, DATA_BLOB *file_key) argument
H A Dopendb.h26 struct odb_context *odb, DATA_BLOB *file_key);
42 NTSTATUS (*odb_get_file_infos)(struct odb_context *odb, DATA_BLOB *key,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Dsdb009.tcl81 set odb [eval {berkdb_open -create -mode 0644}\
83 error_check_good odb_open [is_valid_db $odb] TRUE
84 set odbt [$odb get $key]
85 error_check_good odb_close [$odb close] 0
H A Dsdb017.tcl71 set odb [eval {berkdb_open_noerr -create -mode 0644}\
73 error_check_good odb_open [is_valid_db $odb] TRUE
74 set odbt [$odb get $key]
75 error_check_good odb_close [$odb close] 0
H A Dfop004.tcl187 set odb [eval {berkdb_open -create -mode 0644} \
192 odb_open [is_valid_db $odb] TRUE
199 set odbt [$odb get $key]
213 error_check_good odb_close [$odb close] 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Dsdb009.tcl81 set odb [eval {berkdb_open -create -mode 0644}\
83 error_check_good odb_open [is_valid_db $odb] TRUE
84 set odbt [$odb get $key]
85 error_check_good odb_close [$odb close] 0
H A Dsdb017.tcl71 set odb [eval {berkdb_open_noerr -create -mode 0644}\
73 error_check_good odb_open [is_valid_db $odb] TRUE
74 set odbt [$odb get $key]
75 error_check_good odb_close [$odb close] 0
H A Dfop004.tcl187 set odb [eval {berkdb_open -create -mode 0644} \
192 odb_open [is_valid_db $odb] TRUE
199 set odbt [$odb get $key]
213 error_check_good odb_close [$odb close] 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Dsdb009.tcl81 set odb [eval {berkdb_open -create -mode 0644}\
83 error_check_good odb_open [is_valid_db $odb] TRUE
84 set odbt [$odb get $key]
85 error_check_good odb_close [$odb close] 0
H A Dsdb017.tcl71 set odb [eval {berkdb_open_noerr -create -mode 0644}\
73 error_check_good odb_open [is_valid_db $odb] TRUE
74 set odbt [$odb get $key]
75 error_check_good odb_close [$odb close] 0
H A Dfop004.tcl187 set odb [eval {berkdb_open -create -mode 0644} \
192 odb_open [is_valid_db $odb] TRUE
199 set odbt [$odb get $key]
213 error_check_good odb_close [$odb close] 0
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/stl/
H A Ddbstl_dbc.h234 inline void set_owner_db(Db *odb) { owner_db_ = odb;} argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/stl/
H A Ddbstl_dbc.h234 inline void set_owner_db(Db *odb) { owner_db_ = odb;} argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/stl/
H A Ddbstl_dbc.h234 inline void set_owner_db(Db *odb) { owner_db_ = odb;} argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/LPRng/src/common/
H A Dlpd_status.c407 int odb, odbf; local
408 odb = Debug;
421 Debug = odb;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/LPRng/src/common/
H A Dlpd_status.c407 int odb, odbf; local
408 odb = Debug;
421 Debug = odb;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/LPRng/src/common/
H A Dlpd_status.c407 int odb, odbf; local
408 odb = Debug;
421 Debug = odb;

Completed in 282 milliseconds