Home | History | Annotate | Download | only in pppd

Lines Matching refs:TDB_ERR_NOEXIST

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
1450 if (tdb->ecode == TDB_ERR_NOEXIST &&
1565 if (tdb->ecode != TDB_ERR_NOEXIST)