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

/freebsd-10-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h65 U32 eType, U32 eStatus);
H A Dagtiapi.c5305 U32 eType (IN) Port event
5314 U32 eType,
5370 pPortalInfo, pPortalInfo->portID, eType, eStatus, pCard,
5312 agtiapi_GetDevHandle( struct agtiapi_softc *pCard, ag_portal_info_t *pPortalInfo, U32 eType, U32 eStatus ) argument
/freebsd-10-stable/contrib/sqlite3/
H A Dsqlite3.c19321 int eType; local
19326 if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT
19327 || eType==SQLITE_INTEGER ){
20620 u8 eType; /* Allocation type code */ member in struct:MemBlockHdr
20828 pHdr->eType = MEMTYPE_HEAP;
20940 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ argument
20945 pHdr->eType = eType;
20950 ** Return TRUE if the mask of type in eType matches the type of the
20958 SQLITE_PRIVATE int sqlite3MemdebugHasType(void *p, u8 eType){ argument
20980 sqlite3MemdebugNoType(void *p, u8 eType) argument
34968 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
41978 int eType = flags&0xFFFFFF00; /* Type of file to open */ local
59062 ptrmapPut(BtShared *pBt, Pgno key, u8 eType, Pgno parent, int *pRC) argument
61465 modifyPagePointer(MemPage *pPage, Pgno iFrom, Pgno iTo, u8 eType) argument
61527 relocatePage( BtShared *pBt, MemPage *pDbPage, u8 eType, Pgno iPtrPage, Pgno iFreePage, int isCommit ) argument
61628 u8 eType; local
62480 u8 eType; local
63698 u8 eType; local
64314 u8 eType = (pgnoPtrmap?PTRMAP_OVERFLOW2:PTRMAP_OVERFLOW1); local
66471 u8 eType = 0; local
67024 checkPtrmap( IntegrityCk *pCheck, Pgno iChild, u8 eType, Pgno iParent ) argument
69432 vdbeClrCopy(Mem *pTo, const Mem *pFrom, int eType) argument
77363 int eType = sqlite3_value_type(pVal); local
91210 int eType = 0; /* Type of RHS table. IN_INDEX_* */ local
91601 int eType; /* Type of the RHS */ local
123861 int eType; local
141849 int eType; /* One of the FTSQUERY_XXX values defined below */ member in struct:Fts3Expr
144887 int eType = sqlite3_value_numeric_type(pVal); local
148636 unsigned char eType; /* Keyword code */ member in struct:Fts3Keyword
148888 int eType = p->eType; local
149023 int eType = pRoot->eType; /* Type of node in this tree */ local
157741 int eType = pExpr->eType; /* Type of expression node pExpr */ local
165165 int eType; /* Table type - an RBU_PK_XXX value */ member in struct:RbuObjIter
167788 rbuStepOneOp(sqlite3rbu *p, int eType) argument
167874 int eType = rbuStepType(p, &zMask); local
170674 int eType; /* Value type (SQLITE_NULL, TEXT etc.) */ local
170780 sessionHashAppendType(unsigned int h, int eType) argument
170810 int eType; local
170888 int eType = *a; local
171142 int eType = *a++; /* Type of value from change record */ local
172224 int eType = sqlite3_column_type(pStmt, iCol); local
172298 int eType = *pCsr; local
172397 int eType = *a++; local
172487 int eType = *a++; local
172901 int eType = *aRec++; local
172971 int eType = 0; /* Type of value (SQLITE_NULL, TEXT etc.) */ local
173067 int eType; local
173449 u8 eType; local
173866 int eType = sqlite3_value_type(pVal); local
173997 sessionConflictHandler( int eType, SessionApplyCtx *p, sqlite3_changeset_iter *pIter, int(*xConflict)(void *, int, sqlite3_changeset_iter*), void *pCtx, int *pbReplace ) argument
175135 u8 eType; /* One of the JSON_ type values */ member in struct:JsonNode
175647 jsonParseAddNodeExpand( JsonParse *pParse, u32 eType, u32 n, const char *zContent ) argument
175674 jsonParseAddNode( JsonParse *pParse, u32 eType, u32 n, const char *zContent ) argument
176661 u8 eType; /* Type of top-level element */ member in struct:JsonEachCursor
181819 int eType; /* Node type */ member in struct:Fts5ExprNode
183654 sqlite3Fts5ParseNode( Fts5Parse *pParse, int eType, Fts5ExprNode *pLeft, Fts5ExprNode *pRight, Fts5ExprNearset *pNear ) argument
192494 int eType = sqlite3_value_numeric_type(pVal); local
197270 int eType; /* FTS5_VOCAB_COL or ROW */ member in struct:Fts5VocabTable
197406 int eType = 0; local
197787 int eType = ((Fts5VocabTable*)(pCursor->pVtab))->eType; local
[all...]
/freebsd-10-stable/crypto/heimdal/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 518 milliseconds