Home
last modified time | relevance | path

Searched refs:vobj (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dparams_test.c88 static void cleanup_object(void *vobj) in cleanup_object() argument
90 struct object_st *obj = vobj; in cleanup_object()
130 static int raw_set_params(void *vobj, const OSSL_PARAM *params) in raw_set_params() argument
132 struct object_st *obj = vobj; in raw_set_params()
171 static int raw_get_params(void *vobj, OSSL_PARAM *params) in raw_get_params() argument
173 struct object_st *obj = vobj; in raw_get_params()
209 static int api_set_params(void *vobj, const OSSL_PARAM *params) in api_set_params() argument
211 struct object_st *obj = vobj; in api_set_params()
245 static int api_get_params(void *vobj, OSSL_PARAM *params) in api_get_params() argument
247 struct object_st *obj = vobj; in api_get_params()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c222 const ucl_object_t *vobj; in ucl_schema_validate_object() local
227 while (ret && (vobj = ucl_object_iterate (obj, &viter, true)) != NULL) { in ucl_schema_validate_object()
228 found = ucl_schema_test_pattern (vobj, ucl_object_key (prop), false); in ucl_schema_validate_object()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1582 lldb_private::ValueObject *vobj = retVal.get(); in Interpret() local
1585 if (vobj == nullptr || !retVal) { in Interpret()
1592 lldb_private::Value &value = vobj->GetValue(); in Interpret()