OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TDB_ERR_NOEXIST
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
tdb.h
65
TDB_ERR_NOEXIST
};
tdb.c
996
return TDB_ERRCODE(
TDB_ERR_NOEXIST
, 0);
1026
{
TDB_ERR_NOEXIST
, "Record does not exist"} };
1073
*
TDB_ERR_NOEXIST
. If a key has no data attached
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.h
56
TDB_ERR_NOEXIST
, TDB_ERR_EINVAL, TDB_ERR_RDONLY};
tdb.c
309
{
TDB_ERR_NOEXIST
, "Record does not exist"},
[
all
...]
/external/e2fsprogs/e2fsck/
dirinfo.c
197
if (tdb_error(db->tdb) !=
TDB_ERR_NOEXIST
)
Completed in 50 milliseconds