HomeSort by relevance Sort by last modified time
    Searched defs:bio_info_cb (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/include/openssl/
bio.h 224 /* bio_info_cb is the type of a callback function that can be called for most
229 typedef long (*bio_info_cb)(BIO *bio, int event, const char *parg, int cmd, typedef
235 OPENSSL_EXPORT long BIO_callback_ctrl(BIO *bio, int cmd, bio_info_cb fp);
254 * after most operations. See the comment above |bio_info_cb|. */
255 OPENSSL_EXPORT void BIO_set_callback(BIO *bio, bio_info_cb callback_func);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 272 bio_info_cb = CFUNCTYPE(None, POINTER(bio_st), c_int, STRING, c_int, c_long, c_long) variable
285 ('callback_ctrl', CFUNCTYPE(c_long, POINTER(BIO), c_int, POINTER(bio_info_cb))),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
infinite_recursion.py 272 bio_info_cb = CFUNCTYPE(None, POINTER(bio_st), c_int, STRING, c_int, c_long, c_long) variable
285 ('callback_ctrl', CFUNCTYPE(c_long, POINTER(BIO), c_int, POINTER(bio_info_cb))),
    [all...]

Completed in 291 milliseconds