Home
last modified time | relevance | path

Searched refs:eType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DABI.h30 enum eType { enum
34 eType type; /* value of eType */
/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c146 int eType; /* Type of value to return */ member
1100 int eType = p->eType; in tclSqlFunc() local
1102 if( eType==SQLITE_NULL ){ in tclSqlFunc()
1106 eType = SQLITE_BLOB; in tclSqlFunc()
1112 eType = SQLITE_INTEGER; in tclSqlFunc()
1114 eType = SQLITE_FLOAT; in tclSqlFunc()
1116 eType = SQLITE_TEXT; in tclSqlFunc()
1120 switch( eType ){ in tclSqlFunc()
2950 int eType = SQLITE_NULL; in DbObjCmd() local
2989 if( Tcl_GetIndexFromObj(interp, objv[i], azType, "type", 0, &eType) ){ in DbObjCmd()
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c25820 int eType; in isDate() local
25826 if( (eType = sqlite3_value_type(argv[0]))==SQLITE_FLOAT in isDate()
25827 || eType==SQLITE_INTEGER ){ in isDate()
27493 u8 eType; /* Allocation type code */ member
27701 pHdr->eType = MEMTYPE_HEAP; in sqlite3MemMalloc()
27813 SQLITE_PRIVATE void sqlite3MemdebugSetType(void *p, u8 eType){ in sqlite3MemdebugSetType() argument
27818 pHdr->eType = eType; in sqlite3MemdebugSetType()
27831 SQLITE_PRIVATE int sqlite3MemdebugHasType(const void *p, u8 eType){ in sqlite3MemdebugHasType() argument
27837 if( (pHdr->eType&eType)==0 ){ in sqlite3MemdebugHasType()
27853 SQLITE_PRIVATE int sqlite3MemdebugNoType(const void *p, u8 eType){ in sqlite3MemdebugNoType() argument
[all …]
H A Dshell.c2914 int eType = sqlite3_value_type(argv[0]); in sha3Func() local
2927 if( eType==SQLITE_NULL ) return; in sha3Func()
2929 if( eType==SQLITE_BLOB ){ in sha3Func()
3435 int eType = sqlite3_value_type(argv[0]); in sha1Func() local
3440 if( eType==SQLITE_NULL ) return; in sha1Func()
3442 if( eType==SQLITE_BLOB ){ in sha1Func()
3883 int eType = sqlite3_value_type(pIn); in decimal_new() local
3884 if( bTextOnly && (eType==SQLITE_FLOAT || eType==SQLITE_BLOB) ){ in decimal_new()
3885 eType = SQLITE_TEXT; in decimal_new()
3887 switch( eType ){ in decimal_new()
[all …]
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiproto.h64 U32 eType, U32 eStatus);
H A Dagtiapi.c5267 U32 eType, in agtiapi_GetDevHandle() argument
5323 pPortalInfo, pPortalInfo->portID, eType, eStatus, pCard, in agtiapi_GetDevHandle()