Home | History | Annotate | Download | only in orig

Lines Matching defs:readInt16

130378 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
130433 static int readInt16(u8 *p){
130631 pRtree->iDepth = readInt16(pNode->zData);
133294 sqlite3_result_int(ctx, readInt16(zBlob));