tdb.c | 219 int (*tdb_oob)(struct tdb_context *, tdb_off_t , int ); member in struct:tdb_methods 837 static int tdb_oob(struct tdb_context *tdb, tdb_off_t len, int probe) function 846 TDB_LOG((tdb, TDB_DEBUG_FATAL,"tdb_oob len %d beyond internal malloc size %d\n", 860 TDB_LOG((tdb, TDB_DEBUG_FATAL,"tdb_oob len %d beyond eof at %d\n", 887 if (tdb->methods->tdb_oob(tdb, off + len, 0) != 0) 916 if (tdb->methods->tdb_oob(tdb, off + len, 0) != 0) { 1063 tdb->methods->tdb_oob(tdb, tdb->map_size + 1, 1); 1176 if (tdb->methods->tdb_oob(tdb, offset+len, 0) != 0) { [all...] |