Home | History | Annotate | Download | only in cups

Lines Matching full:valsize

80 static int	cups_apple_get_string(CFStringRef key, char *value, size_t valsize);
992 size_t valsize) /* I - Size of value buffer */
999 Boolean result = CFStringGetCString(sval, value, (CFIndex)valsize, kCFStringEncodingUTF8);