Home | History | Annotate | Download | only in libxml2

Lines Matching defs:port

134     int port;		/* the port */
163 static int proxyPort; /* the proxy port if any */
273 * the protocol host port and path it indicates.
327 if (uri->port != 0)
328 ctxt->port = uri->port;
338 * the protocol host port it indicates.
373 if (uri->port != 0)
374 proxyPort = uri->port;
399 ret->port = 80;
843 * Attempt a connection to the given IP:port endpoint. It forces
1030 * @port: the port number
1032 * Attempt a connection to the given host:port endpoint. It tries
1039 xmlNanoHTTPConnectHost(const char *host, int port)
1093 sockin.sin_port = htons (port);
1103 sockin6.sin6_port = htons (port);
1179 sockin.sin_port = (unsigned short)htons ((unsigned short)port);
1191 sockin6.sin6_port = htons (port);
1396 ret = xmlNanoHTTPConnectHost(ctxt->hostname, ctxt->port);
1423 if (ctxt->port != 80) {
1440 if (ctxt->port != 80) {
1443 ctxt->port, ctxt->path );
1455 if (ctxt->port == 80) {
1460 ctxt->hostname, ctxt->port);