Searched refs:strport (Results 1 - 4 of 4) sorted by relevance

/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...]
/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/python/cpython2/
H A Dconfigure11846 char straddr[INET6_ADDRSTRLEN], strport[16];
11862 straddr, sizeof(straddr), strport, sizeof(strport),
11868 if (strcmp(strport, "54321") != 0) {
11883 if (strcmp(strport, "54321") != 0) {
/external/python/cpython3/
H A Dconfigure12796 char straddr[INET6_ADDRSTRLEN], strport[16];
12812 straddr, sizeof(straddr), strport, sizeof(strport),
12818 if (strcmp(strport, "54321") != 0) {
12833 if (strcmp(strport, "54321") != 0) {

Completed in 409 milliseconds