Lines Matching refs:idx
1775 let idx = cvt_n(get_new_idx(Some(free_data_box::<T>)))?;
1777 let idx = cvt_n(get_new_idx(free_data_box::<T>))?;
1778 Ok(Index::from_raw(idx))
1788 let idx = *INDEXES
1793 Index::from_raw(idx)
2225 let idx = cvt_n(get_new_ssl_idx(Some(free_data_box::<T>)))?;
2227 let idx = cvt_n(get_new_ssl_idx(free_data_box::<T>))?;
2228 Ok(Index::from_raw(idx))
2238 let idx = *SSL_INDEXES
2243 Index::from_raw(idx)