PK_FUNCTION_find   

PK_ERROR_code_t             PK_FUNCTION_find
(
--- received arguments ---
int                         n_function_names, --- number of names
const char *const           function_names[], --- function names
const PK_FUNCTION_find_o_t *options,          --- option structure

--- returned arguments ---
PK_FUNCTION_t               functions[]       --- functions
)


This function returns the functions that have the given names.


Specific Errors:
    PK_ERROR_bad_name      (MILD)   One of the names does not correspond to
                                    a PK function.


The PK_FUNCTION_t value associated with a particular PK function may vary
from session to session.