Searched refs:dataType (Results 1 - 25 of 26) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A DEntityDecl.cxx15 EntityDecl::EntityDecl(const StringC &str, DeclType declType, DataType dataType, argument
17 : NamedResource(str), declType_(declType), dataType_(dataType),
H A DEntity.cxx20 Entity::Entity(const StringC &name, DeclType declType, DataType dataType, argument
22 : EntityDecl(name, declType, dataType, defLocation),
33 DataType dataType,
36 : Entity(name, declType, dataType, defLocation)
52 InternalDataEntity::InternalDataEntity(const StringC &name, DataType dataType, argument
54 : InternalEntity(name, generalEntity, dataType, defLocation, text)
99 DataType dataType,
102 : Entity(name, declType, dataType, defLocation), externalId_(id)
183 DataType dataType,
186 : ExternalEntity(name, generalEntity, dataType, defLocatio
31 InternalEntity(const StringC &name, DeclType declType, DataType dataType, const Location &defLocation, Text &text) argument
97 ExternalEntity(const StringC &name, DeclType declType, DataType dataType, const Location &defLocation, const ExternalId &id) argument
182 ExternalNonTextEntity(const StringC &name, DataType dataType, const Location &defLocation, const ExternalId &id) argument
190 ExternalDataEntity(const StringC &name, DataType dataType, const Location &defLocation, const ExternalId &id, const ConstPtr<Notation> &nt, AttributeList &attributes) argument
[all...]
H A DGenericEventHandler.cxx666 switch (from.dataType()) {
668 to.dataType = SGMLApplication::Entity::sgml;
671 to.dataType = SGMLApplication::Entity::cdata;
674 to.dataType = SGMLApplication::Entity::sdata;
677 to.dataType = SGMLApplication::Entity::ndata;
680 to.dataType = SGMLApplication::Entity::subdoc;
683 to.dataType = SGMLApplication::Entity::pi;
H A DparseDecl.cxx1567 Entity::DataType dataType = Entity::sgmlText; local
1574 dataType = Entity::cdata;
1579 dataType = Entity::sdata;
1584 dataType = Entity::pi;
1654 && (dataType == Entity::cdata || dataType == Entity::sdata)) {
1660 switch (dataType) {
1718 Entity::DataType dataType; local
1721 dataType = Entity::cdata;
1726 dataType
[all...]
H A DParserState.cxx560 if (e1->dataType() != e2->dataType())
H A DSOEntityCatalog.cxx484 entity.dataType() == EntityDecl::ndata,
494 entity.dataType() == EntityDecl::ndata,
/opensolaris-onvv-gate/usr/src/lib/libfru/include/
H A Dlibfrureg.h47 fru_datatype_t dataType; member in struct:__anon3470
/opensolaris-onvv-gate/usr/src/lib/libbsm/
H A Dauditxml714 my $dataType = $extEntry->getAttr('type');
715 $dataType =~ s/\s+//g; # remove blanks (char * => char*)
718 if ($dataType =~ /^msg/i) {
719 $enumGroup = $dataType;
751 formatTableEntry($entryId, $tokenName, $eventId, $dataType, $required,
803 my $dataType;
816 $dataType = $entryType;
823 $xlateLine = "{{$dataType, $dataSize}}";
824 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]);
829 $dataType
[all...]
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/include/
H A DEntityDecl.h27 EntityDecl(const StringC &, DeclType declType, DataType dataType,
29 DataType dataType() const;
69 EntityDecl::DataType EntityDecl::dataType() const function in class:SP_NAMESPACE::EntityDecl
H A DEntity.h41 Entity(const StringC &name, DeclType declType, DataType dataType,
92 InternalEntity(const StringC &, DeclType declType, DataType dataType,
/opensolaris-onvv-gate/usr/src/lib/libadt_jni/
H A Dauditxml_jni902 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...]
/opensolaris-onvv-gate/usr/src/lib/libfru/libfru/
H A DPayloadReader.cc265 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 DAncestor.cc199 if (def->dataType == FDTYPE_Record) {
248 if (def->dataType == FDTYPE_Record) {
H A DnameSyntaxYacc.y80 if ($1->def->dataType != FDTYPE_Record)
H A Dlibfru.cc1861 if (def->dataType == FDTYPE_Record) {
2039 definition->data_type = def->dataType;
/opensolaris-onvv-gate/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c64 switch (def->dataType) {
198 } else if (def->dataType == FDTYPE_Record) {
241 p->dataType = FDTYPE_ByteArray;
/opensolaris-onvv-gate/usr/src/cmd/prtfru/
H A Dprtfru.c377 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) {
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/
H A DSgmlsEventHandler.cxx392 switch (entity->dataType()) {
418 switch (entity->dataType()) {
454 switch (entity->dataType()) {
H A DRastEventHandler.cxx470 switch (entity->dataType()) {
802 << char(entity->dataType() == Entity::cdata ? 'C' : 'S')
/opensolaris-onvv-gate/usr/src/lib/libsqlite/src/
H A Dexpr.c397 ** 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 Ddate.c859 int dataType; member in struct:__anon4395
874 sqlite_function_type(db, aFuncs[i].zName, aFuncs[i].dataType);
H A DsqliteInt.h434 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 Dmain.c1045 int sqlite_function_type(sqlite *db, const char *zName, int dataType){ argument
1048 p->dataType = dataType;
H A Dselect.c1083 ** 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;
/opensolaris-onvv-gate/usr/src/cmd/man/src/util/nsgmls.src/generic/
H A DSGMLApplication.h58 DataType dataType; member in struct:SGMLApplication::Entity

Completed in 280 milliseconds

12