Searched refs:http_srv_recv (Results 1 – 1 of 1) sorted by relevance
184 static int http_srv_recv(http_conn_t *, void *, size_t);2681 c_id->inbuf.n = http_srv_recv(c_id, c_id->inbuf.buf, in getaline()2766 nbytes = http_srv_recv(c_id, line, cnt); in getbytes()2806 http_srv_recv(http_conn_t *c_id, void *buf, size_t nbyte) in http_srv_recv() function