HomeSort by relevance Sort by last modified time
    Searched refs:tdb_len (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
tdb.h 76 typedef u32 tdb_len; typedef
104 tdb_len map_size; /* how much space has been mapped */
tdb.c 167 tdb_len rec_len; /* total byte length of record */
168 tdb_len key_len; /* byte length of key */
169 tdb_len data_len; /* byte length of data */
366 static int tdb_write(TDB_CONTEXT *tdb, tdb_off off, void *buf, tdb_len len)
389 static int tdb_read(TDB_CONTEXT *tdb,tdb_off off,void *buf,tdb_len len,int cv)
414 static char *tdb_alloc_read(TDB_CONTEXT *tdb, tdb_off offset, tdb_len len)
838 static tdb_off tdb_allocate(TDB_CONTEXT *tdb, tdb_len length,
    [all...]

Completed in 737 milliseconds