Searched refs:write_p (Results 1 – 5 of 5) sorted by relevance
/external/openssl/apps/ |
D | s_apps.h | 169 void MS_CALLBACK msg_cb(int write_p, int version, int content_type, const void *buf, size_t len, SS…
|
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() argument 347 str_write_p = write_p ? ">>>" : "<<<"; in msg_cb()
|
/external/openssl/ssl/ |
D | ssl.h | 647 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, … 648 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const vo… 806 …void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL … 1044 …void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL …
|
D | ssl_lib.c | 1084 …s->msg_callback = (void (*)(int write_p, int version, int content_type, const void *buf, size_t le… in SSL_callback_ctrl() 1181 …ctx->msg_callback = (void (*)(int write_p, int version, int content_type, const void *buf, size_t … in SSL_CTX_callback_ctrl() 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() argument 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() argument
|
/external/openssl/include/openssl/ |
D | ssl.h | 647 void SSL_CTX_set_msg_callback(SSL_CTX *ctx, void (*cb)(int write_p, int version, int content_type, … 648 void SSL_set_msg_callback(SSL *ssl, void (*cb)(int write_p, int version, int content_type, const vo… 806 …void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL … 1044 …void (*msg_callback)(int write_p, int version, int content_type, const void *buf, size_t len, SSL …
|