Home
last modified time | relevance | path

Searched defs:cb_ptr (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dconncache.c48 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()
/external/boringssl/src/ssl/
Dssl_test.cc3137 CallbackType *cb_ptr = reinterpret_cast<CallbackType *>(arg); in TestRecordCallback() local