Home | History | Annotate | Download | only in common

Lines Matching defs:offsetDelta

1051     int32_t state, offsetDelta;
1059 * offsetDelta will have the number of the BOM bytes that are in the current buffer.
1061 offsetDelta=0;
1088 offsetDelta=(int32_t)(source-pArgs->source);
1091 offsetDelta=(int32_t)(source-pArgs->source);
1146 /* add BOM size to offsets - see comment at offsetDelta declaration */
1147 if(offsets!=NULL && offsetDelta!=0) {
1150 *offsets++ += offsetDelta;