HomeSort by relevance Sort by last modified time
    Searched defs:extra_options (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
options.c 179 static struct option_list *extra_options = NULL; variable in typeref:struct:option_list
602 for (list = extra_options; list != NULL; list = list->next)
849 list->next = extra_options;
850 extra_options = list;
1001 for (list = extra_options; list != NULL; list = list->next)
    [all...]
auth.c 154 static struct wordlist *extra_options; variable in typeref:struct:wordlist
817 if (extra_options) {
818 options_from_list(extra_options, 1);
819 free_wordlist(extra_options);
820 extra_options = 0;
    [all...]
  /external/chromium_org/third_party/webrtc/
common_types.h 664 Config* extra_options; member in struct:webrtc::VideoCodec

Completed in 98 milliseconds