Home
last modified time | relevance | path

Searched refs:zBase (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c2551 const char *zBase; member
2627 pCur->zBase = 0; in fsdirResetCursor()
2832 pCur->zBase = (const char*)sqlite3_value_text(argv[1]); in fsdirFilter()
2834 if( pCur->zBase ){ in fsdirFilter()
2835 pCur->nBase = (int)strlen(pCur->zBase)+1; in fsdirFilter()
2836 pCur->zPath = sqlite3_mprintf("%s/%s", pCur->zBase, zDir); in fsdirFilter()
H A Dsqlite3.c28174 p->zText = zBase;
28204 sqlite3StrAccumInit(&acc, db, zBase, sizeof(zBase),
28246 sqlite3StrAccumInit(&acc, 0, zBase, sizeof(zBase), SQLITE_MAX_LENGTH);
82817 sqlite3StrAccumInit(&out, 0, zBase, sizeof(zBase),
189612 const char *zMove = zBase;
189636 rbuFileSuffix3(zBase, zWal);
189637 rbuFileSuffix3(zBase, zOal);
191461 zBase = rbuMainToWal(zBase, SQLITE_OPEN_URI);
191463 nCopy = strlen(zBase);
217680 const char *zBase = "unicode61";
[all …]