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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c187543 char const *zRoot = sqlite3_column_blob(pStmt, 4); local
196467 sqlite3Fts3SegReaderNew( int iAge, int bLookup, sqlite3_int64 iStartLeaf, sqlite3_int64 iEndLeaf, sqlite3_int64 iEndBlock, const char *zRoot, int nRoot, Fts3SegReader **ppReader ) argument
196819 fts3WriteSegdir( Fts3Table *p, sqlite3_int64 iLevel, int iIdx, sqlite3_int64 iStartBlock, sqlite3_int64 iLeafEndBlock, sqlite3_int64 iEndBlock, sqlite3_int64 nLeafData, char *zRoot, int nRoot ) argument
197248 char *zRoot = NULL; /* Pointer to buffer containing root node */ local
208280 const char *zRoot = 0; local
[all...]

Completed in 1104 milliseconds