Lines Matching refs:retval
524 BOOL retval = FALSE; in FSi_SendCommand() local
576 retval = FS_IsSucceeded(file); in FSi_SendCommand()
585 retval = TRUE; in FSi_SendCommand()
589 return retval; in FSi_SendCommand()
696 BOOL retval = FALSE; in FS_SetCurrentDirectory() local
731 retval = TRUE; in FS_SetCurrentDirectory()
733 return retval; in FS_SetCurrentDirectory()
937 BOOL retval = FALSE; in FS_RegisterArchiveName() local
990 retval = TRUE; in FS_RegisterArchiveName()
994 return retval; in FS_RegisterArchiveName()
1165 BOOL retval = FALSE; in FS_SuspendArchive() local
1172 retval = !FS_IsArchiveSuspended(p_arc); in FS_SuspendArchive()
1173 if (retval) in FS_SuspendArchive()
1187 return retval; in FS_SuspendArchive()
1201 BOOL retval; in FS_ResumeArchive() local
1206 retval = !FS_IsArchiveSuspended(arc); in FS_ResumeArchive()
1207 if (!retval) in FS_ResumeArchive()
1221 return retval; in FS_ResumeArchive()