OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zTab
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.h
11669
** If argument
zTab
is not NULL, then it is the name of a table to attach
11674
** Or, if argument
zTab
is NULL, then changes are recorded for all tables
11725
const char *
zTab
/* Table name */
11742
const char *
zTab
/* Table name */
12773
const char *
zTab
/* Table name */
12788
const char *
zTab
/* Table name */
13209
const char *
zTab
/* Table name */
13224
const char *
zTab
/* Table name */
13427
const char *
zTab
,
shell.c
15412
** Attempt to allocate an IdxTable structure corresponding to table
zTab
15423
const char *
zTab
, /* Table name */
15437
if(
zTab
==0 ) return SQLITE_ERROR;
15438
nTab = STRLEN(
zTab
);
15440
rc = idxPrintfPrepareStmt(db, &p1, pzErrmsg, "PRAGMA table_xinfo=%Q",
zTab
);
15450
db, "main",
zTab
, zCol, 0, &zColSeq, 0, 0, 0
15483
db, "main",
zTab
, zCol, 0, &zColSeq, 0, 0, 0
15502
if( ALWAYS(pNew->zName!=0) ) memcpy(pNew->zName,
zTab
, nTab+1);
16031
const char *
zTab
= pTab->zName;
16041
rc = idxPrintfPrepareStmt(p->db, &pSelect, pzErr, zSql,
zTab
, zTab)
[
all
...]
sqlite3.c
11990
** If argument
zTab
is not NULL, then it is the name of a table to attach
11995
** Or, if argument
zTab
is NULL, then changes are recorded for all tables
12046
const char *
zTab
/* Table name */
12063
const char *
zTab
/* Table name */
13094
const char *
zTab
/* Table name */
13109
const char *
zTab
/* Table name */
13530
const char *
zTab
/* Table name */
13545
const char *
zTab
/* Table name */
13748
const char *
zTab
,
[
all
...]
Completed in 171 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026