Searched refs:vobj (Results 1 – 3 of 3) sorted by relevance
88 static void cleanup_object(void *vobj) in cleanup_object() argument90 struct object_st *obj = vobj; in cleanup_object()130 static int raw_set_params(void *vobj, const OSSL_PARAM *params) in raw_set_params() argument132 struct object_st *obj = vobj; in raw_set_params()171 static int raw_get_params(void *vobj, OSSL_PARAM *params) in raw_get_params() argument173 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() argument211 struct object_st *obj = vobj; in api_set_params()245 static int api_get_params(void *vobj, OSSL_PARAM *params) in api_get_params() argument247 struct object_st *obj = vobj; in api_get_params()
222 const ucl_object_t *vobj; in ucl_schema_validate_object() local227 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()
1582 lldb_private::ValueObject *vobj = retVal.get(); in Interpret() local1585 if (vobj == nullptr || !retVal) { in Interpret()1592 lldb_private::Value &value = vobj->GetValue(); in Interpret()