HomeSort by relevance Sort by last modified time
    Searched defs:zPath (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_superlock.c 168 ** Obtain a superlock on the database file identified by zPath, using the
183 const char *zPath, /* Path to database file to lock */
199 zPath, &pLock->db, SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE, zVfs
310 char *zPath;
322 zPath = Tcl_GetString(objv[2]);
334 rc = sqlite3demo_superlock(zPath, zVfs, xBusy, &busy, &pLock);
test_stat.c 99 char *zPath; /* Path to this page */
120 char *zPath; /* Value of 'path' column */
230 sqlite3_free(p->zPath);
241 sqlite3_free(pCsr->zPath);
242 pCsr->zPath = 0;
373 sqlite3_free(pCsr->zPath);
374 pCsr->zPath = 0;
389 pCsr->aPage[0].zPath = sqlite3_mprintf("/");
409 pCsr->zPath = sqlite3_mprintf(
410 "%s%.3x+%.6x", p->zPath, p->iCell, pCell->iOvf
    [all...]
os_win.c 110 const char *zPath; /* Full pathname of this file */
    [all...]
shell.c     [all...]
os_unix.c 212 const char *zPath; /* Name of the file */
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 602 milliseconds