OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ERR_error_string
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/math/
NativeBN.java
24
public static native String
ERR_error_string
(int e);
25
// char *
ERR_error_string
(unsigned long e, char *buf);
/external/openssl/crypto/err/
err.c
567
* others will be displayed numerically by
ERR_error_string
.
911
* as
ERR_error_string
cannot know how large the buffer is */
912
char *
ERR_error_string
(unsigned long e, char *ret)
Completed in 879 milliseconds