Lines Matching refs:offsets

53     int32_t *offsets;
74 &pArgs->offsets, -1,
86 offsets=pArgs->offsets;
101 if(offsets!=NULL) {
102 *offsets++=-1;
103 *offsets++=-1;
104 *offsets++=-1;
105 *offsets++=-1;
122 if(offsets==NULL) {
149 *offsets++=sourceIndex;
150 *offsets++=sourceIndex++;
159 *offsets++=sourceIndex;
160 *offsets++=sourceIndex;
161 *offsets++=sourceIndex;
162 *offsets++=sourceIndex;
236 &offsets, sourceIndex,
248 pArgs->offsets=offsets;
257 int32_t *offsets;
282 offsets=pArgs->offsets;
309 if(offsets!=NULL) {
310 *offsets++=-1;
331 if(offsets!=NULL) {
332 *offsets++=-1;
333 *offsets++=-1;
366 pArgs->offsets=offsets;
383 if(offsets==NULL) {
406 *offsets++=sourceIndex;
415 *offsets++=sourceIndex;
416 *offsets++=sourceIndex;
451 if(offsets!=NULL) {
452 *offsets++=sourceIndex;
486 pArgs->offsets=offsets;
652 int32_t *offsets;
673 &pArgs->offsets, -1,
685 offsets=pArgs->offsets;
700 if(offsets!=NULL) {
701 *offsets++=-1;
702 *offsets++=-1;
703 *offsets++=-1;
704 *offsets++=-1;
721 if(offsets==NULL) {
748 *offsets++=sourceIndex;
749 *offsets++=sourceIndex++;
758 *offsets++=sourceIndex;
759 *offsets++=sourceIndex;
760 *offsets++=sourceIndex;
761 *offsets++=sourceIndex;
835 &offsets, sourceIndex,
847 pArgs->offsets=offsets;
856 int32_t *offsets;
881 offsets=pArgs->offsets;
908 if(offsets!=NULL) {
909 *offsets++=-1;
930 if(offsets!=NULL) {
931 *offsets++=-1;
932 *offsets++=-1;
965 pArgs->offsets=offsets;
982 if(offsets==NULL) {
1005 *offsets++=sourceIndex;
1014 *offsets++=sourceIndex;
1015 *offsets++=sourceIndex;
1050 if(offsets!=NULL) {
1051 *offsets++=sourceIndex;
1085 pArgs->offsets=offsets;
1328 int32_t *offsets=pArgs->offsets;
1337 * offsets because the actual converter function will not see and count the BOM.
1432 /* add BOM size to offsets - see comment at offsetDelta declaration */
1433 if(offsets!=NULL && offsetDelta!=0) {
1434 int32_t *offsetsLimit=pArgs->offsets;
1435 while(offsets<offsetsLimit) {
1436 *offsets++ += offsetDelta;