Home
last modified time | relevance | path

Searched defs:zName (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbuild.c105 Table *sqliteFindTable(sqlite *db, const char *zName, const char *zDatabase){ in sqliteFindTable()
128 Table *sqliteLocateTable(Parse *pParse, const char *zName, const char *zDbase){ in sqliteLocateTable()
157 Index *sqliteFindIndex(sqlite *db, const char *zName, const char *zDb){ in sqliteFindIndex()
390 char *zName = sqliteStrNDup(pName->z, pName->n); in sqliteTableNameFromToken() local
432 char *zName; in sqliteStartTable() local
1159 char *zName; in sqliteTableFromToken() local
1483 char *zName = 0; in sqliteCreateIndex() local
1987 int sqliteIdListIndex(IdList *pList, const char *zName){ in sqliteIdListIndex()
H A Dtrigger.c54 char *zName = 0; /* Name of the trigger */ in sqliteBeginTrigger() local
392 const char *zName; in sqliteDropTrigger() local
480 const char *zName = pTrigger->name; in sqliteDropTriggerPtr() local
H A Dtest2.c29 char *zName; in errorName() local
272 static char *zName[] = { in pager_stats() local
530 char *zName; in Sqlitetest2_Init() member
H A Dselect.c719 char *zName = pEList->a[i].zName; in generateColumnNames() local
741 char *zName = 0; in generateColumnNames() local
755 char zName[30]; in generateColumnNames() local
980 char *zName = pTab->aCol[j].zName; in fillInColumnList() local
1127 char *zName, *zLabel; in matchOrderbyToColumn() local
H A Dmain.c995 const char *zName, /* Name of the function to add */ in sqlite_create_function()
1016 const char *zName, /* Name of the function to add */ in sqlite_create_aggregate()
1042 int sqlite_function_type(sqlite *db, const char *zName, int dataType){ in sqlite_function_type()
H A Dattach.c29 char *zFile, *zName; in sqliteAttach() local
H A Dtest4.c355 const char *zName; in tcl_thread_result() local
609 char *zName; in Sqlitetest4_Init() member
H A Dtokenize.c31 char *zName; /* The keyword name */ member
H A Dtest3.c29 char *zName; in errorName() local
431 static char *zName[] = { in btree_pager_stats() local
950 char *zName; in Sqlitetest3_Init() member
H A DsqliteInt.h261 char *zName; /* Name of this database */ member
443 char *zName; /* Name of this column */ member
497 char *zName; /* Name of the table */ member
620 char *zName; /* Name of this index */ member
726 char *zName; /* Token associated with this expression */ member
752 char *zName; /* Name of the identifier */ member
773 char *zName; /* Name of the table */ member
H A Dpragma.c116 const char *zName; /* Name of the pragma */ in flagPragma() member
H A Dfunc.c668 char *zName; in sqliteRegisterBuiltinFunctions() member
710 char *zName; in sqliteRegisterBuiltinFunctions() member
H A Ddate.c854 char *zName; in sqliteRegisterDateTimeFunctions() member
H A Dexpr.c1635 const char *zName, /* Name of the function. Not null-terminated */ in sqliteFindFunction()
H A Dtclsqlite.c847 char *zName; in DbObjCmd() local
H A Dtest1.c980 char *zName; in Sqlitetest1_Init() member
/illumos-gate/usr/src/cmd/sqlite/
H A Dshell.c420 static void set_table_name(struct callback_data *p, const char *zName){ in set_table_name()