Home
last modified time | relevance | path

Searched defs:Column (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslerror.c809 UINT32 Column, in AslInitEnode()
884 UINT32 Column, in AslCommonError2()
920 UINT32 Column, in AslCommonError()
964 UINT32 Column, in AslLogNewError()
H A Dprutils.c261 UINT32 Column) in PrError()
H A Dasllistsup.c479 UINT32 Column = 0; in LsWriteOneSourceLine() local
H A Ddtcompiler.h203 UINT32 Column; /* Start column for field value */ member
H A Ddtio.c368 UINT32 Column; in DtParseLine() local
H A Dasltypes.h352 UINT32 Column; member
/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h231 typedef struct Column Column; typedef
442 struct Column { struct
443 char *zName; /* Name of this column */
444 char *zDflt; /* Default value of this column */
445 char *zType; /* Data type for this column */
446 u8 notNull; /* True if there is a NOT NULL constraint */
447 u8 isPrimKey; /* True if this column is part of the PRIMARY KEY */
448 u8 sortOrder; /* Some combination of SQLITE_SO_... values */
449 u8 dottedName; /* True if zName contains a "." character */
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Daclocal.h1163 UINT32 Column; member