Home
last modified time | relevance | path

Searched defs:hostLength (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/url/android/java/src/org/chromium/url/
H A DParsed.java43 int passwordBegin, int passwordLength, int hostBegin, int hostLength, int portBegin, in Parsed()
111 int hostLength = Integer.parseInt(tokens[startIndex++]); in deserialize() local
137 int passwordBegin, int passwordLength, int hostBegin, int hostLength, int portBegin, in createNative()
/dports/www/chromium-legacy/chromium-88.0.4324.182/url/android/java/src/org/chromium/url/
H A DParsed.java43 int passwordBegin, int passwordLength, int hostBegin, int hostLength, int portBegin, in Parsed()
111 int hostLength = Integer.parseInt(tokens[startIndex++]); in deserialize() local
137 int passwordBegin, int passwordLength, int hostBegin, int hostLength, int portBegin, in createNative()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Unix/System.Native/
H A DInterop.GetNameInfo.cs25 uint hostLength, in GetNameInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/android/java/src/org/chromium/components/omnibox/
H A DOmniboxUrlEmphasizer.java38 public final int hostLength; field in OmniboxUrlEmphasizer.EmphasizeComponentsResponse
41 int schemeStart, int schemeLength, int hostStart, int hostLength) { in EmphasizeComponentsResponse()
/dports/net-im/qxmpp-qt5/qxmpp-1.4.0/src/base/
H A DQXmppSocks.cpp73 quint8 hostLength = host.size(); in encodeHostAndPort() local
85 quint8 hostLength; in parseHostAndPort() local
/dports/net/socketapi/socketapi-2.2.19/socket_programs/
H A Dterminal.c95 size_t hostLength; in string2address() local
/dports/lang/erlang-runtime23/corba-5.0.2/lib/orber/examples/initial_reference_c++/
H A DInitialReference.cc69 long hostLength = strlen(newhost); in stringified_ior() local
/dports/lang/erlang-runtime24/corba-5.0.2/lib/orber/examples/initial_reference_c++/
H A DInitialReference.cc69 long hostLength = strlen(newhost); in stringified_ior() local
/dports/lang/erlang-runtime22/corba-4.5.2/lib/orber/examples/initial_reference_c++/
H A DInitialReference.cc69 long hostLength = strlen(newhost); in stringified_ior() local
/dports/lang/erlang/corba-5.0.2/lib/orber/examples/initial_reference_c++/
H A DInitialReference.cc69 long hostLength = strlen(newhost); in stringified_ior() local
/dports/lang/erlang-runtime21/corba-4.5.2/lib/orber/examples/initial_reference_c++/
H A DInitialReference.cc69 long hostLength = strlen(newhost); in stringified_ior() local
/dports/www/uwebsockets/uWebSockets-20.8.0/src/
H A DProxyParser.h133 uint16_t hostLength = _cond_byte_swap<uint16_t>(header.len); in parse() local
/dports/net/subnetcalc/subnetcalc-2.4.18/src/
H A Dtools.cc223 size_t hostLength; in string2address() local
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A DqMDNS.cpp306 int hostLength = data.at (n); in readQuery() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.cpp373 unsigned hostLength = value.length(); in setHostname() local
/dports/devel/grpc/grpc-1.42.0/src/csharp/Grpc.Core/Internal/
H A DNativeMethods.Generated.cs1030 …sharp_request_call_context_host_delegate(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host_delegate()
1178 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
1498 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
1818 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
2138 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
2458 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
2778 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
3098 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
/dports/devel/grpc134/grpc-1.34.1/src/csharp/Grpc.Core/Internal/
H A DNativeMethods.Generated.cs922 …sharp_request_call_context_host_delegate(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host_delegate()
1070 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
1390 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
1710 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
2030 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
2350 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
2670 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/csharp/Grpc.Core/Internal/
H A DNativeMethods.Generated.cs457 …sharp_request_call_context_host_delegate(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host_delegate()
595 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
891 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
/dports/devel/grpc130/grpc-1.30.2/src/csharp/Grpc.Core/Internal/
H A DNativeMethods.Generated.cs490 …sharp_request_call_context_host_delegate(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host_delegate()
638 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
958 …tPtr grpcsharp_request_call_context_host(RequestCallContextSafeHandle ctx, out UIntPtr hostLength); in grpcsharp_request_call_context_host()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/corelib/io/
H A Dqurl.cpp299 int hostLength; member
3625 int hostLength = auth.length() - hostIndex; in setAuthority() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Native/
H A Dpal_networking.c733 int32_t hostLength, in SystemNative_GetNameInfo()
/dports/x11/xorgproto/xorgproto-2021.5/include/X11/
H A DXproto.h1985 CARD16 hostLength; member