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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dvdbe.c3137 unsigned char aHdr[10]; local
3186 memcpy(aHdr, &zRec[idxWidth*p2], idxWidth*2);
3188 sqliteBtreeKey(pCrsr, idxWidth*p2, idxWidth*2, (char*)aHdr);
3190 sqliteBtreeData(pCrsr, idxWidth*p2, idxWidth*2, (char*)aHdr);
3192 offset = aHdr[0];
3193 end = aHdr[idxWidth];
3195 offset |= aHdr[1]<<8;
3196 end |= aHdr[idxWidth+1]<<8;
3198 offset |= aHdr[2]<<16;
3199 end |= aHdr[idxWidt
[all...]

Completed in 65 milliseconds