Searched refs:eType (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10146 char *z; /* Value if eType is SQLITE_TEXT or SQLITE_BLOB */
10147 double r; /* Value if eType is SQLITE_FLOAT or SQLITE_INTEGER */
10149 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */ member in struct:IndexSample
13959 int eType; local
13963 }else if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT
13964 || eType==SQLITE_INTEGER ){
15030 u8 eType; /* Allocation type code */ member in struct:MemBlockHdr
15238 pHdr->eType = MEMTYPE_HEAP;
15350 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ argument
15355 pHdr->eType
15368 sqlite3MemdebugHasType(void *p, u8 eType) argument
15390 sqlite3MemdebugNoType(void *p, u8 eType) argument
23928 int eType = (flags & 0xFFFFFF00); local
29519 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
34034 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
49024 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
50986 modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType) argument
51046 relocatePage( BtShared *pBt, MemPage *pDbPage, u8 eType, Pgno iPtrPage, Pgno iFreePage, int isCommit ) argument
51148 u8 eType; local
51999 u8 eType; local
53056 u8 eType; local
53594 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1); local
55262 u8 eType = 0; local
55759 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
74452 int eType = 0; /* Type of RHS table. IN_INDEX_* */ local
74819 int eType; /* Type of the RHS */ local
78269 int eType = sqlite3_column_type(pStmt, 2); local
102809 int eType = sqlite3_value_type(pVal); local
103813 int eType; local
114354 int eType; /* One of the FTSQUERY_XXX values defined below */ member in struct:Fts3Expr
119890 unsigned char eType; /* Keyword code */ member in struct:Fts3Keyword
120143 int eType = p->eType; local
125674 int eType = pExpr->eType; /* Type of expression node pExpr */ local
[all...]

Completed in 370 milliseconds