Searched defs:cb_ptr (Results 1 – 2 of 2) sorted by relevance
48 struct connectbundle **cb_ptr) in bundle_create()67 static void bundle_destroy(struct connectbundle *cb_ptr) in bundle_destroy()80 static CURLcode bundle_add_conn(struct connectbundle *cb_ptr, in bundle_add_conn()93 static int bundle_remove_conn(struct connectbundle *cb_ptr, in bundle_remove_conn()
3137 CallbackType *cb_ptr = reinterpret_cast<CallbackType *>(arg); in TestRecordCallback() local