Searched defs:cb_ptr (Results 1 – 3 of 3) sorted by relevance
72 struct connectbundle **cb_ptr) in bundle_create()87 static void bundle_destroy(struct connectbundle *cb_ptr) in bundle_destroy()98 static void bundle_add_conn(struct connectbundle *cb_ptr, in bundle_add_conn()108 static int bundle_remove_conn(struct connectbundle *cb_ptr, in bundle_remove_conn()
973 [](int event, int n, BN_GENCB *cb_ptr) -> int { in TEST()1000 [](int event, int n, BN_GENCB *cb_ptr) -> int { in TEST()
2999 CallbackType *cb_ptr = reinterpret_cast<CallbackType *>(arg); in TEST_P() local