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

12

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_mutex.c28 int eType; member in struct:sqlite3_mutex
76 static sqlite3_mutex *counterMutexAlloc(int eType){ argument
81 assert(eType<8 && eType>=0);
83 pReal = g.m.xMutexAlloc(eType);
86 if( eType==SQLITE_MUTEX_FAST || eType==SQLITE_MUTEX_RECURSIVE ){
89 pRet = &g.aStatic[eType-2];
92 pRet->eType = eType;
[all...]
H A Dmem2.c61 u8 eType; /* Allocation type code */ member in struct:MemBlockHdr
269 pHdr->eType = MEMTYPE_HEAP;
381 void sqlite3MemdebugSetType(void *p, u8 eType){ argument
386 pHdr->eType = eType;
391 ** Return TRUE if the mask of type in eType matches the type of the
399 int sqlite3MemdebugHasType(void *p, u8 eType){ argument
405 if( (pHdr->eType&eType)==0 ){
413 ** Return TRUE if the mask of type in eType matche
421 sqlite3MemdebugNoType(void *p, u8 eType) argument
[all...]
H A Dtest_onefile.c112 int eType; member in struct:fs_file
124 /* Values for fs_file.eType. */
411 if( (p->eType==DATABASE_FILE && (iAmt+iOfst)>pReal->nDatabase)
412 || (p->eType==JOURNAL_FILE && (iAmt+iOfst)>pReal->nJournal)
415 }else if( p->eType==DATABASE_FILE ){
450 if( p->eType==DATABASE_FILE ){
491 if( p->eType==DATABASE_FILE ){
508 if( p->eType==DATABASE_FILE ){
529 if( p->eType==DATABASE_FILE ){
593 int eType; local
[all...]
H A Danalyze.c569 if( p->eType==SQLITE_TEXT || p->eType==SQLITE_BLOB ){
664 int eType = sqlite3_column_type(pStmt, 2); local
679 pSample->eType = (u8)eType;
680 if( eType==SQLITE_INTEGER || eType==SQLITE_FLOAT ){
682 }else if( eType==SQLITE_TEXT || eType==SQLITE_BLOB ){
684 (eType
[all...]
H A Dos_os2.c1482 int eType = (flags & 0xFFFFFF00); local
1484 eType==SQLITE_OPEN_MASTER_JOURNAL
1485 || eType==SQLITE_OPEN_MAIN_JOURNAL
1486 || eType==SQLITE_OPEN_WAL
1507 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MAIN_DB );
1508 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MAIN_JOURNAL );
1509 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MASTER_JOURNAL );
1510 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_WAL );
1513 assert( eType==SQLITE_OPEN_MAIN_DB || eType
[all...]
H A Dos_win.c2066 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
2079 eType==SQLITE_OPEN_MASTER_JOURNAL
2080 || eType==SQLITE_OPEN_MAIN_JOURNAL
2081 || eType==SQLITE_OPEN_WAL
2099 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MAIN_DB );
2100 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MAIN_JOURNAL );
2101 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MASTER_JOURNAL );
2102 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_WAL );
2105 assert( eType==SQLITE_OPEN_MAIN_DB || eType
[all...]
H A Dbtree.c756 ** so that it maps to type 'eType' and parent page number 'pgno'.
762 static void ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC){ argument
793 if( eType!=pPtrmap[offset] || get4byte(&pPtrmap[offset+1])!=parent ){
794 TRACE(("PTRMAP_UPDATE: %d->(%d,%d)\n", key, eType, parent));
797 pPtrmap[offset] = eType;
2704 ** that it points to iTo. Parameter eType describes the type of pointer to
2716 static int modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType){ argument
2719 if( eType==PTRMAP_OVERFLOW2 ){
2735 if( eType==PTRMAP_OVERFLOW1 ){
2753 if( eType!
2775 relocatePage( BtShared *pBt, MemPage *pDbPage, u8 eType, Pgno iPtrPage, Pgno iFreePage, int isCommit ) argument
2877 u8 eType; local
3727 u8 eType; local
4781 u8 eType; local
5316 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1); local
6965 u8 eType = 0; local
7457 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
[all...]
H A Dos_unix.c4956 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
4974 eType==SQLITE_OPEN_MASTER_JOURNAL
4975 || eType==SQLITE_OPEN_MAIN_JOURNAL
4976 || eType==SQLITE_OPEN_WAL
4999 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MAIN_DB );
5000 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MAIN_JOURNAL );
5001 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_MASTER_JOURNAL );
5002 assert( (!isDelete && zName) || eType!=SQLITE_OPEN_WAL );
5005 assert( eType==SQLITE_OPEN_MAIN_DB || eType
[all...]
H A Dexpr.c1430 int eType = 0; /* Type of RHS table. IN_INDEX_* */ local
1467 eType = IN_INDEX_ROWID;
1485 for(pIdx=pTab->pIndex; pIdx && eType==0 && affinity_ok; pIdx=pIdx->pNext){
1501 eType = IN_INDEX_INDEX;
1512 if( eType==0 ){
1518 eType = IN_INDEX_EPH;
1525 eType = IN_INDEX_ROWID;
1528 sqlite3CodeSubselect(pParse, pX, rMayHaveNull, eType==IN_INDEX_ROWID);
1533 return eType;
1801 int eType; /* Typ local
[all...]
H A Dwhere.c2287 int eType = sqlite3_value_type(pVal); local
2289 if( eType==SQLITE_INTEGER || eType==SQLITE_FLOAT ){
2292 if( aSample[i].eType==SQLITE_NULL ) continue;
2293 if( aSample[i].eType>=SQLITE_TEXT ) break;
2300 }else if( eType==SQLITE_NULL ){
2303 while( i<SQLITE_INDEX_SAMPLES && aSample[i].eType==SQLITE_NULL ) i++;
2312 assert( eType==SQLITE_TEXT || eType==SQLITE_BLOB );
2314 if( eType
3282 int eType; local
[all...]
H A Ddate.c719 int eType; local
723 }else if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT
724 || eType==SQLITE_INTEGER ){
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_expr.c162 pRet->eType = FTSQUERY_PHRASE;
286 p->eType = FTSQUERY_PHRASE;
328 unsigned char eType; /* Keyword code */ member in struct:Fts3Keyword
369 if( pKey->eType==FTSQUERY_NEAR ){
391 pRet->eType = pKey->eType;
489 assert( p->eType!=FTSQUERY_PHRASE );
491 return p->eType;
492 }else if( p->eType==FTSQUERY_NEAR ){
494 }else if( p->eType
579 int eType = p->eType; local
[all...]
H A Dfts3.c2339 if( pExpr->eType==FTSQUERY_PHRASE ){
2596 assert( pLeft->eType==FTSQUERY_PHRASE );
2597 assert( pRight->eType==FTSQUERY_PHRASE );
2646 if( pnExpr && pExpr->eType!=FTSQUERY_AND ){
2651 if( pExpr->eType==FTSQUERY_PHRASE ){
2699 if( pExpr->eType==FTSQUERY_PHRASE ){
2728 if( pExpr->eType==FTSQUERY_AND ){
2792 assert( pExpr->eType==FTSQUERY_NEAR || pExpr->eType==FTSQUERY_OR
2793 || pExpr->eType
[all...]
H A Dfts3_snippet.c145 int eType = pExpr->eType; /* Type of expression node pExpr */ local
147 if( eType!=FTSQUERY_PHRASE ){
150 if( rc==SQLITE_OK && eType!=FTSQUERY_NOT ){
197 assert( pExpr->eType==FTSQUERY_PHRASE );
200 && pParent->eType==FTSQUERY_NEAR
209 if( pLeft->eType!=FTSQUERY_PHRASE ){
210 assert( pLeft->eType==FTSQUERY_NEAR );
211 assert( pLeft->pRight->eType==FTSQUERY_PHRASE );
835 assert( pExpr->eType
[all...]
H A Dfts3Int.h238 ** If Fts3Expr.eType is either FTSQUERY_NEAR or FTSQUERY_PHRASE and isLoaded
249 int eType; /* One of the FTSQUERY_XXX values defined below */ member in struct:Fts3Expr
250 int nNear; /* Valid if eType==FTSQUERY_NEAR */
254 Fts3Phrase *pPhrase; /* Valid if eType==FTSQUERY_PHRASE */
265 ** Candidate values for Fts3Query.eType. Note that the order of the first
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java472 int eType;
483 eType = _exptype(node);
484 if (eType < DTM.NTYPES) {
485 if (eType == nodeType) {
488 } else if (m_expandedNameTable.getType(eType) == nodeType) {
937 int eType;
946 eType = _exptype(node);
947 if (eType < DTM.NTYPES) {
948 if (eType == nodeType) {
951 } else if (m_expandedNameTable.getType(eType)
[all...]
H A DDTMDefaultBase.java989 int firstChild, eType;
994 eType = _exptype(firstChild);
995 if (eType == nodeType
996 || (eType >= DTM.NTYPES
997 && m_expandedNameTable.getType(eType) == nodeType)) {
1158 int eType;
1160 ((eType = _exptype(node)) != nodeType &&
1161 m_expandedNameTable.getType(eType)!= nodeType));
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java285 int eType;
287 eType = _exptype2(node);
288 if (eType >= DTM.NTYPES)
1443 int eType = _exptype2(nodeID);
1445 if (eType == nodeType) {
1459 int eType = _exptype2(nodeID);
1461 if ((eType < DTM.NTYPES && eType == nodeType)
1462 || (eType >= DTM.NTYPES
1463 && m_extendedTypes[eType]
[all...]
/external/libnfc-nxp/src/
H A DphFriNfc_LlcpTransport.c1179 * \param[in] eType The socket type.
1197 phFriNfc_LlcpTransport_eSocketType_t eType,
1210 if ( ((psOptions == NULL) && (eType == phFriNfc_LlcpTransport_eConnectionOriented))
1211 || ((psWorkingBuffer == NULL) && (eType == phFriNfc_LlcpTransport_eConnectionOriented))
1221 else if(eType != phFriNfc_LlcpTransport_eConnectionOriented && eType != phFriNfc_LlcpTransport_eConnectionLess)
1227 else if ((psOptions != NULL) && (eType == phFriNfc_LlcpTransport_eConnectionLess))
1251 pLlcpTransport->pSocketTable[index].eSocket_Type = eType;
1258 if (eType == phFriNfc_LlcpTransport_eConnectionOriented)
1311 else if (eType
1196 phFriNfc_LlcpTransport_Socket(phFriNfc_LlcpTransport_t *pLlcpTransport, phFriNfc_LlcpTransport_eSocketType_t eType, phFriNfc_LlcpTransport_sSocketOptions_t *psOptions, phNfc_sData_t *psWorkingBuffer, phFriNfc_LlcpTransport_Socket_t **pLlcpSocket, pphFriNfc_LlcpTransportSocketErrCb_t pErr_Cb, void *pContext) argument
[all...]
H A DphFriNfc_LlcpTransport.h439 * \param[in] eType The socket type.
457 phFriNfc_LlcpTransport_eSocketType_t eType,
H A DphLibNfc_llcp.c548 NFCSTATUS phLibNfc_Llcp_Socket( phLibNfc_Llcp_eSocketType_t eType, argument
576 eType,
H A DphLibNfc.h2593 * \param[in] eType The socket type.
2612 extern NFCSTATUS phLibNfc_Llcp_Socket( phLibNfc_Llcp_eSocketType_t eType,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c9854 char *z; /* Value if eType is SQLITE_TEXT or SQLITE_BLOB */
9855 double r; /* Value if eType is SQLITE_FLOAT or SQLITE_INTEGER */
9857 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */ member in struct:IndexSample
13583 int eType; local
13587 }else if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT
13588 || eType==SQLITE_INTEGER ){
14654 u8 eType; /* Allocation type code */ member in struct:MemBlockHdr
14862 pHdr->eType = MEMTYPE_HEAP;
14974 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ argument
14979 pHdr->eType
14992 sqlite3MemdebugHasType(void *p, u8 eType) argument
15014 sqlite3MemdebugNoType(void *p, u8 eType) argument
23509 int eType = (flags & 0xFFFFFF00); local
29112 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
33200 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
48060 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
50014 modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType) argument
50073 relocatePage( BtShared *pBt, MemPage *pDbPage, u8 eType, Pgno iPtrPage, Pgno iFreePage, int isCommit ) argument
50175 u8 eType; local
51025 u8 eType; local
52079 u8 eType; local
52614 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1); local
54263 u8 eType = 0; local
54755 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
72346 int eType = 0; /* Type of RHS table. IN_INDEX_* */ local
72717 int eType; /* Type of the RHS */ local
76165 int eType = sqlite3_column_type(pStmt, 2); local
100148 int eType = sqlite3_value_type(pVal); local
101143 int eType; local
113408 int eType; /* One of the FTSQUERY_XXX values defined below */ member in struct:Fts3Expr
117743 unsigned char eType; /* Keyword code */ member in struct:Fts3Keyword
117994 int eType = p->eType; local
122968 int eType = pExpr->eType; /* Type of expression node pExpr */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10400 char *z; /* Value if eType is SQLITE_TEXT or SQLITE_BLOB */
10401 double r; /* Value if eType is SQLITE_FLOAT */
10402 i64 i; /* Value if eType is SQLITE_INTEGER */
10404 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */ member in struct:IndexSample
14295 int eType; local
14300 if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT
14301 || eType==SQLITE_INTEGER ){
15518 u8 eType; /* Allocation type code */ member in struct:MemBlockHdr
15726 pHdr->eType = MEMTYPE_HEAP;
15838 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ argument
15856 sqlite3MemdebugHasType(void *p, u8 eType) argument
15878 sqlite3MemdebugNoType(void *p, u8 eType) argument
24363 int eType = (flags & 0xFFFFFF00); local
30038 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
35139 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
50127 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
52103 modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType) argument
52163 relocatePage( BtShared *pBt, MemPage *pDbPage, u8 eType, Pgno iPtrPage, Pgno iFreePage, int isCommit ) argument
52265 u8 eType; local
53114 u8 eType; local
54225 u8 eType; local
54765 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1); local
56447 u8 eType = 0; local
56946 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
75837 int eType = 0; /* Type of RHS table. IN_INDEX_* */ local
76211 int eType; /* Type of the RHS */ local
80191 int eType; /* Datatype of a sample */ local
105000 int i, eType; local
106024 int eType; local
116763 int eType; /* One of the FTSQUERY_XXX values defined below */ member in struct:Fts3Expr
122682 unsigned char eType; /* Keyword code */ member in struct:Fts3Keyword
122935 int eType = p->eType; local
128755 int eType = pExpr->eType; /* Type of expression node pExpr */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10400 char *z; /* Value if eType is SQLITE_TEXT or SQLITE_BLOB */
10401 double r; /* Value if eType is SQLITE_FLOAT */
10402 i64 i; /* Value if eType is SQLITE_INTEGER */
10404 u8 eType; /* SQLITE_NULL, SQLITE_INTEGER ... etc. */ member in struct:IndexSample
14295 int eType; local
14300 if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT
14301 || eType==SQLITE_INTEGER ){
15518 u8 eType; /* Allocation type code */ member in struct:MemBlockHdr
15726 pHdr->eType = MEMTYPE_HEAP;
15838 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ argument
15856 sqlite3MemdebugHasType(void *p, u8 eType) argument
15878 sqlite3MemdebugNoType(void *p, u8 eType) argument
24363 int eType = (flags & 0xFFFFFF00); local
30066 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
35167 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
50155 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
52131 modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType) argument
52191 relocatePage( BtShared *pBt, MemPage *pDbPage, u8 eType, Pgno iPtrPage, Pgno iFreePage, int isCommit ) argument
52293 u8 eType; local
53142 u8 eType; local
54253 u8 eType; local
54793 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1); local
56475 u8 eType = 0; local
56974 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent, char *zContext ) argument
75873 int eType = 0; /* Type of RHS table. IN_INDEX_* */ local
76247 int eType; /* Type of the RHS */ local
80227 int eType; /* Datatype of a sample */ local
105036 int i, eType; local
106060 int eType; local
116799 int eType; /* One of the FTSQUERY_XXX values defined below */ member in struct:Fts3Expr
122728 unsigned char eType; /* Keyword code */ member in struct:Fts3Keyword
122981 int eType = p->eType; local
128801 int eType = pExpr->eType; /* Type of expression node pExpr */ local
[all...]

Completed in 1991 milliseconds

12