Searched defs:strport (Results 1 - 2 of 2) sorted by relevance

/external/libevent/test/
H A Dregress_http.c172 char strport[NI_MAXSERV]; local
181 evutil_snprintf(strport, sizeof(strport), "%d", port);
182 if (evutil_getaddrinfo(address, strport, &ai, &aitop) != 0) {
/external/libevent/
H A Dhttp.c4285 char strport[NI_MAXSERV]; local
4290 ntop, sizeof(ntop), strport, sizeof(strport),
4305 ntop, sizeof(ntop), strport, sizeof(strport),
4312 *pport = mm_strdup(strport);
4361 char strport[NI_MAXSERV]; local
4370 evutil_snprintf(strport, sizeof(strport), "%d", port);
4371 if ((ai_result = evutil_getaddrinfo(address, strport,
[all...]

Completed in 176 milliseconds