HomeSort by relevance Sort by last modified time
    Searched defs:ERR_LIB_SYS (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/err/
err.h 162 #define ERR_LIB_SYS 2
204 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
264 #define ERR_R_SYS_LIB ERR_LIB_SYS /* 2 */
  /external/openssl/include/openssl/
err.h 162 #define ERR_LIB_SYS 2
204 #define SYSerr(f,r) ERR_PUT_error(ERR_LIB_SYS,(f),(r),__FILE__,__LINE__)
264 #define ERR_R_SYS_LIB ERR_LIB_SYS /* 2 */

Completed in 25 milliseconds