Searched refs:TDB_ERR_NOEXIST (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dtdb.h47 TDB_ERR_OOM, TDB_ERR_EXISTS, TDB_ERR_NOEXIST, TDB_ERR_NOLOCK, TDB_ERR_LOCK_TIMEOUT }; enumerator in enum:TDB_ERROR
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.h65 TDB_ERR_NOEXIST}; enumerator in enum:TDB_ERROR
H A Dtdbutil.c314 if (tdb_error(tdb) != TDB_ERR_NOEXIST) {
355 if (tdb_error(tdb) != TDB_ERR_NOEXIST) {
H A Dtdb.c1031 return TDB_ERRCODE(TDB_ERR_NOEXIST, 0);
1061 {TDB_ERR_NOEXIST, "Record does not exist"} };
1108 * TDB_ERR_NOEXIST. If a key has no data attached
1492 if (tdb->ecode == TDB_ERR_NOEXIST &&
1607 if (tdb->ecode != TDB_ERR_NOEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h65 TDB_ERR_NOEXIST}; enumerator in enum:TDB_ERROR
H A Dtdb.c996 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
1450 if (tdb->ecode == TDB_ERR_NOEXIST &&
1565 if (tdb->ecode != TDB_ERR_NOEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dconnection.c80 int dbg_lvl = (!conn && (tdb_error(tdb) == TDB_ERR_NOEXIST)) ? 3 : 0;
H A Dserver.c173 if (val == -1 && (tdb_error(tdb) != TDB_ERR_NOEXIST)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c1004 return TDB_ERRCODE(TDB_ERR_NOEXIST, 0);
1049 {TDB_ERR_NOEXIST, "Record does not exist"} };
1096 * TDB_ERR_NOEXIST. If a key has no data attached
1464 if (flag == TDB_MODIFY && tdb->ecode == TDB_ERR_NOEXIST)
1579 if (tdb->ecode != TDB_ERR_NOEXIST)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/printing/
H A Dprinting.c2129 if (tdb_error(pdb->tdb) != TDB_ERR_NOEXIST) {

Completed in 132 milliseconds