Searched refs:seq_data (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/sequence/
H A Dsequence.c49 memcpy(&seq->seq_record, seq->seq_data.data, \
58 memcpy(seq->seq_data.data, \
60 SEQ_SWAP((DB_SEQ_RECORD*)seq->seq_data.data); \
216 memset(&seq->seq_data, 0, sizeof(DBT));
218 seq->seq_data.data = &seq->seq_record;
219 seq->seq_data.flags = DB_DBT_USERMEM;
222 sizeof(seq->seq_record), &seq->seq_data.data)) != 0)
224 seq->seq_data.flags = DB_DBT_REALLOC;
227 seq->seq_data.ulen = seq->seq_data
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1053 DBT seq_data; /* DBT pointing to seq_record. */ member in struct:__db_sequence
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1042 DBT seq_data; /* DBT pointing to seq_record. */ member in struct:__db_sequence
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1063 DBT seq_data; /* DBT pointing to seq_record. */ member in struct:__db_sequence
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1051 DBT seq_data; /* DBT pointing to seq_record. */ member in struct:__db_sequence
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1090 DBT seq_data; /* DBT pointing to seq_record. */ member in struct:__db_sequence
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1090 DBT seq_data; /* DBT pointing to seq_record. */ member in struct:__db_sequence

Completed in 219 milliseconds