/external/boringssl/src/crypto/ |
D | ex_data.c | 125 long argl; /* Arbitary long */ member 133 long argl, void *argp, CRYPTO_EX_new *new_func, in CRYPTO_get_ex_new_index()
|
/external/valgrind/drd/ |
D | drd_libstdcxx_intercepts.c | 50 #define LIBSTDCXX_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument
|
D | drd_pthread_intercepts.c | 93 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 105 #define PTH_FUNC(ret_ty, zf, implf, argl_decl, argl) \ argument 118 #define PTH_FUNCS(ret_ty, zf, implf, argl_decl, argl) \ argument
|
/external/boringssl/src/crypto/x509/ |
D | by_file.c | 90 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in by_file_ctrl()
|
D | x_x509.c | 149 int X509_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in X509_get_ex_new_index()
|
D | by_dir.c | 120 static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, in dir_ctrl()
|
D | x509_lu.c | 117 int X509_LOOKUP_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc, long argl, in X509_LOOKUP_ctrl()
|
D | x509_vfy.c | 2054 int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in X509_STORE_CTX_get_ex_new_index()
|
/external/boringssl/src/crypto/dh/ |
D | dh.c | 236 int DH_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in DH_get_ex_new_index()
|
/external/boringssl/src/crypto/ec/ |
D | ec_key.c | 486 int EC_KEY_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in EC_KEY_get_ex_new_index()
|
/external/boringssl/src/crypto/dsa/ |
D | dsa.c | 302 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in DSA_get_ex_new_index()
|
/external/boringssl/src/ssl/ |
D | ssl_sess.c | 174 int SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_SESSION_get_ex_new_index()
|
D | ssl_lib.c | 2348 int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_get_ex_new_index() 2366 int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in SSL_CTX_get_ex_new_index()
|
/external/boringssl/src/crypto/rsa/ |
D | rsa.c | 268 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, in RSA_get_ex_new_index()
|
/external/boringssl/src/ssl/test/ |
D | bssl_shim.cc | 96 int index, long argl, void *argp) { in TestStateExFree()
|