getVarint32       947 ext/pdo_sqlite/sqlite/src/btree.c     n += getVarint32(&pCell[n], &nPayload);
getVarint32       956 ext/pdo_sqlite/sqlite/src/btree.c     n += getVarint32(&pCell[n], &x);
getVarint32      3438 ext/pdo_sqlite/sqlite/src/btree.c           pCell += getVarint32(pCell, &dummy);