readInt16 124522 third_party/sqlite/amalgamation/sqlite3.c #define NCELL(pNode) readInt16(&(pNode)->zData[2]) readInt16 124775 third_party/sqlite/amalgamation/sqlite3.c pRtree->iDepth = readInt16(pNode->zData); readInt16 127391 third_party/sqlite/amalgamation/sqlite3.c sqlite3_result_int(ctx, readInt16(zBlob)); readInt16 265 third_party/sqlite/src/ext/rtree/rtree.c #define NCELL(pNode) readInt16(&(pNode)->zData[2]) readInt16 518 third_party/sqlite/src/ext/rtree/rtree.c pRtree->iDepth = readInt16(pNode->zData); readInt16 3134 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_result_int(ctx, readInt16(zBlob));