Home | History | Annotate | Download | only in common

Lines Matching defs:offsetDelta

1330     int32_t state, offsetDelta;
1338 * offsetDelta will have the number of the BOM bytes that are in the current buffer.
1340 offsetDelta=0;
1376 offsetDelta=(int32_t)(source-pArgs->source);
1432 /* add BOM size to offsets - see comment at offsetDelta declaration */
1433 if(offsets!=NULL && offsetDelta!=0) {
1436 *offsets++ += offsetDelta;