Home
last modified time | relevance | path

Searched refs:is_raw_list (Results 1 – 6 of 6) sorted by relevance

/dports/devel/R-cran-blob/blob/R/
H A Dutil.R1 is_raw_list <- function(x) { function
H A Dblob.R49 if (!is_raw_list(x)) {
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Dobject_raw_bencode.h107 bool is_raw_list() const { return m_size >= 2 && m_data[0] >= 'l'; } in is_raw_list() function
179 if (!is_raw_list()) in as_raw_list()
H A Dobject_stream.cc378 if (obj.is_raw_list()) in object_read_bencode_raw_c()
H A Dobject.h157 bool is_raw_list() const { return type() == TYPE_RAW_LIST; } in is_raw_list() function
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/dht/
H A Ddht_server.cc475 if (response[key_r_values].is_raw_list())