Searched refs:option_str (Results 1 - 3 of 3) sorted by relevance
/third_party/curl/tests/ |
H A D | negtelnetserver.py | 236 def send_do(self, option_str): 237 log.debug("Sending DO %s", option_str) 238 self.send_iac([NegTokens.DO, NegOptions.to_val(option_str)]) 240 def send_dont(self, option_str): 241 log.debug("Sending DONT %s", option_str) 242 self.send_iac([NegTokens.DONT, NegOptions.to_val(option_str)]) 244 def send_will(self, option_str): 245 log.debug("Sending WILL %s", option_str) 246 self.send_iac([NegTokens.WILL, NegOptions.to_val(option_str)]) 248 def send_wont(self, option_str) [all...] |
/third_party/protobuf/python/ |
H A D | setup.py | 157 def get_option_from_sys_argv(option_str): 158 if option_str in sys.argv: 159 sys.argv.remove(option_str)
|
/third_party/backends/backend/ |
H A D | umax.c | 5932 static SANE_Status umax_test_configure_option(const char *option_str, char *test_name, int *test_value, int test_min, int test_max) in umax_test_configure_option() argument 5939 if (strncmp(option_str, test_name, strlen(test_name)) == 0) in umax_test_configure_option() 5941 value_str = sanei_config_skip_whitespace(option_str+strlen(test_name)); in umax_test_configure_option() 5977 const char *option_str; in sane_init() local 6035 option_str = sanei_config_skip_whitespace(config_line+6); in sane_init() 6037 if (umax_test_configure_option(option_str, "scsi-maxqueue", &umax_scsi_maxqueue, 1, SANE_UMAX_SCSI_MAXQUEUE)); in sane_init() 6038 else if (umax_test_configure_option(option_str, "scsi-buffer-size-min", &umax_scsi_buffer_size_min, 4096, 1048576)); in sane_init() 6039 else if (umax_test_configure_option(option_str, "scsi-buffer-size-max", &umax_scsi_buffer_size_max, 4096, 1048576)); in sane_init() 6040 else if (umax_test_configure_option(option_str, "preview-lines", &umax_preview_lines, 1, 65535)); in sane_init() 6041 else if (umax_test_configure_option(option_str, "sca in sane_init() [all...] |
Completed in 8 milliseconds