Searched refs:hnp (Results 1 – 3 of 3) sorted by relevance
85 HostNameParser hnp = new HostNameParser(this.getLexer()); in parseVia() local86 HostPort hostPort = hnp.hostPort( true ); in parseVia()
317 HostNameParser hnp = new HostNameParser(this.getLexer()); in uricString() local318 HostPort hp = hnp.hostPort( false ); in uricString()643 HostNameParser hnp = new HostNameParser(this.getLexer()); in sipURL() local644 HostPort hp = hnp.hostPort( false ); in sipURL()
333 HostNameParser hnp = new HostNameParser(hostNames[i]); in main() local334 HostPort hp = hnp.hostPort(true); in main()