Home
last modified time | relevance | path

Searched refs:cred1 (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/php/ext/grpc/
Dchannel_credentials.c188 wrapped_grpc_channel_credentials *cred1 = in PHP_METHOD() local
193 grpc_composite_channel_credentials_create(cred1->wrapped, cred2->wrapped, in PHP_METHOD()
197 php_grpc_int cred1_len = strlen(cred1->hashstr); in PHP_METHOD()
199 strcpy(cred1_hashstr, cred1->hashstr); in PHP_METHOD()
Dcall_credentials.c81 wrapped_grpc_call_credentials *cred1 = in PHP_METHOD() local
86 grpc_composite_call_credentials_create(cred1->wrapped, cred2->wrapped, in PHP_METHOD()
/external/grpc-grpc/src/csharp/Grpc.Core/
DCallCredentials.cs117 using (var cred1 = credentials[startIndex].ToNativeCredentials()) in ToNativeRecursive()
120 var nativeComposite = CallCredentialsSafeHandle.CreateComposite(cred1, cred2); in ToNativeRecursive()
/external/libcups/cups/
Dhttp.h628 extern int httpCompareCredentials(cups_array_t *cred1, cups_array_t *cred2) _CUPS_API_2_0;
Dhttp.c410 cups_array_t *cred1, /* I - First set of X.509 credentials */ in httpCompareCredentials() argument
416 …upsArrayFirst(cred1), temp2 = (http_credential_t *)cupsArrayFirst(cred2); temp1 && temp2; temp1 = … in httpCompareCredentials()