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

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c135 int eType; /* Type of value to return */ member in struct:SqlFunc
1056 int eType = p->eType; local
2895 int eType = SQLITE_NULL; local
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c3328 int eType = sqlite3_value_type(argv[0]); local
3827 int eType = sqlite3_value_type(pIn); local
13330 int eType; /* SQLITE_NULL, INTEGER, REAL, TEXT, BLOB */ member in struct:IdxRemCtx::IdxRemSlot
14648 dbdataValueBytes(int eType) argument
14678 dbdataValue( sqlite3_context *pCtx, u32 enc, int eType, u8 *pData, sqlite3_int64 nData ) argument
17290 int eType = 0; local
[all...]
H A Dsqlite3.c25155 int eType; local
26715 u8 eType; /* Allocation type code */ member in struct:MemBlockHdr
27035 sqlite3MemdebugSetType(void *p, u8 eType) argument
27053 sqlite3MemdebugHasType(const void *p, u8 eType) argument
27075 sqlite3MemdebugNoType(const void *p, u8 eType) argument
35090 int eType = 1; /* 1: pure integer, 2+: fractional -1 or less: bad UTF16 */ local
44278 int eType = flags&0x0FFF00; /* Type of file to open */ local
51351 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
71195 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
73969 modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType) argument
74033 relocatePage( BtShared *pBt, MemPage *pDbPage, u8 eType, Pgno iPtrPage, Pgno iFreePage, int isCommit ) argument
74135 u8 eType; local
75100 u8 eType; local
76573 u8 eType; local
77242 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1); local
80115 u8 eType = 0; local
80689 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent ) argument
83416 vdbeClrCopy(Mem *pTo, const Mem *pFrom, int eType) argument
90187 int eType = SQLITE_BLOB; local
93037 int eType = sqlite3_value_type(pVal); local
111393 int eType = 0; /* Type of RHS table. IN_INDEX_* */ local
112070 int eType; /* Type of the RHS */ local
122117 u8 eType = COLTYPE_CUSTOM; local
122592 u8 eType = COLFLAG_VIRTUAL; local
125784 sqlite3EndTransaction(Parse *pParse, int eType) argument
133669 int eType; /* 0 for Index.pNext list. 1 for an array of IndexListTerm */ member in struct:IndexIterator
143043 int eType = pDistinct->eTnctType; local
156765 int eType = IN_INDEX_NOOP; local
169031 sqlite3WindowAlloc( Parse *pParse, int eType, int eStart, Expr *pStart, int eEnd, Expr *pEnd, u8 eExclude ) argument
171032 struct FrameBound { int eType; Expr *pExpr; }; member in struct:FrameBound
177716 int eType = 0; local
184622 int eType; /* One of the FTSQUERY_XXX values defined below */ member in struct:Fts3Expr
187809 int eType = sqlite3_value_numeric_type(pVal); local
191687 unsigned char eType; /* Keyword code */ member in struct:Fts3Keyword
191940 int eType = p->eType; local
192075 int eType = pRoot->eType; /* Type of node in this tree */ local
200941 int eType = pExpr->eType; /* Type of expression node pExpr */ local
204268 char eType; member in struct:NanInfName
204373 jsonBlobExpandAndAppendNode( JsonParse *pParse, u8 eType, u32 szPayload, const void *aPayload ) argument
204393 jsonBlobAppendNode( JsonParse *pParse, u8 eType, u32 szPayload, const void *aPayload ) argument
206291 int eType = sqlite3_value_type(pArg); local
206506 int eType; /* Datatype of pArg */ local
207845 u8 eType; /* Type of the container for element i */ member in struct:JsonEachCursor
208144 u8 eType = p->sParse.aBlob[i] & 0x0f; local
210382 int eType = sqlite3_value_numeric_type(argv[0]); local
210420 int eType = sqlite3_value_numeric_type(argv[ii]); local
213679 int eType; /* 0 for ADD, 1 for REMOVE */ member in struct:GeoEvent
216550 int eType; /* Table type - an RBU_PK_XXX value */ member in struct:RbuObjIter
219633 rbuStepOneOp(sqlite3rbu *p, int eType) argument
219719 int eType = rbuStepType(p, &zMask); local
223437 int eType; /* Value type (SQLITE_NULL, TEXT etc.) */ local
223561 sessionHashAppendType(unsigned int h, int eType) argument
223596 int eType; local
223678 int eType = *a; local
223938 int eType = *a++; /* Type of value from change record */ local
224336 int eType = sqlite3_column_type(pDflt, iField); local
224639 int eType; local
225592 int eType = sqlite3_column_type(pStmt, iCol); local
225667 int eType = *pCsr; local
225766 int eType = *a++; local
225923 int eType = *a++; local
226423 int eType = *aRec++; local
226496 int eType = 0; /* Type of value (SQLITE_NULL, TEXT etc.) */ local
226615 int eType; local
227065 u8 eType; local
227599 int eType = sqlite3_value_type(pVal); local
227723 sessionRebaseAdd( SessionApplyCtx *p, int eType, sqlite3_changeset_iter *pIter ) argument
227797 sessionConflictHandler( int eType, SessionApplyCtx *p, sqlite3_changeset_iter *pIter, int(*xConflict)(void *, int, sqlite3_changeset_iter*), void *pCtx, int *pbReplace ) argument
228706 int eType = sqlite3_column_type(pTab->pDfltStmt, ii); local
234813 int eType; /* Node type */ member in struct:Fts5ExprNode
237086 sqlite3Fts5ParseNode( Fts5Parse *pParse, int eType, Fts5ExprNode *pLeft, Fts5ExprNode *pRight, Fts5ExprNearset *pNear ) argument
248866 int eType = sqlite3_value_numeric_type(pVal); local
254632 int eType; /* FTS5_VOCAB_COL, ROW or INSTANCE */ member in struct:Fts5VocabTable
254779 int eType = 0; local
255190 int eType = pTab->eType; local
255267 int eType = ((Fts5VocabTable*)(pCursor->pVtab))->eType; local
[all...]

Completed in 624 milliseconds