Searched refs:eType (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ABI.h | 31 enum eType { enum 35 eType type; /* value of eType */
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 159 int eType; /* Type of value to return */ member 1115 int eType = p->eType; in tclSqlFunc() local 1117 if( eType==SQLITE_NULL ){ in tclSqlFunc() 1121 eType = SQLITE_BLOB; in tclSqlFunc() 1127 eType = SQLITE_INTEGER; in tclSqlFunc() 1129 eType = SQLITE_FLOAT; in tclSqlFunc() 1131 eType = SQLITE_TEXT; in tclSqlFunc() 1135 switch( eType ){ in tclSqlFunc() 3398 int eType = SQLITE_NULL; in DbObjCmd() local 3437 if( Tcl_GetIndexFromObj(interp, objv[i], azType, "type", 0, &eType) ){ in DbObjCmd() [all …]
|
| /freebsd/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | agtiproto.h | 64 U32 eType, U32 eStatus);
|
| H A D | agtiapi.c | 5267 U32 eType, in agtiapi_GetDevHandle() argument 5323 pPortalInfo, pPortalInfo->portID, eType, eStatus, pCard, in agtiapi_GetDevHandle()
|
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 26545 int eType; in isDate() local 26551 if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT in isDate() 26552 || eType==SQLITE_INTEGER ){ in isDate() 28218 u8 eType; /* Allocation type code */ member 28426 pHdr->eType = MEMTYPE_HEAP; in sqlite3MemMalloc() 28538 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ in sqlite3MemdebugSetType() argument 28543 pHdr->eType = eType; in sqlite3MemdebugSetType() 28556 SQLITE_PRIVATE int sqlite3MemdebugHasType(const void *p, u8 eType){ in sqlite3MemdebugHasType() argument 28562 if( (pHdr->eType&eType)==0 ){ in sqlite3MemdebugHasType() 28578 SQLITE_PRIVATE int sqlite3MemdebugNoType(const void *p, u8 eType){ in sqlite3MemdebugNoType() argument [all …]
|
| H A D | shell.c | 2868 int eType = sqlite3_column_type(p->pStmt,i); in qrfColumnar() local 2874 data.abNum[data.n] = eType==SQLITE_INTEGER || eType==SQLITE_FLOAT; in qrfColumnar() 4953 int eType = sqlite3_value_type(argv[0]); in sha3Func() local 4966 if( eType==SQLITE_NULL ) return; in sha3Func() 4968 if( eType==SQLITE_BLOB ){ in sha3Func() 5477 int eType = sqlite3_value_type(argv[0]); in sha1Func() local 5483 if( eType==SQLITE_NULL ) return; in sha1Func() 5485 if( eType==SQLITE_BLOB ){ in sha1Func() 5945 int eType = sqlite3_value_type(pIn); in decimal_new() local 5946 if( bTextOnly && (eType==SQLITE_FLOAT || eType==SQLITE_BLOB) ){ in decimal_new() [all …]
|