Searched refs:upBufEndLoc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dregistry.c127 int upBufEndLoc; /* See above, for the character after the end of the member in struct:_SeekState_
1802 trans->seekState.upBufEndLoc = trans->seekState.upLoc;
1952 (trans->seekState.upBufEndLoc <= newLoc)) {
1975 trans->seekState.upBufEndLoc = newLoc;
2288 trans->seekState.upBufEndLoc = ResultLength (&trans->result);
3571 r->seekState->upBufEndLoc = r->seekState->upLoc;
3814 r->seekState->upBufEndLoc += toWrite;
4038 trans->seekState.upBufEndLoc = 0;
4134 if ((trans->seekState.upLoc == trans->seekState.upBufEndLoc) &&
4146 trans->seekState.upLoc - trans->seekState.upBufEndLoc);
[all...]

Completed in 135 milliseconds