Home
last modified time | relevance | path

Searched refs:read_request (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/beast/example/http/server/small/
Dhttp_server_small.cpp60 read_request(); in start()
83 read_request() in read_request() function in http_connection
/third_party/boost/libs/beast/example/http/server/fast/
Dhttp_server_fast.cpp149 read_request(); in accept()
154 void read_request() in read_request() function in http_worker
/third_party/ffmpeg/libavformat/
Dwtvdec.c84 int read_request = FFMIN(buf_size - nread, remaining_in_sector); in wtvfile_read_packet() local
86 n = avio_read(pb, buf, read_request); in wtvfile_read_packet()