Home
last modified time | relevance | path

Searched refs:current_opt (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/filter/foomatic-rip/
Doptions.c1566 option_t *opt, *current_opt = NULL; in read_ppd_file() local
1686 current_opt = assure_option(&name[1]); in read_ppd_file()
1688 strlcpy(current_opt->text, text, 128); in read_ppd_file()
1690 current_opt->style = 'J'; in read_ppd_file()
1693 if (current_opt->type == TYPE_NONE) in read_ppd_file()
1694 current_opt->type = type_from_string(value->data); in read_ppd_file()
1698 if (!current_opt || !option_has_name(current_opt, value->data +1)) in read_ppd_file()
1700 current_opt = NULL; in read_ppd_file()
1767 else if (current_opt && !strcmp(key, current_opt->name)) { in read_ppd_file()
1769 option_set_choice(current_opt, name, text, value->data); in read_ppd_file()
/third_party/libcoap/src/
Doption.c153 coap_opt_t *current_opt = NULL; in coap_option_next() local
166 current_opt = oi->next_option; in coap_option_next()
197 return current_opt; in coap_option_next()