Searched refs:list_struct (Results 1 – 3 of 3) sorted by relevance
26 } list_struct; typedef28 typedef list_struct* list_ptr;29 typedef list_struct list_t[1];
41 #define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGN)63 struct list_struct { struct294 static int rec_write(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) in rec_write()312 static int rec_read(TDB_CONTEXT *tdb, tdb_off offset, struct list_struct *rec) in rec_read()333 struct list_struct rec; in tdb_expand()416 struct list_struct rec, lastrec, newrec; in tdb_allocate()561 struct list_struct *rec) in tdb_find()634 struct list_struct rec; in tdb_update()679 struct list_struct rec; in tdb_fetch()716 struct list_struct rec; in tdb_exists()[all …]
18 list_ptr list = (list_ptr)malloc( sizeof( list_struct)); in list_new()