OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TDB_ERR_OOM
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
tdb.h
64
TDB_ERR_OOM
, TDB_ERR_EXISTS, TDB_ERR_NOLOCK, TDB_ERR_LOCK_TIMEOUT,
tdb.c
420
tdb->ecode =
TDB_ERR_OOM
;
423
return TDB_ERRCODE(
TDB_ERR_OOM
, buf);
930
return TDB_ERRCODE(
TDB_ERR_OOM
, -1);
1023
{
TDB_ERR_OOM
, "Out of memory"},
[
all
...]
/external/e2fsprogs/lib/ext2fs/
tdb.h
55
TDB_ERR_OOM
, TDB_ERR_EXISTS, TDB_ERR_NOLOCK, TDB_ERR_LOCK_TIMEOUT,
tdb.c
305
{
TDB_ERR_OOM
, "Out of memory"},
1146
tdb->ecode =
TDB_ERR_OOM
;
1149
return TDB_ERRCODE(
TDB_ERR_OOM
, buf);
[
all
...]
Completed in 18 milliseconds