Lines Matching refs:readPos
193 int readPos = 0;198 for ( ; readPos < l->size; readPos++ ) {199 if (items[readPos] == NULL || items[readPos] == item)205 writePos = readPos;206 for ( ; readPos < l->size; readPos++ ) {207 if (items[readPos] == NULL) {210 if (items[readPos] == item) {214 items[writePos] = items[readPos];