Searched defs:port (Results 1 - 1 of 1) sorted by relevance
/inkscape/ | ||
H A D | buildtool.cpp | 1835 * Same as getAuthority, but if the port has been specified 1836 * as host:port , the port will not be included 1896 port = 0; 1914 port = other.port; 1930 int port; member in class:buildtool::URI 1973 int port; member in struct:buildtool::__anon4 2028 if (portSpecified && port>=0) 2031 snprintf(buf, 6, ":%6d", port); [all...] |
Completed in 40 milliseconds