Home
last modified time | relevance | path

Searched defs:dbt (Results 1 – 3 of 3) sorted by relevance

/external/iproute2/ip/
Diplink_can.c115 struct can_bittiming bt = {}, dbt = {}; in can_parse_opt() local
414 struct can_bittiming *dbt = in can_print_opt() local
484 struct can_bittiming *dbt = in can_print_opt() local
/external/libwebsockets/lib/roles/dbus/
Ddbus.c311 struct lws_role_dbus_timer *dbt; in lws_dbus_add_timeout() local
/external/python/cpython2/Modules/
D_bsddb.c362 #define CLEAR_DBT(dbt) (memset(&(dbt), 0, sizeof(dbt))) argument
364 #define FREE_DBT(dbt) if ((dbt.flags & (DB_DBT_MALLOC|DB_DBT_REALLOC)) && \ argument
387 static int make_dbt(PyObject* obj, DBT* dbt) in make_dbt()