Searched refs:dataType (Results 1 - 14 of 14) sorted by relevance
/illumos-gate/usr/src/lib/libfru/include/ |
H A D | libfrureg.h | 47 fru_datatype_t dataType; member in struct:__anon3246
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | auditxml | 718 my $dataType = $extEntry->getAttr('type'); 719 $dataType =~ s/\s+//g; # remove blanks (char * => char*) 722 if ($dataType =~ /^msg/i) { 723 $enumGroup = $dataType; 755 formatTableEntry($entryId, $tokenName, $eventId, $dataType, $required, 807 my $dataType; 820 $dataType = $entryType; 827 $xlateLine = "{{$dataType, $dataSize}}"; 828 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 833 $dataType [all...] |
/illumos-gate/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 902 my $dataType = $extEntry->getAttr('type'); 903 $dataType =~ s/\s+//g; # remove blanks (char * => char*) 906 if ($dataType =~ /^msg/i) { 907 $enumGroup = $dataType; 939 formatTableEntry($entryId, $tokenName, $eventId, $dataType, $required, 992 my $dataType; 1005 $dataType = $entryType; 1012 $xlateLine = "{{$dataType, $dataSize}}"; 1013 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 1018 $dataType [all...] |
/illumos-gate/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;
|
/illumos-gate/usr/src/lib/libfru/libnvfru/ |
H A D | nvfru.c | 66 switch (def->dataType) { 200 } else if (def->dataType == FDTYPE_Record) { 243 p->dataType = FDTYPE_ByteArray;
|
/illumos-gate/usr/src/cmd/prtfru/ |
H A D | prtfru.c | 377 if (def->dataType == FDTYPE_Record) { 397 if (def->dataType == FDTYPE_Enumeration) { 498 switch (def->dataType) { 720 if (def->dataType == FDTYPE_Record) { 965 } else if (def->dataType == FDTYPE_Record) {
|
/illumos-gate/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 | 859 int dataType; member in struct:__anon4039 874 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 | 1083 ** This routine does NOT correctly initialize the Expr.dataType field 1086 ** have all been analyzed. This routine is unable to compute Expr.dataType 1174 ** This routine sets the Expr.dataType field on all elements of 1206 pOrderBy->a[i].pExpr->dataType = SQLITE_SO_TEXT; 1214 if( pE->dataType==SQLITE_SO_NUM ) continue; 1217 pE->dataType = sqliteExprType(pEList->a[pE->iColumn].pExpr); 1541 pExpr->dataType = pNew->dataType;
|
Completed in 105 milliseconds