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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Ddb.c13 static int compare_uint32(DB *, const DBT *, const DBT *);
83 if ((ret = db->set_bt_compare(db, compare_uint32)) != 0) {
231 * compare_uint32 --
235 compare_uint32(DB *db_arg, const DBT *a_arg, const DBT *b_arg) function

Completed in 23 milliseconds