Searched refs:firstSpace (Results 1 – 7 of 7) sorted by relevance
51 firstSpace = NULL; in GPTDataCurses()75 while (firstSpace != NULL) { in EmptySpaces()76 trash = firstSpace; in EmptySpaces()77 firstSpace = firstSpace->nextSpace; in EmptySpaces()125 if (firstSpace == NULL) { in AddEmptySpaces()129 current = firstSpace; in AddEmptySpaces()131 if ((current == firstSpace) && (current->firstLBA > GetFirstUsableLBA())) { in AddEmptySpaces()157 if (theSpace == firstSpace) in UnlinkSpace()158 firstSpace = theSpace->nextSpace; in UnlinkSpace()170 firstSpace = lastSpace = theSpace; in LinkToEnd()[all …]
80 Space *firstSpace; variable
282 int firstSpace = line.indexOf(' '); in readJournalLine() local283 if (firstSpace == -1) { in readJournalLine()287 int keyBegin = firstSpace + 1; in readJournalLine()292 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) { in readJournalLine()306 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) { in readJournalLine()311 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { in readJournalLine()313 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) { in readJournalLine()
314 int firstSpace = line.indexOf(' '); in readJournalLine() local315 if (firstSpace == -1) { in readJournalLine()319 int keyBegin = firstSpace + 1; in readJournalLine()324 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) { in readJournalLine()338 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) { in readJournalLine()343 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { in readJournalLine()345 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) { in readJournalLine()
312 int firstSpace = line.indexOf(' '); in readJournalLine() local313 if (firstSpace == -1) { in readJournalLine()317 int keyBegin = firstSpace + 1; in readJournalLine()322 if (firstSpace == REMOVE.length() && line.startsWith(REMOVE)) { in readJournalLine()336 if (secondSpace != -1 && firstSpace == CLEAN.length() && line.startsWith(CLEAN)) { in readJournalLine()341 } else if (secondSpace == -1 && firstSpace == DIRTY.length() && line.startsWith(DIRTY)) { in readJournalLine()343 } else if (secondSpace == -1 && firstSpace == READ.length() && line.startsWith(READ)) { in readJournalLine()
1957 size_t firstSpace = contents.find(' '); in parseHashLine() local1958 if (string::npos == firstSpace || 0 == firstSpace || 's' != start[firstSpace - 1]) { in parseHashLine()
1954 size_t firstSpace = contents.find(' '); in parseHashLine() local1955 if (string::npos == firstSpace || 0 == firstSpace || 's' != start[firstSpace - 1]) { in parseHashLine()