Searched +refs:cl +refs:hash +refs:table +refs:count (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbaan.vim45 syn keyword baanType domain double long string table boolean common
970 " Main table section
971 syn match baan4glh "main\.table\.io:"
1123 syn keyword baanBshell lookupkey.hash
1157 syn keyword baanBshell table.round
1185 syn keyword baanBshell cl.screen
1542 syn keyword baanBshell get.db.count
1603 syn keyword baanBshell db.create.table
1604 syn keyword baanBshell db.clear.table
1605 syn keyword baanBshell db.drop.table
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c100 ** limits the size of a row in a table or index.
103 ** to count the size: 2^31-1 or 2147483647.
112 ** * Columns in a table
122 ** not have more than a dozen or so columns in any table. And if
184 ** table and for temporary tables. The SQLITE_DEFAULT_CACHE_SIZE
321 ** construct a histogram of the table content when running ANALYZE
657 ** hash of the entire source tree.
941 #define SQLITE_LOCKED 6 /* A table in the database is locked */
1308 ** integers where the first integer i the new retry count and the second
2129 ** ^Each entry in an SQLite table ha
7360 unsigned int count; /* Number of entries in this table */ member in struct:Hash
7363 int count; /* Number of entries with this hash */ member in struct:Hash::_ht
10960 char *table; /* The table or view to which the trigger applies */ member in struct:Trigger
15667 u32 size, hash; local
15701 u32 size, hash; local
15879 int hash = nBlock % N_HASH; local
21943 int count; /* Number of elements left to test */ local
38681 u32 hash = 0; local
64061 } cl; member in union:vdbeExecUnion
83809 int count = (pParse->nested==0); /* True to count changes */ local
83879 sqlite3GenerateRowDelete( Parse *pParse, Table *pTab, int iCur, int iRowid, int count, Trigger *pTrigger, int onconf ) argument
113958 int count; /* Number of entries in this table */ member in struct:Fts3Hash
113962 int count; /* Number of entries with this hash */ member in struct:Fts3Hash::_fts3ht
120730 int count; /* Number of elements left to test */ local
[all...]

Completed in 417 milliseconds