Home | History | Annotate | Download | only in cups

Lines Matching full:sval

998   CFStringRef	sval;			/* String value */
1001 if ((sval = CFPreferencesCopyAppValue(key, kCUPSPrintingPrefs)) != NULL)
1003 Boolean result = CFStringGetCString(sval, value, (CFIndex)valsize, kCFStringEncodingUTF8);
1005 CFRelease(sval);
1179 char sval[1024]; /* String value */
1188 if (cups_apple_get_string(kEncryptionKey, sval, sizeof(sval)))
1189 cups_set_encryption(cc, sval);
1191 if (cups_apple_get_string(kSSLOptionsKey, sval, sizeof(sval)))
1192 cups_set_ssl_options(cc, sval);