Home | History | Annotate | Download | only in cups

Lines Matching refs:cred2

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))