Searched defs:actualInfoSize (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.c271 UInt32 *actualInfoSize); /* Can Be NULL */
1596 UInt32 *actualInfoSize) /* Can Be NULL */
1610 if( osErr == noErr && actualInfoSize != NULL)
1611 *actualInfoSize = (UInt32)pb.ioParam.ioActCount;
1593 FSGetVolParms( FSVolumeRefNum volRefNum, UInt32 bufferSize, GetVolParmsInfoBuffer *volParmsInfo, UInt32 *actualInfoSize) argument
H A DMoreFilesX.c206 UInt32 *actualInfoSize)
212 require_action((NULL != volParmsInfo) && (NULL != actualInfoSize),
223 *actualInfoSize = (UInt32)pb.ioParam.ioActCount;
202 FSGetVolParms( FSVolumeRefNum volRefNum, UInt32 bufferSize, GetVolParmsInfoBuffer *volParmsInfo, UInt32 *actualInfoSize) argument

Completed in 48 milliseconds