Searched defs:write_p (Results 1 – 2 of 2) sorted by relevance
/external/openssl/apps/ |
D | s_cb.c | 342 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SS… in msg_cb()
|
/external/openssl/ssl/ |
D | ssl_lib.c | 3052 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, … in SSL_CTX_set_msg_callback() 3056 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const vo… in SSL_set_msg_callback()
|