Searched refs:lcreds (Results 1 – 2 of 2) sorted by relevance
/external/libcups/cups/ |
D | testhttp.c | 668 cups_array_t *lcreds; in main() local 679 printf("LoadCredentials: %d\n", httpLoadCredentials(NULL, &lcreds, hostname)); in main() 680 httpCredentialsString(lcreds, info, sizeof(info)); in main() 681 printf(" Count: %d\n", cupsArrayCount(lcreds)); in main() 684 if (lcreds && cupsArrayCount(creds) == cupsArrayCount(lcreds)) in main() 688 … = (http_credential_t *)cupsArrayFirst(creds), lcred = (http_credential_t *)cupsArrayFirst(lcreds); in main() 690 …ed = (http_credential_t *)cupsArrayNext(creds), lcred = (http_credential_t *)cupsArrayNext(lcreds)) in main()
|
/external/libcups/backend/ |
D | ipp.c | 800 cups_array_t *lcreds = NULL; /* Loaded credentials */ in main() local 826 if (!httpLoadCredentials(NULL, &lcreds, hostname)) in main() 828 httpCredentialsString(lcreds, lcredinfo, sizeof(lcredinfo)); in main() 841 if (!lcreds) in main() 851 httpFreeCredentials(lcreds); in main()
|