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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/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;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c469 static int ofs_write(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
530 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),
645 return ofs_write(tdb, last_ptr, &next);
733 ofs_write(tdb, FREELIST_TOP, &offset) == -1) {
913 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
1226 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
1536 || ofs_write(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1) {
1659 || ofs_write(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c444 static int ofs_write(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
505 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),
620 return ofs_write(tdb, last_ptr, &next);
708 ofs_write(tdb, FREELIST_TOP, &offset) == -1) {
886 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
1206 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
1506 || ofs_write(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1) {
1631 || ofs_write(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c437 static int ofs_write(TDB_CONTEXT *tdb, tdb_off offset, tdb_off *d) function
498 return ofs_write(tdb, offset + totalsize - sizeof(tdb_off),
613 return ofs_write(tdb, last_ptr, &next);
701 ofs_write(tdb, FREELIST_TOP, &offset) == -1) {
881 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
1191 if (ofs_write(tdb, last_ptr, &rec->next) == -1)
1494 || ofs_write(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1) {
1617 || ofs_write(tdb, TDB_HASH_TOP(hash), &rec_ptr) == -1) {

Completed in 114 milliseconds