Searched full:readmore (Results 1 – 11 of 11) sorted by relevance
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_data/ |
D | locale.yml | 5 READMORE : "Read more" 36 READMORE : "阅读更多" 65 READMORE : "閱讀更多" 92 READMORE : "더보기"
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_data/ |
D | locale.yml | 5 READMORE : "Read more" 36 READMORE : "阅读更多" 65 READMORE : "閱讀更多" 92 READMORE : "더보기"
|
/external/curl/lib/ |
D | rtsp.c | 67 * 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()
|
D | transfer.c | 429 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()
|
D | urldata.h | 781 ssize_t *nread, bool *readmore);
|
/external/cronet/net/filter/ |
D | gzip_header.h | 11 // 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);
|
D | gzip_header.cc | 30 GZipHeader::Status GZipHeader::ReadMore(const char* inbuf, in ReadMore() function in net::GZipHeader
|
D | gzip_source_stream.cc | 117 gzip_header_.ReadMore(input_data, input_data_size, &end); in FilterData()
|
/external/rust/crates/libz-sys/src/zlib/examples/ |
D | gzappend.c | 192 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/ |
D | article-list.html | 5 {%- include snippets/get-locale-string.html key='READMORE' -%}
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/ |
D | article-list.html | 5 {%- include snippets/get-locale-string.html key='READMORE' -%}
|