Searched defs:zIdxName (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbuild.c366 ** For the index called zIdxName which is found in the database iDb,
371 void sqlite3UnlinkAndDeleteIndex(sqlite3 *db, int iDb, const char *zIdxName){ argument
378 len = sqlite3Strlen30(zIdxName);
379 pIndex = sqlite3HashInsert(pHash, zIdxName, len, 0);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c77210 sqlite3UnlinkAndDeleteIndex(sqlite3 *db, int iDb, const char *zIdxName) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c84429 const char *zIdxName; /* Name of the index */ local
86507 sqlite3UnlinkAndDeleteIndex(sqlite3 *db, int iDb, const char *zIdxName) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c84449 const char *zIdxName; /* Name of the index */ local
86527 sqlite3UnlinkAndDeleteIndex(sqlite3 *db, int iDb, const char *zIdxName) argument
[all...]

Completed in 382 milliseconds