Lines Matching refs:length
24 UInt32 *length,
59 UInt32 *length,
76 UInt32 length;
78 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData);
87 UInt32 *length = 0;
90 SecKeychainItemCopyContent(2, ptr, ptr, length, outData);
96 UInt32 length;
98 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData);
99 …st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData); // expected-warning {{Allocated d…
108 UInt32 length;
122 UInt32 length;
124 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData);
165 UInt32 length;
169 &attrList, &length, &outData);
180 UInt32 length;
189 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData);
204 UInt32 length;
210 &length, &(outData[3]), itemRef);
211 if (length == 5) {
215 …if (length) { // expected-warning{{Allocated data is not released: missing a call to 'SecKeychainI…
216 length++;
225 UInt32 length;
230 &length, &outData, itemRef);
241 UInt32 length;
243 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData);
266 UInt32 length;
269 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &bytes);
271 …CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, kCFAllocatorDefaul…
279 UInt32 length;
282 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &bytes);
284 …CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, kCFAllocatorNull);…
292 UInt32 length;
295 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &bytes);
297 …CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, kCFAllocatorUseCon…
305 UInt32 length;
308 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &bytes);
310 …CFStringRef userStr = CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, 0); // expected-wa…
324 UInt32 length;
327 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &bytes);
329 …return CFStringCreateWithBytesNoCopy(alloc, bytes, length, 5, 0, GetKeychainDeallocator()); // no-…
375 UInt32 length;
377 *st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData);
392 UInt32 length;
394 st = SecKeychainItemCopyContent(2, ptr, ptr, &length, &outData);
421 UInt32 length = 32;
424 …OSStatus st = my_Allocate_Param(&outData, &length); // expected-warning{{Allocated data is not rel…
425 … st = my_Allocate_Param(&outData2, &length); // expected-warning{{Allocated data is not released}}
429 UInt32 length = 32;
431 OSStatus st = my_Allocate_Param(&outData, &length);
437 int length; field
449 …OSStatus err = SecKeychainFindGenericPassword(0, 0, "", 0, "", (UInt32 *)&login_password.length, (…
460 …OSStatus err = SecKeychainFindGenericPassword(0, 0, "", 0, "", (UInt32 *)&login_password.length, (…