52 if (stComponents == NULL) {
64 if (stComponents[0]->name == NULL) {
71 stComponents[0]->
name_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
72 stComponents[0]->
role_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
76 if (stComponents[0]->name_specific[i] == NULL) {
82 if (stComponents[0]->role_specific[i] == NULL) {
105 if (stComponents[1]->name == NULL) {
112 stComponents[1]->
name_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
113 stComponents[1]->
role_specific = calloc(stComponents[0]->name_specific_length,
sizeof(
char *));
117 if (stComponents[1]->name_specific[i] == NULL) {
123 if (stComponents[1]->role_specific[i] == NULL) {
int omx_component_library_Setup(stLoaderComponentType **stComponents)
The library entry point. It must have the same name for each library of the components loaded by the ...