Home | History | Annotate | Download | only in common

Lines Matching defs:offsetDelta

1052     int32_t state, offsetDelta;
1060 * offsetDelta will have the number of the BOM bytes that are in the current buffer.
1062 offsetDelta=0;
1089 offsetDelta=(int32_t)(source-pArgs->source);
1092 offsetDelta=(int32_t)(source-pArgs->source);
1147 /* add BOM size to offsets - see comment at offsetDelta declaration */
1148 if(offsets!=NULL && offsetDelta!=0) {
1151 *offsets++ += offsetDelta;