Searched refs:userNameOffset (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DMoreFilesExtras.h166 short userNameOffset; /* offset from start of record to userName */ member in struct:MyAFPVolMountInfo
194 short userNameOffset; /* offset from start of record to userName */ member in struct:MyAFPXVolMountInfo
H A DMoreFilesExtras.c3334 infoPtr->userNameOffset = offsetof(MyAFPVolMountInfo, userName);
3393 if ( afpInfoPtr->userNameOffset != 0)
3395 tempPtr = (StringPtr)((long)afpInfoPtr + afpInfoPtr->userNameOffset);
3462 infoPtr->userNameOffset = offsetof(MyAFPXVolMountInfo, userName);
3582 if ( afpXInfoPtr->userNameOffset != 0 )
3584 tempPtr = (StringPtr)((long)afpXInfoPtr + afpXInfoPtr->userNameOffset);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DMoreFilesExtras.h166 short userNameOffset; /* offset from start of record to userName */ member in struct:MyAFPVolMountInfo
194 short userNameOffset; /* offset from start of record to userName */ member in struct:MyAFPXVolMountInfo
H A DMoreFilesExtras.c3334 infoPtr->userNameOffset = offsetof(MyAFPVolMountInfo, userName);
3393 if ( afpInfoPtr->userNameOffset != 0)
3395 tempPtr = (StringPtr)((long)afpInfoPtr + afpInfoPtr->userNameOffset);
3462 infoPtr->userNameOffset = offsetof(MyAFPXVolMountInfo, userName);
3582 if ( afpXInfoPtr->userNameOffset != 0 )
3584 tempPtr = (StringPtr)((long)afpXInfoPtr + afpXInfoPtr->userNameOffset);

Completed in 58 milliseconds