Home | History | Annotate | Download | only in orig

Lines Matching defs:readInt16

154343 #define NCELL(pNode) readInt16(&(pNode)->zData[2])
154408 static int readInt16(u8 *p){
154601 pRtree->iDepth = readInt16(pNode->zData);
157382 sqlite3_result_int(ctx, readInt16(zBlob));