Searched refs:errorline (Results 1 – 3 of 3) sorted by relevance
/external/openssl/apps/ |
D | x509.c | 502 long errorline = -1; in MAIN() local 505 if (!NCONF_load(extconf, extfile,&errorline)) in MAIN() 507 if (errorline <= 0) in MAIN() 514 ,errorline,extfile); in MAIN()
|
D | ca.c | 262 long errorline= -1; in MAIN() local 585 if (NCONF_load(conf,configfile,&errorline) <= 0) in MAIN() 587 if (errorline <= 0) in MAIN() 592 ,errorline,configfile); in MAIN() 979 if (NCONF_load(extconf,extfile,&errorline) <= 0) in MAIN() 981 if (errorline <= 0) in MAIN() 986 errorline,extfile); in MAIN()
|
D | apps.c | 1688 long errorline= -1; in load_index() local 1713 if (NCONF_load(dbattr_conf,buf[0],&errorline) <= 0) in load_index() 1715 if (errorline > 0) in load_index() 1719 ,errorline,buf[0]); in load_index()
|