Searched refs:duplicate_key (Results 1 – 5 of 5) sorted by relevance
111 .ok_or_else(|| CustomError::duplicate_key(&path, path.len() - 1))?; in start_array_table()146 _ => return Err(CustomError::duplicate_key(&path, path.len() - 1)), in start_table()179 .ok_or_else(|| CustomError::duplicate_key(&path, path.len() - 1))?; in finalize_table()202 _ => return Err(CustomError::duplicate_key(&path, path.len() - 1)), in finalize_table()
22 pub(crate) fn duplicate_key(path: &[Key], i: usize) -> Self { in duplicate_key() method
354 context->duplicate_key = command->key_object; in Fapi_ExportKey_Finish()453 context->duplicate_key = NULL; in Fapi_ExportKey_Finish()
1338 return_if_null(fapi_ctx->duplicate_key, "Object for duplication no set.", in ifapi_get_duplicate_name()1340 *name = fapi_ctx->duplicate_key->misc.key.name; in ifapi_get_duplicate_name()
1011 IFAPI_OBJECT *duplicate_key; /**< Will be needed for policy execution */ member