OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lock_dbg_cb
(Results
1 - 2
of
2
) sorted by null
/external/openssl/apps/
openssl.c
156
static void
lock_dbg_cb
(int mode, int type, const char *file, int line)
function
214
fprintf(stderr, "openssl (
lock_dbg_cb
): %s (mode=%d, type=%d) at %s:%d\n",
314
CRYPTO_set_locking_callback(
lock_dbg_cb
);
/external/openssl/ssl/
ssltest.c
419
static void
lock_dbg_cb
(int mode, int type, const char *file, int line)
function
477
fprintf(stderr, "openssl (
lock_dbg_cb
): %s (mode=%d, type=%d) at %s:%d\n",
561
CRYPTO_set_locking_callback(
lock_dbg_cb
);
[
all
...]
Completed in 594 milliseconds