Lines Matching refs:opt
565 apr_getopt_t *opt;
584 apr_getopt_init(&opt, status.pool, argc, argv);
586 while ((rv = apr_getopt(opt, "lL:p:fDtvecn:", &c, &opt_arg)) == APR_SUCCESS) {
588 while ((rv = apr_getopt(opt, "lL:p:fDtven:", &c, &opt_arg)) == APR_SUCCESS) {
640 if ((argc - opt->ind < 2) || (argc - opt->ind > 4) ) {
644 rv = apr_filepath_merge(&config.szLogRoot, "", argv[opt->ind++],
651 for(; opt->ind < argc; opt->ind++) {
652 if ((err = get_time_or_size(&config, argv[opt->ind],
653 opt->ind < argc - 1 ? 0 : 1)) != NULL) {