Home | History | Annotate | Download | only in jni

Lines Matching refs:obj_ptr

285     long obj_ptr = _getObj(hdfptr, hdfpath);
286 if ( obj_ptr == 0 ) {
289 return newHdf(obj_ptr, this);
299 long obj_ptr = _getChild(hdfptr, hdfpath);
300 if ( obj_ptr == 0 ) {
303 return newHdf(obj_ptr, this);
323 long obj_ptr = _getObj(hdfptr, hdfpath);
324 if ( obj_ptr == 0 ) {
327 obj_ptr = _getObj( hdfptr, hdfpath );
328 if ( obj_ptr == 0 ) {
332 return newHdf(obj_ptr, this);