Searched refs:vBuf (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CF-855.17/
H A DCFString.c1243 CFVarWidthCharBuffer vBuf; local
1279 vBuf.shouldFreeChars = false; // We use this to remember to free the buffer possibly allocated by decode
1295 vBuf.allocator = kCFAllocatorSystemDefault; // We don't want to use client's allocator for temp stuff
1296 vBuf.chars.unicode = NULL; // This will cause the decode function to allocate memory if necessary
1298 if (!__CFStringDecodeByteStream3((const uint8_t *)realBytes, realNumBytes, encoding, false, &vBuf, &usingPassedInMemory, converterFlags)) {
1303 encoding = vBuf.isASCII ? kCFStringEncodingASCII : kCFStringEncodingUnicode;
1306 stringSupportsEightBitCFRepresentation = vBuf.isASCII;
1314 numBytes = vBuf.isASCII ? vBuf.numChars : (vBuf
4154 CFVarWidthCharBuffer vBuf; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/getting_started/
H A Dexample_database_read.c192 show_inventory_item(void *vBuf) argument
198 char *buf = (char *)vBuf;

Completed in 124 milliseconds