Searched defs:dbt (Results 1 – 3 of 3) sorted by relevance
115 struct can_bittiming bt = {}, dbt = {}; in can_parse_opt() local414 struct can_bittiming *dbt = in can_print_opt() local484 struct can_bittiming *dbt = in can_print_opt() local
311 struct lws_role_dbus_timer *dbt; in lws_dbus_add_timeout() local
362 #define CLEAR_DBT(dbt) (memset(&(dbt), 0, sizeof(dbt))) argument364 #define FREE_DBT(dbt) if ((dbt.flags & (DB_DBT_MALLOC|DB_DBT_REALLOC)) && \ argument387 static int make_dbt(PyObject* obj, DBT* dbt) in make_dbt()