sqlite3BtreeInsert  120 ext/pdo_sqlite/sqlite/src/btree.h int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
sqlite3BtreeInsert  778 ext/pdo_sqlite/sqlite/src/test3.c     rc = sqlite3BtreeInsert(pCur, 0, iKey, pBuf, len, 0);
sqlite3BtreeInsert  786 ext/pdo_sqlite/sqlite/src/test3.c     rc = sqlite3BtreeInsert(pCur, pKBuf, keylen, pDBuf, dlen, 0);
sqlite3BtreeInsert 3375 ext/pdo_sqlite/sqlite/src/vdbe.c       rc = sqlite3BtreeInsert(pC->pCursor, 0, iKey,
sqlite3BtreeInsert 3755 ext/pdo_sqlite/sqlite/src/vdbe.c     rc = sqlite3BtreeInsert(pCrsr, zKey, nKey, "", 0, pOp->p2);