Home
last modified time | relevance | path

Searched refs:endPos (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/avifil32/
H A Deditstream.c425 DWORD startPos, endPos, streamNr, nStreams; in IAVIEditStream_fnPaste() local
521 &endPos, &nLastStream, TRUE); in IAVIEditStream_fnPaste()
570 &endPos, NULL, FALSE); in IAVIEditStream_fnPaste()
580 if (endPos < EditStreamEnd(This, streamNr + nStreams)) in IAVIEditStream_fnPaste()
582 endPos - This->pStreams[streamNr + nStreams].dwStart; in IAVIEditStream_fnPaste()
/reactos/dll/win32/mcicda/
H A Dmcicda.c110 DWORD lastPos, curPos, endPos, br; in MCICDA_playLoop() local
123 endPos = ~0u; in MCICDA_playLoop()
124 while (SUCCEEDED(hr) && endPos != lastPos && in MCICDA_playLoop()
153 if(endPos == ~0u) endPos = lastPos; in MCICDA_playLoop()
/reactos/sdk/lib/crt/stdio/
H A Dfile.c1549 LONG endPos = _lseek(fd, 0, SEEK_END); in _filelength() local
1550 if (endPos != -1) in _filelength()
1552 if (endPos != curPos) in _filelength()
1554 return endPos; in _filelength()
1568 __int64 endPos = _lseeki64(fd, 0, SEEK_END); in _filelengthi64() local
1569 if (endPos != -1) in _filelengthi64()
1571 if (endPos != curPos) in _filelengthi64()
1573 return endPos; in _filelengthi64()
/reactos/base/applications/wordpad/
H A Dwordpad.c91 int endPos; member
1254 if(custom_data->endPos == -1) { in handle_findmsg()
1255 custom_data->endPos = sel.cpMin; in handle_findmsg()
1291 ft.chrg.cpMax = custom_data->endPos + lstrlenW(pFr->lpstrFindWhat) - 1; in handle_findmsg()
1297 custom_data->endPos = -1; in handle_findmsg()
1351 custom_data.endPos = -1; in dialog_find()