HomeSort by relevance Sort by last modified time
    Searched refs:ERR_LIB_CONF (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/conf/
conf_err.c 68 #define ERR_FUNC(func) ERR_PACK(ERR_LIB_CONF,func,0)
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_CONF,0,reason)
  /external/openssl/crypto/err/
err.h 174 #define ERR_LIB_CONF 14
215 #define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__)
275 #define ERR_R_CONF_LIB ERR_LIB_CONF /* 14 */
err.c 143 {ERR_PACK(ERR_LIB_CONF,0,0) ,"configuration file routines"},
  /external/openssl/include/openssl/
err.h 174 #define ERR_LIB_CONF 14
215 #define CONFerr(f,r) ERR_PUT_error(ERR_LIB_CONF,(f),(r),__FILE__,__LINE__)
275 #define ERR_R_CONF_LIB ERR_LIB_CONF /* 14 */

Completed in 816 milliseconds