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

/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dminiunz.c271 uInt iLevel=(uInt)((file_info.flag & 0x6)/2); local
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dminiunz.c271 uInt iLevel=(uInt)((file_info.flag & 0x6)/2); local
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dminiunz.c273 uInt iLevel=(uInt)((file_info.flag & 0x6)/2); local
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dminiunz.c273 uInt iLevel=(uInt)((file_info.flag & 0x6)/2); local
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dminiunz.c273 uInt iLevel=(uInt)((file_info.flag & 0x6)/2); local
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h10897 int iLevel; /* Level of current node or entry */ member in struct:sqlite3_rtree_query_info
H A Dsqlite3.c11210 int iLevel; /* Level of current node or entry */ member in struct:sqlite3_rtree_query_info
20347 int iLevel; /* Which level of the tree we are on */ member in struct:TreeView
138859 int iLevel = (getSafetyLevel(zRight,0,1)+1) & PAGER_SYNCHRONOUS_MASK; local
157446 filterPullDown( Parse *pParse, WhereInfo *pWInfo, int iLevel, int addrNxt, Bitmask notReady ) argument
157499 sqlite3WhereCodeOneLoopStart( Parse *pParse, Vdbe *v, WhereInfo *pWInfo, int iLevel, WhereLevel *pLevel, Bitmask notReady ) argument
158860 sqlite3WhereRightJoinLoop( WhereInfo *pWInfo, int iLevel, WhereLevel *pLevel ) argument
161959 sqlite3ConstructBloomFilter( WhereInfo *pWInfo, int iLevel, WhereLevel *pLevel, Bitmask notReady ) argument
187501 fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
187575 sqlite3Fts3SegReaderCursor( Fts3Table *p, int iLangid, int iIndex, int iLevel, const char *zTerm, int nTerm, int isPrefix, int isScan, Fts3MultiSegReader *pCsr ) argument
195450 sqlite3Fts3AllSegdirs( Fts3Table *p, int iLangid, int iIndex, int iLevel, sqlite3_stmt **ppStmt ) argument
195979 fts3AllocateSegdirIdx( Fts3Table *p, int iLangid, int iIndex, int iLevel, int *piIdx ) 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
197238 fts3SegWriterFlush( Fts3Table *p, SegmentWriter *pWriter, sqlite3_int64 iLevel, int iIdx ) argument
197416 fts3DeleteSegdir( Fts3Table *p, int iLangid, int iIndex, int iLevel, Fts3SegReader **apSegment, int nReader ) argument
208763 u8 iLevel; /* 0=entries. 1=leaf node. 2+ for higher */ member in struct:RtreeSearchPoint
242469 fts5MultiIterNew( Fts5Index *p, Fts5Structure *pStruct, int flags, Fts5Colset *pColset, const u8 *pTerm, int nTerm, int iLevel, int nSegment, Fts5Iter **ppOut ) argument
247369 int iLevel; member in struct:Fts5StructVcsr
[all...]

Completed in 663 milliseconds