Searched refs:sPk (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c2699 Index sPk; /* A fake index object for the primary key */ local
2700 unsigned int aiRowEstPk[2]; /* The aiRowEst[] value for the sPk index */
2701 int aiColumnPk = -1; /* The aColumn[] value for the sPk index */
2726 ** variable sPk to represent the rowid primary key index. Make this
2730 memset(&sPk, 0, sizeof(Index));
2731 sPk.nColumn = 1;
2732 sPk.aiColumn = &aiColumnPk;
2733 sPk.aiRowEst = aiRowEstPk;
2734 sPk.onError = OE_Replace;
2735 sPk
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c100353 Index sPk; /* A fake index object for the primary key */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c115500 Index sPk; /* A fake index object for the primary key */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c115520 Index sPk; /* A fake index object for the primary key */ local
[all...]

Completed in 439 milliseconds