Lines Matching refs:next
487 {"next", ARG_NONE, ':', C_NEXT},
650 /* next less trivial: cert_parameter starts 'pkcs11:' and thus
827 /* now that getstr has copied the contents of nextarg, wipe the next
1576 config->url_get = config->url_get->next;
1891 case C_NEXT: /* --next */
2440 config->url_out = config->url_out->next;
2570 config->url_ul = config->url_ul->next;
2798 /* Allocate the next config */
2799 config->next = malloc(sizeof(struct OperationConfig));
2800 if(config->next) {
2802 config_init(config->next);
2805 config->next->global = global;
2808 global->last = config->next;
2811 config->next->prev = config;
2812 config = config->next;
2818 errorf(global, "missing URL before --next");