Home | History | Annotate | Download | only in apps

Lines Matching defs:errline

194 	long errline;
468 i=NCONF_load(config, p, &errline);
473 long errline = -1;
478 i=NCONF_load(req_conf,template,&errline);
481 BIO_printf(bio_err,"error on line %ld of %s\n",errline,template);