Home
last modified time | relevance | path

Searched refs:inret (Results 1 – 1 of 1) sorted by relevance

/third_party/openssl/crypto/bio/
Dbio_lib.c32 int argi, long argl, long inret, size_t *processed) in bio_call_callback() argument
38 return b->callback_ex(b, oper, argp, len, argi, argl, inret, processed); in bio_call_callback()
55 if (inret > 0 && (oper & BIO_CB_RETURN) && bareoper != BIO_CB_CTRL) { in bio_call_callback()
58 inret = *processed; in bio_call_callback()
61 ret = b->callback(b, oper, argp, argi, argl, inret); in bio_call_callback()