Home
last modified time | relevance | path

Searched refs:option_value (Results 1 – 25 of 39) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionValue.cpp275 if (const OptionValueBoolean *option_value = GetAsBoolean()) in SetCharValue() local
276 return option_value->GetCurrentValue(); in SetCharValue()
282 if (OptionValueBoolean *option_value = GetAsBoolean()) { in GetEnumerationValue()
283 option_value->SetCurrentValue(new_value); in GetEnumerationValue() local
291 if (const OptionValueChar *option_value = GetAsChar()) in SetEnumerationValue()
292 return option_value->GetCurrentValue(); in SetEnumerationValue()
298 if (OptionValueChar *option_value = GetAsChar()) { in GetFileSpecValue()
299 option_value->SetCurrentValue(new_value); in GetFileSpecValue()
307 if (const OptionValueEnumeration *option_value = GetAsEnumeration()) in SetFileSpecValue()
308 return option_value in SetFileSpecValue()
255 if (const OptionValueBoolean *option_value = GetAsBoolean()) GetBooleanValue() local
261 if (OptionValueBoolean *option_value = GetAsBoolean()) { SetBooleanValue() local
269 if (const OptionValueChar *option_value = GetAsChar()) GetCharValue() local
289 if (OptionValueEnumeration *option_value = GetAsEnumeration()) { SetEnumerationValue() local
297 if (const OptionValueFileSpec *option_value = GetAsFileSpec()) GetFileSpecValue() local
303 if (OptionValueFileSpec *option_value = GetAsFileSpec()) { SetFileSpecValue() local
311 if (OptionValueFileSpecList *option_value = GetAsFileSpecList()) { AppendFileSpecValue() local
319 if (const OptionValueFileSpecList *option_value = GetAsFileSpecList()) GetFileSpecListValue() local
325 if (const OptionValueFormat *option_value = GetAsFormat()) GetFormatValue() local
331 if (OptionValueFormat *option_value = GetAsFormat()) { SetFormatValue() local
339 if (const OptionValueLanguage *option_value = GetAsLanguage()) GetLanguageValue() local
345 if (OptionValueLanguage *option_value = GetAsLanguage()) { SetLanguageValue() local
353 if (const OptionValueFormatEntity *option_value = GetAsFormatEntity()) GetFormatEntity() local
359 if (const OptionValueRegex *option_value = GetAsRegex()) GetRegexValue() local
365 if (const OptionValueSInt64 *option_value = GetAsSInt64()) GetSInt64Value() local
371 if (OptionValueSInt64 *option_value = GetAsSInt64()) { SetSInt64Value() local
379 if (const OptionValueString *option_value = GetAsString()) GetStringValue() local
385 if (OptionValueString *option_value = GetAsString()) { SetStringValue() local
393 if (const OptionValueUInt64 *option_value = GetAsUInt64()) GetUInt64Value() local
399 if (OptionValueUInt64 *option_value = GetAsUInt64()) { SetUInt64Value() local
407 if (const OptionValueUUID *option_value = GetAsUUID()) GetUUIDValue() local
413 if (OptionValueUUID *option_value = GetAsUUID()) { SetUUIDValue() local
421 if (const OptionValueArch *option_value = GetAsArch()) GetArchSpecValue() local
427 if (OptionValueArch *option_value = GetAsArch()) { SetArchSpecValue() local
[all...]
H A DOptionGroupBoolean.cpp37 llvm::StringRef option_value, in SetOptionValue() argument
46 error = m_value.SetValueFromString(option_value); in SetOptionValue()
H A DOptionGroupFile.cpp66 llvm::StringRef option_value, in SetOptionValue() argument
68 Status error(m_file_list.SetValueFromString(option_value)); in SetOptionValue()
H A DOptionValueProperties.cpp327 OptionValue *option_value = property->GetValue().get(); in DumpValue() local
328 assert(option_value); in DumpValue()
329 const bool transparent_value = option_value->ValueIsTransparent(); in DumpValue()
344 OptionValue *option_value = property->GetValue().get(); in ToJSON() local
345 assert(option_value); in ToJSON()
347 option_value->ToJSON(exe_ctx)); in ToJSON()
H A DOptionValueDictionary.cpp46 OptionValue *option_value = value.second; in DumpValue() local
64 option_value->DumpValue(exe_ctx, strm, dump_mask | extra_dump_options); in DumpValue()
79 option_value->DumpValue(exe_ctx, strm, in DumpValue()
/freebsd/sys/kgssapi/
H A Dgss_set_cred_option.c46 const gss_buffer_t option_value) in gss_set_cred_option() argument
64 args.option_value = *option_value; in gss_set_cred_option()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp294 int Socket::GetOption(int level, int option_name, int &option_value) { in GetOption() argument
296 reinterpret_cast<get_socket_option_arg_type>(&option_value); in GetOption()
302 int Socket::SetOption(int level, int option_name, int option_value) { in SetOption() argument
304 reinterpret_cast<get_socket_option_arg_type>(&option_value); in SetOption()
306 sizeof(option_value)); in SetOption()
H A DTCPSocket.cpp210 int option_value = 1; in Listen() local
212 reinterpret_cast<set_socket_option_arg_type>(&option_value); in Listen()
214 sizeof(option_value)) == -1) { in Listen()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp62 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
69 error = m_num_per_line.SetValueFromString(option_value); in SetOptionValue()
73 option_value.str().c_str()); in SetOptionValue()
81 error = m_view_as_type.SetValueFromString(option_value); in SetOptionValue()
89 error = m_language_for_type.SetValueFromString(option_value); in SetOptionValue()
93 error = m_offset.SetValueFromString(option_value); in SetOptionValue()
900 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value, in SetOptionValue() argument
907 m_expr.SetValueFromString(option_value); in SetOptionValue()
911 m_string.SetValueFromString(option_value); in SetOptionValue()
915 if (m_count.SetValueFromString(option_value).Fail()) in SetOptionValue()
[all …]
H A DCommandObjectMemoryTag.cpp149 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
158 execution_context, option_value, LLDB_INVALID_ADDRESS, &status); in SetOptionValue()
150 SetOptionValue(uint32_t option_idx,llvm::StringRef option_value,ExecutionContext * execution_context) SetOptionValue() argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DOptionGroupFile.h33 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
63 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupUUID.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupMemoryTag.h28 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupArchitecture.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupOutputFile.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupVariable.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupBoolean.h34 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupWatchpoint.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupString.h31 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupUInt64.h32 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupValueObjectDisplay.h27 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
H A DOptionGroupPythonClassWithDict.h47 Status SetOptionValue(uint32_t option_idx, llvm::StringRef option_value,
/freebsd/crypto/openssl/ssl/
H A Dssl_conf.c27 uint64_t option_value; member
32 uint64_t option_value; member
107 uint64_t option_value, int onoff) in ssl_set_option() argument
127 *cctx->poptions |= option_value; in ssl_set_option()
129 *cctx->poptions &= ~option_value; in ssl_set_option()
137 *pflags |= option_value; in ssl_set_option()
139 *pflags &= ~option_value; in ssl_set_option()
154 ssl_set_option(cctx, tbl->name_flags, tbl->option_value, onoff); in ssl_match_option()
881 ssl_set_option(cctx, scmd->name_flags, scmd->option_value, 1); in ctrl_switch_option()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h87 int GetOption(int level, int option_name, int &option_value);
88 int SetOption(int level, int option_name, int option_value);
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_xz.c123 struct option_value { struct
128 static const struct option_value option_values[] = { argument
334 const struct option_value *val = in archive_compressor_xz_open()

12