Searched refs:push_info_func (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem.c121 static int (*push_info_func) (const char *info, const char *file, int line) variable
141 static int (*push_info_func) (const char *info, const char *file, int line) variable
232 push_info_func = push_info_fn;
470 if (push_info_func)
471 return push_info_func(info, file, line);

Completed in 47 milliseconds