Searched refs:tdb_oob (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtdb.c190 static int tdb_oob(TDB_CONTEXT *tdb, tdb_off offset) function
221 if (tdb_oob(tdb, offset + len) != 0) {
241 if (tdb_oob(tdb, offset + len) != 0) {
309 if (tdb_oob(tdb, rec->next) != 0) {
327 tdb_oob(tdb,tdb->map_size + 1);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtdb.c190 static int tdb_oob(TDB_CONTEXT *tdb, tdb_off offset) function
224 if (tdb_oob(tdb, offset + len) != 0) {
244 if (tdb_oob(tdb, offset + len) != 0) {
312 if (tdb_oob(tdb, rec->next) != 0) {
330 tdb_oob(tdb,tdb->map_size + 1);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtdb.c190 static int tdb_oob(TDB_CONTEXT *tdb, tdb_off offset) function
224 if (tdb_oob(tdb, offset + len) != 0) {
244 if (tdb_oob(tdb, offset + len) != 0) {
312 if (tdb_oob(tdb, rec->next) != 0) {
330 tdb_oob(tdb,tdb->map_size + 1);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdb.c341 static int tdb_oob(TDB_CONTEXT *tdb, tdb_off len, int probe) function
350 TDB_LOG((tdb, 0,"tdb_oob len %d beyond internal malloc size %d\n",
363 TDB_LOG((tdb, 0,"tdb_oob len %d beyond eof at %d\n",
380 if (tdb_oob(tdb, off + len, 0) != 0)
403 if (tdb_oob(tdb, off + len, 0) != 0)
466 return tdb_oob(tdb, rec->next+sizeof(*rec), 0);
497 if (tdb_oob(tdb, rec->next+sizeof(*rec), 0) != 0)
792 tdb_oob(tdb, tdb->map_size + 1, 1);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ext2fs/
H A Dtdb.c219 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) {
1203 return tdb->methods->tdb_oob(tdb, rec->next+sizeof(*rec), 0);
1216 tdb_oob,
[all...]

Completed in 117 milliseconds