Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/sample/
H A Dhttp-connect.c21 #define URL_MAX 4096 macro
37 static char* uri_path(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_path() argument
41 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX)); in uri_path()
48 VERIFY(evhttp_uri_join(path, buffer, URL_MAX)); in uri_path()
51 static char* uri_hostport(struct evhttp_uri *uri, char buffer[URL_MAX]) in uri_hostport() argument
53 VERIFY(evhttp_uri_join(uri, buffer, URL_MAX)); in uri_hostport()
56 evutil_snprintf(buffer, URL_MAX, "%s:%d", in uri_hostport()
80 char buffer[URL_MAX]; in connect_cb()
94 char hostport[URL_MAX]; in main()