Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/ctypes/test/
Dtest_random_things.py4 def callback_func(arg): function
/external/boringssl/src/crypto/bio/
Dbio.c366 void BIO_set_callback(BIO *bio, bio_info_cb callback_func) { in BIO_set_callback()