Lines Matching refs:retval
520 BOOL retval = FALSE; in FSi_SendCommand() local
572 retval = FS_IsSucceeded(file); in FSi_SendCommand()
581 retval = TRUE; in FSi_SendCommand()
585 return retval; in FSi_SendCommand()
692 BOOL retval = FALSE; in FS_SetCurrentDirectory() local
727 retval = TRUE; in FS_SetCurrentDirectory()
729 return retval; in FS_SetCurrentDirectory()
933 BOOL retval = FALSE; in FS_RegisterArchiveName() local
986 retval = TRUE; in FS_RegisterArchiveName()
990 return retval; in FS_RegisterArchiveName()
1161 BOOL retval = FALSE; in FS_SuspendArchive() local
1168 retval = !FS_IsArchiveSuspended(p_arc); in FS_SuspendArchive()
1169 if (retval) in FS_SuspendArchive()
1183 return retval; in FS_SuspendArchive()
1197 BOOL retval; in FS_ResumeArchive() local
1202 retval = !FS_IsArchiveSuspended(arc); in FS_ResumeArchive()
1203 if (!retval) in FS_ResumeArchive()
1217 return retval; in FS_ResumeArchive()