Syntax Checker: internal_object_test()
if (SE_InitializeComponentIterator(test_obj,NULL, search_filter, SE_FALSE, SE_FALSE,SE_FALSE, SE_FALSE,SE_FALSE, NULL, NULL,SE_TRAV_ORDR_DEPTH_FIRST,
SE_ITR_BHVR_RESOLVE,&components_iterator)
fprintf(stderr, "Error in internal_object_test”);
while (((status = SE_GetNextObject(components_iterator, &comp_obj,&comp_link_obj)) == SE_STAT_CODE_SUCCESS) || (status == SE_STAT_CODE_DIFFERENT_TRANSMITTAL))
result = internal_object_test(comp_obj ….. );
result = internal_object_test of comp_link_object.
SE_FreeObject(comp_link_obj);
SE_FreeObject(comp_obj) ;