Home
last modified time | relevance | path

Searched full:readmore (Results 1 – 11 of 11) sorted by relevance

/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_data/
Dlocale.yml5 READMORE : "Read more"
36 READMORE : "阅读更多"
65 READMORE : "閱讀更多"
92 READMORE : "더보기"
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_data/
Dlocale.yml5 READMORE : "Read more"
36 READMORE : "阅读更多"
65 READMORE : "閱讀更多"
92 READMORE : "더보기"
/external/curl/lib/
Drtsp.c67 * readmore: whether or not the RTP parser needs more data right away
72 bool *readmore);
594 bool *readmore) { in rtsp_rtp_readwrite() argument
638 *readmore = TRUE; in rtsp_rtp_readwrite()
648 *readmore = FALSE; in rtsp_rtp_readwrite()
668 *readmore = TRUE; in rtsp_rtp_readwrite()
675 *readmore ? "(READMORE)" : "")); in rtsp_rtp_readwrite()
Dtransfer.c429 bool readmore = FALSE; /* used by RTP to signal for more data */ in readwrite_data() local
509 result = conn->handler->readwrite(data, conn, &nread, &readmore); in readwrite_data()
512 if(readmore) in readwrite_data()
528 result = conn->handler->readwrite(data, conn, &nread, &readmore); in readwrite_data()
531 if(readmore) in readwrite_data()
732 result = conn->handler->readwrite(data, conn, &nread, &readmore); in readwrite_data()
736 if(readmore) in readwrite_data()
Durldata.h781 ssize_t *nread, bool *readmore);
/external/cronet/net/filter/
Dgzip_header.h11 // The model is that you call ReadMore() for each chunk of bytes
50 Status ReadMore(const char* inbuf, size_t inbuf_len, const char** header_end);
Dgzip_header.cc30 GZipHeader::Status GZipHeader::ReadMore(const char* inbuf, in ReadMore() function in net::GZipHeader
Dgzip_source_stream.cc117 gzip_header_.ReadMore(input_data, input_data_size, &end); in FilterData()
/external/rust/crates/libz-sys/src/zlib/examples/
Dgzappend.c192 local int readmore(file *in) in readmore() function
198 #define read1(in) (in->left == 0 ? readmore(in) : 0, \
214 readmore(in); in skip()
300 readmore(&gz); in gzscan()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/
Darticle-list.html5 {%- include snippets/get-locale-string.html key='READMORE' -%}
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/
Darticle-list.html5 {%- include snippets/get-locale-string.html key='READMORE' -%}