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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c116597 char const *zRoot = sqlite3_column_blob(pStmt, 4); local
123618 sqlite3Fts3SegReaderNew( int iAge, sqlite3_int64 iStartLeaf, sqlite3_int64 iEndLeaf, sqlite3_int64 iEndBlock, const char *zRoot, int nRoot, Fts3SegReader **ppReader ) argument
123937 fts3WriteSegdir( Fts3Table *p, int iLevel, int iIdx, sqlite3_int64 iStartBlock, sqlite3_int64 iLeafEndBlock, sqlite3_int64 iEndBlock, char *zRoot, int nRoot ) argument
124340 char *zRoot = NULL; /* Pointer to buffer containing root node */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c173011 char const *zRoot = sqlite3_column_blob(pStmt, 4); local
181831 sqlite3Fts3SegReaderNew( int iAge, int bLookup, sqlite3_int64 iStartLeaf, sqlite3_int64 iEndLeaf, sqlite3_int64 iEndBlock, const char *zRoot, int nRoot, Fts3SegReader **ppReader ) argument
182183 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
182612 char *zRoot = NULL; /* Pointer to buffer containing root node */ local
190620 char *zRoot; /* Path by which to filter zJson */ member in struct:JsonEachCursor
190876 const char *zRoot = p->zRoot; local
190967 const char *zRoot = 0; local
[all...]

Completed in 934 milliseconds