Home | History | Annotate | Download | only in httpd

Lines Matching defs:portbuf

1066 	char portbuf[20];
1120 portbuf[0] = '\0';
1126 snprintf(portbuf, sizeof(portbuf), ":%s",
1129 portbuf[0] = '\0';
1142 scheme, hostname, portbuf, url, quest, query);
2228 char portbuf[20];
2248 snprintf(portbuf, sizeof(portbuf), ":%s",
2251 portbuf[0] = '\0';
2287 reason, hostname, portbuf, hostname, portbuf);