代码搜索:TDb

找到约 2,692 项符合「TDb」的源代码

代码结果 2,692
www.eeworm.com/read/104055/15711533

3 tdb_chainlock.3

.TH tdb_chainlock "Oct 13, 2000" "Samba" "Linux Programmer's Manual" .SH NAME tdb_chainlock - lock a group of keys tdb_chainunlock - unlock a previously locked group of keys .SH SYNOPSIS .nf .B #inclu
www.eeworm.com/read/104055/15711502

3 tdb_traverse.3

.TH tdb_traverse "Aug 16, 2000" "Samba" "Linux Programmer's Manual" .SH NAME tdb_traverse - visit every element in a tdb database .SH SYNOPSIS .nf .B #include .sp .BI "int tdb_traverse(TDB_CON
www.eeworm.com/read/104055/15711494

3 tdb_firstkey.3

.TH tdb_firskey "Aug 16, 2000" "Samba" "Linux Programmer's Manual" .SH NAME tdb_firstkey - return the key of the first record in a tdb database tdb_nextkey - return the key of next record in the tdb d
www.eeworm.com/read/104055/15711518

3 tdb_error.3

.TH tdb_error "Aug 16, 2000" "Samba" "Linux Programmer's Manual" .SH NAME tdb_error - return tdb database error state information. tdb_errorstr - return a printable string representing the error state
www.eeworm.com/read/129999/14213012

h tdb.h

#define STANDALONE 1 /* * Database functions * Copyright (C) Andrew Tridgell 1999 * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice
www.eeworm.com/read/104055/15711503

readme

tdb - a trivial database system tridge@linuxcare.com December 1999 ================================== This is a simple database API. It was inspired by the realisation that in Samba we have several a
www.eeworm.com/read/104055/15711510

3 tdb_store.3

.TH tdb_store "Aug 16, 2000" "Samba" "Linux Programmer's Manual" .SH NAME tdb_store - store a record in a tdb database. .SH SYNOPSIS .nf .B #include .sp .BI "int tdb_store(TDB_CONTEXT *" tdb "
www.eeworm.com/read/104055/15711497

c tdbiterate.c

#include #include #include #include #include #include #include #include #include #include "tdb.h"
www.eeworm.com/read/104055/15711506

3 tdb_exists.3

.TH tdb_exists "Aug 17, 2000" "Samba" "Linux Programmer's Manual" .SH NAME tdb_exists - check for the existence of a record in a tdb database .SH SYNOPSIS .nf .B #include .sp .BI "int tdb_exis
www.eeworm.com/read/104055/15711516

3 tdb_fetch.3

.TH tdb_fetch "Aug 16, 2000" "Samba" "Linux Programmer's Manual" .SH NAME tdb_fetch - fetch a record from a tdb database .SH SYNOPSIS .nf .B #include .sp .BI "TDB_DATA tdb_fetch(TDB_CONTEXT *"