Searched refs:ofs_write (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtdb.c286 static int ofs_write(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
369 if (ofs_write(tdb, offset, &ptr) == -1) goto fail;
448 if (ofs_write(tdb, offset, &rec.next) == -1) {
947 if (ofs_write(tdb, offset, &rec.next) == -1) {
967 if (ofs_write(tdb, offset, &rec_ptr) == -1) {
1082 if (ofs_write(tdb, offset, &rec_ptr) == -1) goto fail;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dtdb.c289 static int ofs_write(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
372 if (ofs_write(tdb, offset, &ptr) == -1) goto fail;
454 if (ofs_write(tdb, offset, &rec.next) == -1) {
953 if (ofs_write(tdb, offset, &rec.next) == -1) {
973 if (ofs_write(tdb, offset, &rec_ptr) == -1) {
1088 if (ofs_write(tdb, offset, &rec_ptr) == -1) goto fail;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dtdb.c289 static int ofs_write(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
372 if (ofs_write(tdb, offset, &ptr) == -1) goto fail;
454 if (ofs_write(tdb, offset, &rec.next) == -1) {
953 if (ofs_write(tdb, offset, &rec.next) == -1) {
973 if (ofs_write(tdb, offset, &rec_ptr) == -1) {
1088 if (ofs_write(tdb, offset, &rec_ptr) == -1) goto fail;
/asus-wl-520gu-7.0.1.45/src/router/samba/source/tdb/
H A Dtdb.c449 static int ofs_write(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
510 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),
625 return ofs_write(tdb, last_ptr, &next);
713 ofs_write(tdb, FREELIST_TOP, &offset) == -1) {
893 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
1220 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
1527 || ofs_write(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1) {
1652 || ofs_write(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1) {

Completed in 61 milliseconds