OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:domainlen
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/Windows/
SecurityUtils.cpp
75
DWORD sidLen = 0,
domainLen
= 0;
83
(NULL, accountName, NULL, &sidLen, NULL, &
domainLen
, &sidNameUse))
88
LPWSTR domainName = (LPWSTR)::HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, (
domainLen
+ 1) * sizeof(WCHAR));
95
(NULL, accountName, pSid, &sidLen, domainName, &
domainLen
, &sidNameUse);
/external/dnsmasq/src/
forward.c
152
unsigned int
domainlen
= strlen(serv->domain);
local
153
char *matchstart = qdomain + namelen -
domainlen
;
154
if (namelen >=
domainlen
&&
156
domainlen
>= matchlen &&
157
(
domainlen
== 0 || namelen ==
domainlen
|| *(serv->domain) == '.' || *(matchstart-1) == '.' ))
162
matchlen =
domainlen
;
[
all
...]
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar
Completed in 128 milliseconds