HomeSort by: relevance | last modified time | path
    Searched refs:TABLE (Results 1 - 25 of 123) sorted by relevancy

1 2 3 4 5

  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/ibmdb2/
testdb_create.sql 1 drop table persons;
2 CREATE TABLE persons (
9 drop table institutes;
10 CREATE TABLE institutes (
15 drop table documents;
16 CREATE TABLE documents (
22 drop table authors_docs;
23 CREATE TABLE authors_docs (
28 drop table phones;
29 CREATE TABLE phones
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mssql/
testdb_create.sql 2 CREATE TABLE authors_docs (
8 CREATE TABLE documents (
16 CREATE TABLE institutes (
23 CREATE TABLE persons (
31 CREATE TABLE phones (
38 ALTER TABLE authors_docs WITH NOCHECK ADD
46 ALTER TABLE documents WITH NOCHECK ADD
53 ALTER TABLE institutes WITH NOCHECK ADD
61 ALTER TABLE persons WITH NOCHECK ADD
68 ALTER TABLE phones WITH NOCHECK ADD
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
testdb_create.sql 1 CREATE TABLE persons (
8 CREATE TABLE institutes (
13 CREATE TABLE documents (
19 CREATE TABLE authors_docs (
24 CREATE TABLE phones (
31 ALTER TABLE authors_docs ADD
38 ALTER TABLE documents ADD
44 ALTER TABLE institutes ADD
50 ALTER TABLE persons ADD
56 ALTER TABLE phones ADD
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/mysql/
testdb_create.sql 1 drop table if exists persons;
2 CREATE TABLE persons (
9 drop table if exists institutes;
10 CREATE TABLE institutes (
15 drop table if exists documents;
16 CREATE TABLE documents (
22 drop table if exists authors_docs;
23 CREATE TABLE authors_docs (
28 drop table if exists phones;
29 CREATE TABLE phones
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/timesten/
testdb_create.sql 1 CREATE TABLE persons (
7 CREATE TABLE institutes (
13 CREATE TABLE documents (
20 CREATE TABLE authors_docs (
30 CREATE TABLE phones (
tttestdb_create.sql 1 CREATE TABLE persons (
13 CREATE TABLE institutes (
19 CREATE TABLE documents (
26 CREATE TABLE authors_docs (
36 CREATE TABLE phones (
  /src/common/dist/zlib/contrib/infback9/
inflate9.h 15 TABLE, /* i: waiting for dynamic block table lengths */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
38 /* dynamic table building */
45 unsigned short work[288]; /* work area for code table building */
  /src/external/gpl3/binutils/dist/zlib/contrib/infback9/
inflate9.h 15 TABLE, /* i: waiting for dynamic block table lengths */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
38 /* dynamic table building */
45 unsigned short work[288]; /* work area for code table building */
  /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/
inflate9.h 15 TABLE, /* i: waiting for dynamic block table lengths */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
38 /* dynamic table building */
45 unsigned short work[288]; /* work area for code table building */
  /src/external/gpl3/gdb/dist/zlib/contrib/infback9/
inflate9.h 15 TABLE, /* i: waiting for dynamic block table lengths */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
38 /* dynamic table building */
45 unsigned short work[288]; /* work area for code table building */
  /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/
inflate9.h 15 TABLE, /* i: waiting for dynamic block table lengths */
27 TYPE -> STORED or TABLE or LEN or DONE
29 TABLE -> LENLENS -> CODELENS -> LEN
38 /* dynamic table building */
45 unsigned short work[288]; /* work area for code table building */
  /src/usr.sbin/tadpolectl/
tadpolectl.c 84 #define TABLE(n) { __STRING(n), 0, n }
90 } table[NUM_MIBS] = {
91 TABLE(hw_microcontroller_version),
92 TABLE(hw_version),
93 TABLE(hw_poweroncycles),
94 TABLE(hw_poweronseconds),
95 TABLE(hw_power_mains),
96 TABLE(hw_power_battery_int),
97 TABLE(hw_power_battery_ext),
98 TABLE(hw_power_battery_chargedisabled)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/m68k/
m68kelf.h 42 These labels will not appear in the symbol table. */
133 table. */
135 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \
136 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1))
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
m68kelf.h 42 These labels will not appear in the symbol table. */
133 table. */
135 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE,PREFIX,NUM,TABLE) \
136 fprintf ((FILE), "%s&%d\n", SWBEG_ASM_OP, XVECLEN (PATTERN (TABLE), 1))
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
3level.h 29 TABLE to the name of the structure to be defined
37 struct TABLE;
38 void TABLE_init (struct TABLE *t);
39 ELEMENT TABLE_get (struct TABLE *t, uint32_t wc);
40 void TABLE_add (struct TABLE *t, uint32_t wc, ELEMENT value);
41 void TABLE_iterate (struct TABLE *t,
43 void TABLE_finalize (struct TABLE *t);
49 struct TABLE
71 CONCAT(TABLE,_init) (struct TABLE *t
    [all...]
  /src/external/cddl/osnet/dist/uts/common/zmod/
inflate.h 38 TABLE, /* i: waiting for dynamic block table lengths */
67 TYPE -> STORED or TABLE or LEN or CHECK
69 TABLE -> LENLENS -> CODELENS -> LEN
101 /* for table and code decoding */
104 code const FAR *lencode; /* starting table for length/literal codes */
105 code const FAR *distcode; /* starting table for distance codes */
108 /* dynamic table building */
115 unsigned short work[288]; /* work area for code table building */
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/
popcount.asm 39 C An arithmetic approach has been found to be slower than the table lookup,
47 C FIXME: exporting the table to hamdist is incorrect as it hurt incremental
95 define(TABLE,`(%ebp,$1)')
107 define(TABLE,`TABLE_NAME`'($1)')
119 C ebp [PIC] table
127 movb TABLE(%ebx), %bl
130 movb TABLE(%edx), %dl
  /src/external/bsd/kyua-cli/dist/store/
migrate_v1_v2.sql 35 -- * Changed the primary key of the metadata table to be the
40 -- * Introduced the metadatas table, which holds the metadata of all test
45 -- tables, referencing the new metadatas table.
56 -- columns of the test_programs table.
63 -- Change primary key of the metadata table.
67 CREATE TABLE new_metadata (
75 DROP TABLE metadata;
76 ALTER TABLE new_metadata RENAME TO metadata;
84 CREATE TABLE metadatas (
93 -- Upgrade the test_programs table by adding missing column affinities an
    [all...]
  /src/external/gpl3/binutils/dist/zlib/
inflate.h 37 TABLE, /* i: waiting for dynamic block table lengths */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
107 /* for table and code decoding */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
114 /* dynamic table building */
121 unsigned short work[288]; /* work area for code table building */
  /src/external/gpl3/binutils.old/dist/zlib/
inflate.h 37 TABLE, /* i: waiting for dynamic block table lengths */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
107 /* for table and code decoding */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
114 /* dynamic table building */
121 unsigned short work[288]; /* work area for code table building */
  /src/external/gpl3/gcc/dist/gcc/config/vax/
elf.h 72 /* The VAX wants no space between the case instruction and the jump table. */
74 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE)
  /src/external/gpl3/gcc.old/dist/gcc/config/vax/
elf.h 72 /* The VAX wants no space between the case instruction and the jump table. */
74 #define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE)
  /src/external/gpl3/gdb/dist/zlib/
inflate.h 37 TABLE, /* i: waiting for dynamic block table lengths */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
107 /* for table and code decoding */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
114 /* dynamic table building */
121 unsigned short work[288]; /* work area for code table building */
  /src/external/gpl3/gdb.old/dist/zlib/
inflate.h 37 TABLE, /* i: waiting for dynamic block table lengths */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
107 /* for table and code decoding */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
114 /* dynamic table building */
121 unsigned short work[288]; /* work area for code table building */
  /src/common/dist/zlib/
inflate.h 37 TABLE, /* i: waiting for dynamic block table lengths */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
70 TABLE -> LENLENS -> CODELENS -> LEN_
107 /* for table and code decoding */
110 code const FAR *lencode; /* starting table for length/literal codes */
111 code const FAR *distcode; /* starting table for distance codes */
114 /* dynamic table building */
121 unsigned short work[288]; /* work area for code table building */

Completed in 38 milliseconds

1 2 3 4 5