Searched refs:eType (Results 1 – 6 of 6) sorted by relevance
30 enum eType { enum34 eType type; /* value of eType */
135 int eType; /* Type of value to return */ member1056 int eType = p->eType; in tclSqlFunc() local1058 if( eType==SQLITE_NULL ){ in tclSqlFunc()1062 eType = SQLITE_BLOB; in tclSqlFunc()1067 eType = SQLITE_INTEGER; in tclSqlFunc()1069 eType = SQLITE_FLOAT; in tclSqlFunc()1071 eType = SQLITE_TEXT; in tclSqlFunc()1075 switch( eType ){ in tclSqlFunc()2895 int eType = SQLITE_NULL; in DbObjCmd() local2937 eType++; in DbObjCmd()[all …]
64 U32 eType, U32 eStatus);
5267 U32 eType, in agtiapi_GetDevHandle() argument5323 pPortalInfo, pPortalInfo->portID, eType, eStatus, pCard, in agtiapi_GetDevHandle()
27319 pHdr->eType = eType; in sqlite3MemdebugSetType()27338 if( (pHdr->eType&eType)==0 ){ in sqlite3MemdebugHasType()27360 if( (pHdr->eType&eType)!=0 ){ in sqlite3MemdebugNoType()126541 assert( eType==TK_COMMIT || eType==TK_END || eType==TK_ROLLBACK );170538 assert( eType==0 || eType==TK_RANGE || eType==TK_ROWS || eType==TK_GROUPS );193367 pRet->eType = pKey->eType;193558 int eType = p->eType;238937 if( p->eType!=FTS5_NOT && pSub->eType==p->eType ){239056 pRet->eType = eType;256739 pRet->eType = eType;[all …]
3842 if( bTextOnly && (eType==SQLITE_FLOAT || eType==SQLITE_BLOB) ){ in decimal_new()3845 switch( eType ){ in decimal_new()15884 switch( eType ){ in dbdataValueBytes()15902 if( eType>0 ){ in dbdataValueBytes()15916 int eType, in dbdataValue() argument15920 if( eType>=0 ){ in dbdataValue()18553 int eType = 0; in recoverIsValidPage() local18556 eType = (int)a[0]; in recoverIsValidPage()18557 if( eType!=0x02 && eType!=0x05 && eType!=0x0A && eType!=0x0D ) return 0; in recoverIsValidPage()18585 if( eType==0x02 || eType==0x05 ){ in recoverIsValidPage()[all …]