OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_fd
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
slmdb.h
54
int
db_fd
; /* database file handle */
member in struct:__anon23262
79
#define slmdb_fd(slmdb) ((slmdb)->
db_fd
)
dict_lmdb.c
555
int
db_fd
;
local
635
db_fd
= slmdb_fd(&slmdb);
637
if (myflock(
db_fd
, MYFLOCK_STYLE_FCNTL, MYFLOCK_OP_EXCLUSIVE) < 0)
639
if (myflock(
db_fd
, MYFLOCK_STYLE_FCNTL, MYFLOCK_OP_SHARED) < 0)
654
if (fstat(
db_fd
, &st) < 0)
656
dict_lmdb->dict.lock_fd = dict_lmdb->dict.stat_fd =
db_fd
;
slmdb.c
870
int
db_fd
;
local
908
|| (status = mdb_env_get_fd(env, &
db_fd
)) != 0) {
921
slmdb->
db_fd
=
db_fd
;
/src/external/mpl/dhcp/dist/server/
db.c
1143
int
db_fd
;
local
1162
db_fd
= open (newfname, O_WRONLY | O_TRUNC | O_CREAT, 0664);
1163
if (
db_fd
< 0) {
1177
if (fchown(
db_fd
, set_uid, set_gid)) {
1183
if ((new_db_file = fdopen(
db_fd
, "w")) == NULL) {
1185
close(
db_fd
);
Completed in 18 milliseconds
Indexes created Sat Aug 29 00:25:01 UTC 2026