STATE_object_get_first_object
returns a handle to an object. Used in conjunction with STATE_object_get_next_object() to traverse all the existing objects example: for(handle=STATE_object_get_first_object() ; handle!=NULL ; handle=STATE_object_get_next_object(handle) ) { ... }