Lines Matching refs:FALSE
55 info->checkout_updated = FALSE; in WriteCloneInfoToPipe()
56 info->msg_updated = FALSE; in WriteCloneInfoToPipe()
57 info->stats_updated = FALSE; in WriteCloneInfoToPipe()
62 return FALSE; in WriteCloneInfoToPipe()
81 return FALSE; in ReadCloneInfoFromPipe()
174 BOOL clone_success = FALSE; in CloneGUIXRepo()
194 CloneInfo.checkout_updated = FALSE; in CloneGUIXRepo()
195 CloneInfo.msg_updated = FALSE; in CloneGUIXRepo()
196 CloneInfo.stats_updated = FALSE; in CloneGUIXRepo()
375 BOOL clone_succeed = FALSE; in CompleteGUIXRepoClone()
440 BOOL ValidRepo = FALSE; in OnSetDirectory()