OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cred2
(Results
1 - 6
of
6
) sorted by null
/external/grpc-grpc/src/csharp/Grpc.Core/
CallCredentials.cs
118
using (var
cred2
= ToNativeRecursive(startIndex + 1))
120
var nativeComposite = CallCredentialsSafeHandle.CreateComposite(cred1,
cred2
);
/external/grpc-grpc/src/php/ext/grpc/
call_credentials.c
83
wrapped_grpc_call_credentials *
cred2
=
local
86
grpc_composite_call_credentials_create(cred1->wrapped,
cred2
->wrapped,
channel_credentials.c
190
wrapped_grpc_call_credentials *
cred2
=
local
193
grpc_composite_channel_credentials_create(cred1->wrapped,
cred2
->wrapped,
/external/wpa_supplicant_8/wpa_supplicant/
interworking.c
2129
struct wpa_cred *cred, *
cred2
;
local
2380
struct wpa_cred *
cred2
;
local
[
all
...]
/external/libcups/cups/
http.h
625
extern int httpCompareCredentials(cups_array_t *cred1, cups_array_t *
cred2
) _CUPS_API_2_0;
http.c
400
cups_array_t *
cred2
) /* I - Second set of X.509 credentials */
405
for (temp1 = (http_credential_t *)cupsArrayFirst(cred1), temp2 = (http_credential_t *)cupsArrayFirst(
cred2
); temp1 && temp2; temp1 = (http_credential_t *)cupsArrayNext(cred1), temp2 = (http_credential_t *)cupsArrayNext(
cred2
))
[
all
...]
Completed in 3441 milliseconds