Home
last modified time | relevance | path

Searched refs:urlBuffer (Results 1 – 18 of 18) sorted by relevance

/dports/security/cryptlib/cryptlib-3.4.3/io/
H A Dnet_proxy.c283 char urlBuffer[ MAX_DNS_SIZE + 1 + 8 ]; in findProxyUrl() local
388 strlcpy_s( urlBuffer, MAX_DNS_SIZE, "http://" ); in findProxyUrl()
398 memcpy( urlBuffer + offset, url, length ); in findProxyUrl()
399 urlBuffer[ offset + length ] = '\0'; in findProxyUrl()
417 urlBuffer, MAX_DNS_SIZE ) != 0 ) in findProxyUrl()
H A Dnet.c252 char urlBuffer[ MAX_DNS_SIZE + 8 ]; in openNetworkConnection() local
297 status = findProxyUrl( urlBuffer, MAX_DNS_SIZE, &urlLen, in openNetworkConnection()
307 url = urlBuffer; in openNetworkConnection()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core extension/org/eclipse/jdt/internal/corext/javadoc/
H A DJavaDocLocations.java225 StringBuffer urlBuffer= new StringBuffer(urlString); in getJavadocLocation() local
227 urlBuffer.append('/'); in getJavadocLocation()
313 return getURL(urlBuffer, pathBuffer, fragmentBuffer); in getJavadocLocation()
316 …private static URL getURL(StringBuffer urlBuffer, StringBuffer pathBuffer, StringBuffer fragmentBu… in getURL() argument
321 urlBuffer.append(relativeURI.toString()); in getURL()
322 return new URL(urlBuffer.toString()); in getURL()
325 return new URL(urlBuffer.append(pathBuffer).toString()); in getURL()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Ecma/SymbolReader/
H A DUnmanagedPdbSymbolReader.cs188 char[] urlBuffer = new char[urlLength]; in GetUrl()
189 ThrowExceptionForHR(doc.GetUrl(urlLength, out urlLength, urlBuffer)); in GetUrl()
191 url = new string(urlBuffer, 0, urlLength - 1); in GetUrl()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/net/ssl/provider/
H A DCertificateURL.java177 ((ByteBuffer) buffer.duplicate().position(i+2)).put(url.urlBuffer()); in set()
320 return cs.decode(urlBuffer()).toString(); in url()
328 public ByteBuffer urlBuffer() in urlBuffer() method in CertificateURL.URLAndOptionalHash
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/net/ssl/provider/
H A DCertificateURL.java177 ((ByteBuffer) buffer.duplicate().position(i+2)).put(url.urlBuffer()); in set()
320 return cs.decode(urlBuffer()).toString(); in url()
328 public ByteBuffer urlBuffer() in urlBuffer() method in CertificateURL.URLAndOptionalHash
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/net/ssl/provider/
H A DCertificateURL.java177 ((ByteBuffer) buffer.duplicate().position(i+2)).put(url.urlBuffer()); in set()
320 return cs.decode(urlBuffer()).toString(); in url()
328 public ByteBuffer urlBuffer() in urlBuffer() method in CertificateURL.URLAndOptionalHash
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/net/ssl/provider/
H A DCertificateURL.java177 ((ByteBuffer) buffer.duplicate().position(i+2)).put(url.urlBuffer()); in set()
320 return cs.decode(urlBuffer()).toString(); in url()
328 public ByteBuffer urlBuffer() in urlBuffer() method in CertificateURL.URLAndOptionalHash
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/net/ssl/provider/
H A DCertificateURL.java177 ((ByteBuffer) buffer.duplicate().position(i+2)).put(url.urlBuffer()); in set()
320 return cs.decode(urlBuffer()).toString(); in url()
328 public ByteBuffer urlBuffer() in urlBuffer() method in CertificateURL.URLAndOptionalHash
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/net/ssl/provider/
H A DCertificateURL$URLAndOptionalHash.h50 virtual ::java::nio::ByteBuffer * urlBuffer();
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/net/ssl/provider/
H A DCertificateURL$URLAndOptionalHash.h50 virtual ::java::nio::ByteBuffer * urlBuffer();
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/net/ssl/provider/
H A DCertificateURL$URLAndOptionalHash.h50 virtual ::java::nio::ByteBuffer * urlBuffer();
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/net/ssl/provider/
H A DCertificateURL$URLAndOptionalHash.h50 virtual ::java::nio::ByteBuffer * urlBuffer();
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/gnu/javax/net/ssl/provider/
H A DCertificateURL$URLAndOptionalHash.h50 virtual ::java::nio::ByteBuffer * urlBuffer();
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dsess_attr.c139 char urlBuffer[ MAX_URL_SIZE + 8 ]; in addUrl() local
148 memcpy( urlBuffer, urlInfo.host, urlInfo.hostLen ); in addUrl()
149 memcpy( urlBuffer + urlInfo.hostLen, urlInfo.location, in addUrl()
152 CRYPT_SESSINFO_SERVER_NAME, urlBuffer, in addUrl()
/dports/devel/py-opengrok-tools/opengrok-1.3.16/opengrok-web/src/main/webapp/
H A Dhistory.jsp281 StringBuffer urlBuffer = request.getRequestURL();
283 urlBuffer.append('?').append(request.getQueryString());
285 urlBuffer.append('#').append(rev);
287 <td><a href="<%= urlBuffer %>"
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/style/
H A DServoBindings.cpp710 RefPtr<nsStringBuffer> urlBuffer = nsCSSValue::BufferFromString(url); in NS_IMPL_HOLDER_FFI_REFCOUNTING() local
713 new css::URLValue(urlBuffer, do_AddRef(aBaseURI), in NS_IMPL_HOLDER_FFI_REFCOUNTING()
754 RefPtr<nsStringBuffer> urlBuffer = nsCSSValue::BufferFromString(url); in CreateStyleImageRequest() local
757 new nsStyleImageRequest(aModeFlags, urlBuffer, do_AddRef(aBaseURI), in CreateStyleImageRequest()
/dports/net/liveMedia/live/liveMedia/
H A DRTSPServer.cpp81 char urlBuffer[100]; // more than big enough for "rtsp://<ip-address>:<port>/" in rtspURLPrefix() local
88 sprintf(urlBuffer, "rtsp://%s%s%s/", in rtspURLPrefix()
91 sprintf(urlBuffer, "rtsp://%s%s%s:%hu/", in rtspURLPrefix()
95 return strDup(urlBuffer); in rtspURLPrefix()