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()170 static int raw_get_params(void *vobj, OSSL_PARAM *params) in raw_get_params() argument172 struct object_st *obj = vobj; in raw_get_params()208 static int api_set_params(void *vobj, const OSSL_PARAM *params) in api_set_params() argument210 struct object_st *obj = vobj; in api_set_params()244 static int api_get_params(void *vobj, OSSL_PARAM *params) in api_get_params() argument246 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()
1551 lldb_private::ValueObject *vobj = retVal.get(); in Interpret() local1554 if (vobj == nullptr || !retVal) { in Interpret()1561 lldb_private::Value &value = vobj->GetValue(); in Interpret()