OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hostlen
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
cli-kex.c
213
unsigned int
hostlen
, algolen;
local
228
hostlen
= strlen(cli_opts.remotehost);
241
if (line->len < (
hostlen
+30) ) {
247
if (strncmp(cli_opts.remotehost, buf_getptr(line,
hostlen
),
248
hostlen
) != 0) {
253
buf_incrpos(line,
hostlen
);
307
buf_putbytes(line, ses.remotehost,
hostlen
);
/external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc
241
size_t
hostlen
= url.host().length();
local
242
return (
hostlen
> len)
243
&& (stricmp(url.host().c_str() + (
hostlen
- len), item) == 0);
815
DWORD
hostlen
= _snprintf(host, sizeof(host), "http%s://%S",
817
if (pIGPI(surl.data(), surl.size(), host,
hostlen
, &ptr, &proxylen)) {
[
all
...]
Completed in 176 milliseconds