Searched refs:dataType (Results 1 - 13 of 13) sorted by relevance
/osnet-11/usr/src/lib/libfru/include/ |
H A D | libfrureg.h | 47 fru_datatype_t dataType; member in struct:__anon1669
|
/osnet-11/usr/src/lib/libbsm/ |
H A D | auditxml | 760 my $dataType = $extEntry->getAttr('type'); 761 $dataType =~ s/\s+//g; # remove blanks (char * => char*) 764 if ($dataType =~ /^msg/i) { 765 $enumGroup = $dataType; 799 formatTableEntry($entryId, $tokenName, $eventId, $dataType, $required, 853 my $dataType; 866 $dataType = $entryType; 873 $xlateLine = "{{$dataType, $dataSize}}"; 874 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 879 $dataType [all...] |
/osnet-11/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 904 my $dataType = $extEntry->getAttr('type'); 905 $dataType =~ s/\s+//g; # remove blanks (char * => char*) 908 if ($dataType =~ /^msg/i) { 909 $enumGroup = $dataType; 941 formatTableEntry($entryId, $tokenName, $eventId, $dataType, $required, 994 my $dataType; 1007 $dataType = $entryType; 1014 $xlateLine = "{{$dataType, $dataSize}}"; 1015 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 1020 $dataType [all...] |
/osnet-11/usr/src/lib/libfru/libfru/ |
H A D | PayloadReader.cc | 265 if (path->def->dataType == FDTYPE_Record) { 270 if (path->def->dataType == FDTYPE_Binary) { 291 } else if (path->def->dataType == FDTYPE_Enumeration) { 448 if (path->def->dataType == FDTYPE_Record) { 472 if (path->def->dataType == FDTYPE_Binary) { 484 } else if (path->def->dataType == FDTYPE_Enumeration) { 542 if ((prev->def->dataType == FDTYPE_Enumeration) || 543 (prev->def->dataType == FDTYPE_Binary)) {
|
H A D | Ancestor.cc | 199 if (def->dataType == FDTYPE_Record) { 248 if (def->dataType == FDTYPE_Record) {
|
H A D | nameSyntaxYacc.y | 80 if ($1->def->dataType != FDTYPE_Record)
|
H A D | libfru.cc | 1861 if (def->dataType == FDTYPE_Record) { 2039 definition->data_type = def->dataType;
|
/osnet-11/usr/src/lib/libfru/libnvfru/ |
H A D | nvfru.c | 64 switch (def->dataType) { 198 } else if (def->dataType == FDTYPE_Record) { 241 p->dataType = FDTYPE_ByteArray;
|
/osnet-11/usr/src/lib/libsqlite/src/ |
H A D | expr.c | 397 ** pExpr->dataType Set to the appropriate data type for the column. 481 pExpr->dataType = pCol->sortOrder & SQLITE_SO_TYPEMASK; 513 pExpr->dataType = pCol->sortOrder & SQLITE_SO_TYPEMASK; 526 pExpr->dataType = SQLITE_SO_NUM; 876 }else if( pDef->dataType>=0 ){ 877 if( pDef->dataType<n ){ 878 pExpr->dataType = 879 sqliteExprType(pExpr->pList->a[pDef->dataType].pExpr); 881 pExpr->dataType = SQLITE_SO_NUM; 883 }else if( pDef->dataType [all...] |
H A D | date.c | 857 int dataType; member in struct:__anon2636 872 sqlite_function_type(db, aFuncs[i].zName, aFuncs[i].dataType);
|
H A D | sqliteInt.h | 434 signed char dataType; /* Arg that determines datatype. -1=NUMERIC, */ member in struct:FuncDef 686 u8 dataType; /* Either SQLITE_SO_TEXT or SQLITE_SO_NUM */ member in struct:Expr
|
H A D | main.c | 1045 int sqlite_function_type(sqlite *db, const char *zName, int dataType){ argument 1048 p->dataType = dataType;
|
H A D | select.c | 1081 ** This routine does NOT correctly initialize the Expr.dataType field 1084 ** have all been analyzed. This routine is unable to compute Expr.dataType 1172 ** This routine sets the Expr.dataType field on all elements of 1204 pOrderBy->a[i].pExpr->dataType = SQLITE_SO_TEXT; 1212 if( pE->dataType==SQLITE_SO_NUM ) continue; 1215 pE->dataType = sqliteExprType(pEList->a[pE->iColumn].pExpr); 1539 pExpr->dataType = pNew->dataType;
|
Completed in 67 milliseconds