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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.c100 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
195 /* the body of the database is made of one list_struct for the free space
197 struct list_struct { struct
476 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
488 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
490 struct list_struct r = *rec;
495 static int rec_free_read(TDB_CONTEXT *tdb, tdb_off off, struct list_struct *rec)
524 const struct list_struct *rec)
536 struct list_struct rec;
597 struct list_struct re
1201 do_delete(TDB_CONTEXT *tdb, tdb_off rec_ptr, struct list_struct*rec) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c73 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
166 /* the body of the database is made of one list_struct for the free space
168 struct list_struct { struct
451 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
463 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
465 struct list_struct r = *rec;
470 static int rec_free_read(TDB_CONTEXT *tdb, tdb_off off, struct list_struct *rec)
499 const struct list_struct *rec)
511 struct list_struct rec;
572 struct list_struct re
1181 do_delete(TDB_CONTEXT *tdb, tdb_off rec_ptr, struct list_struct*rec) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.c68 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
163 /* the body of the database is made of one list_struct for the free space
165 struct list_struct { struct
444 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
456 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
458 struct list_struct r = *rec;
463 static int rec_free_read(TDB_CONTEXT *tdb, tdb_off off, struct list_struct *rec)
492 const struct list_struct *rec)
504 struct list_struct rec;
565 struct list_struct re
1166 do_delete(TDB_CONTEXT *tdb, tdb_off rec_ptr, struct list_struct*rec) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dtdb.c35 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGN)
55 /* the body of the database is made of one list_struct for the free space
57 struct list_struct { struct
280 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
298 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec)
319 struct list_struct rec;
388 to a unconnected list_struct within the database with room for at
396 struct list_struct rec, lastrec, newrec;
543 struct list_struct *rec)
616 struct list_struct re
[all...]

Completed in 103 milliseconds