Find one evaluation type

saf_find_one_evaluation is a function defined in evaluation.c.

Synopsis:

SAF_Eval * saf_find_one_evaluation(SAF_Db *database, const char *name, SAF_Eval *buf)

Formal Arguments:

  • database: The database in which to search
  • name: The name for which to search
  • buf: [OUT] Optional buffer to fill in and return

Description: This is a convenience version of saf_find_evaluation that returns the first evaluation type it finds whose name matches that which is specified.

Return Value: A handle to a matching evaluation type on success; SAF__ERROR_HANDLE on failure.

See Also: