Searched refs:valsize (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/network/lib6/ |
D | asapi_03.c | 244 socklen_t valsize; in so_test() local 277 valsize = psoe->so_valsize; in so_test() 278 TEST(getsockopt(sr, SOL_IPV6, psoe->so_opt, &sobuf, &valsize)); in so_test()
|
/external/libcups/cups/ |
D | auth.c | 51 …tic const char *cups_auth_param(const char *scheme, const char *name, char *value, size_t valsize); 564 size_t valsize) /* I - Size of value buffer */ in cups_auth_param() argument 567 *valend = value + valsize - 1; /* Pointer to end of buffer */ in cups_auth_param() 572 …am(scheme=\"%s\", name=\"%s\", value=%p, valsize=%d)", scheme, name, (void *)value, (int)valsize)); in cups_auth_param()
|
D | usersys.c | 82 static int cups_apple_get_string(CFStringRef key, char *value, size_t valsize); 998 size_t valsize) /* I - Size of value buffer */ in cups_apple_get_string() argument 1005 Boolean result = CFStringGetCString(sval, value, (CFIndex)valsize, kCFStringEncodingUTF8); in cups_apple_get_string()
|