Searched refs:eType (Results 1 - 25 of 39) 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/pdfium/core/src/fpdfdoc/
H A Ddoc_action.cpp36 ActionType eType = Unknown; local
49 return eType;
283 FX_BOOL CPDF_AAction::ActionExist(AActionType eType) const
288 return m_pDict->KeyExist(g_sAATypes[(int)eType]);
290 CPDF_Action CPDF_AAction::GetAction(AActionType eType) const
295 return m_pDict->GetDict(g_sAATypes[(int)eType]);
304 CPDF_Action CPDF_AAction::GetNextAction(FX_POSITION& pos, AActionType& eType) const
321 eType = (AActionType)i;
H A Ddoc_ocg.cpp82 static CFX_ByteString FPDFDOC_OCG_GetUsageTypeString(CPDF_OCContext::UsageType eType) argument
85 if (eType == CPDF_OCContext::Design) {
87 } else if (eType == CPDF_OCContext::Print) {
89 } else if (eType == CPDF_OCContext::Export) {
/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/pdfium/fpdfsdk/include/
H A Dfsdk_actionhandler.h40 virtual FX_BOOL DoAction_Page(const CPDF_Action& action, enum CPDF_AAction::AActionType eType, CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/);
41 virtual FX_BOOL DoAction_Document(const CPDF_Action& action, enum CPDF_AAction::AActionType eType, CPDFSDK_Document* pDocument/*, CReader_DocView *pDocView*/);
/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,
/external/pdfium/fpdfsdk/src/
H A Dfsdk_actionhandler.cpp93 FX_BOOL CPDFSDK_ActionHandler::DoAction_Page(const CPDF_Action& action, enum CPDF_AAction::AActionType eType, argument
97 return ExecuteDocumentPageAction(action, eType, pDocument,/* pDocView,*/ list);
100 FX_BOOL CPDFSDK_ActionHandler::DoAction_Document(const CPDF_Action& action, enum CPDF_AAction::AActionType eType, argument
104 return ExecuteDocumentPageAction(action, eType, pDocument,/* pDocView,*/ list);

Completed in 1040 milliseconds

12