Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dbuild.c108 Table *sqliteFindTable(sqlite *db, const char *zName, const char *zDatabase){ in sqliteFindTable()
131 Table *sqliteLocateTable(Parse *pParse, const char *zName, const char *zDbase){ in sqliteLocateTable()
160 Index *sqliteFindIndex(sqlite *db, const char *zName, const char *zDb){ in sqliteFindIndex()
393 char *zName = sqliteStrNDup(pName->z, pName->n); in sqliteTableNameFromToken() local
435 char *zName; in sqliteStartTable() local
1162 char *zName; in sqliteTableFromToken() local
1486 char *zName = 0; in sqliteCreateIndex() local
1990 int sqliteIdListIndex(IdList *pList, const char *zName){ in sqliteIdListIndex()
H A Dtrigger.c57 char *zName = 0; /* Name of the trigger */ in sqliteBeginTrigger() local
395 const char *zName; in sqliteDropTrigger() local
483 const char *zName = pTrigger->name; in sqliteDropTriggerPtr() local
H A Dtest2.c32 char *zName; in errorName() local
275 static char *zName[] = { in pager_stats() local
533 char *zName; in Sqlitetest2_Init() member
H A Dselect.c723 char *zName = pEList->a[i].zName; in generateColumnNames() local
745 char *zName = 0; in generateColumnNames() local
759 char zName[30]; in generateColumnNames() local
984 char *zName = pTab->aCol[j].zName; in fillInColumnList() local
1131 char *zName, *zLabel; in matchOrderbyToColumn() local
H A Dmain.c998 const char *zName, /* Name of the function to add */ in sqlite_create_function()
1019 const char *zName, /* Name of the function to add */ in sqlite_create_aggregate()
1045 int sqlite_function_type(sqlite *db, const char *zName, int dataType){ in sqlite_function_type()
H A Dattach.c32 char *zFile, *zName; in sqliteAttach() local
H A Dtokenize.c34 char *zName; /* The keyword name */ member
H A Dtest4.c358 const char *zName; in tcl_thread_result() local
612 char *zName; in Sqlitetest4_Init() member
H A Dtest3.c32 char *zName; in errorName() local
434 static char *zName[] = { in btree_pager_stats() local
953 char *zName; in Sqlitetest3_Init() member
H A DsqliteInt.h264 char *zName; /* Name of this database */ member
446 char *zName; /* Name of this column */ member
500 char *zName; /* Name of the table */ member
623 char *zName; /* Name of this index */ member
729 char *zName; /* Token associated with this expression */ member
755 char *zName; /* Name of the identifier */ member
776 char *zName; /* Name of the table */ member
H A Dpragma.c119 const char *zName; /* Name of the pragma */ in flagPragma() member
H A Dfunc.c671 char *zName; in sqliteRegisterBuiltinFunctions() member
713 char *zName; in sqliteRegisterBuiltinFunctions() member
H A Ddate.c857 char *zName; in sqliteRegisterDateTimeFunctions() member
H A Dexpr.c1635 const char *zName, /* Name of the function. Not null-terminated */ in sqliteFindFunction()
H A Dtclsqlite.c850 char *zName; in DbObjCmd() local
H A Dtest1.c983 char *zName; in Sqlitetest1_Init() member
/titanic_41/usr/src/cmd/sqlite/
H A Dshell.c422 static void set_table_name(struct callback_data *p, const char *zName){ in set_table_name()