Home
last modified time | relevance | path

Searched refs:http_recvrequest (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libdill/libdill-2.14/man/
H A DMakefile.am57 http_recvrequest.3 \
H A Dmanpages.src191 http_recvrequest(s, command, sizeof(command), resource, sizeof(resource), -1);
/dports/devel/libdill/libdill-2.14/examples/
H A Dwebapp.c62 int rc = http_recvrequest(s, command, sizeof(command), in html_worker()
/dports/devel/libdill/libdill-2.14/tests/
H A Dhttp.c41 rc = http_recvrequest(s1, cmd, sizeof(cmd), url, sizeof(url), -1); in main()
/dports/devel/libdill/libdill-2.14/
H A Dlibdill.h783 #define http_recvrequest dill_http_recvrequest macro