Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/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 Dselect.c720 char *zName = pEList->a[i].zName; in generateColumnNames() local
742 char *zName = 0; in generateColumnNames() local
756 char zName[30]; in generateColumnNames() local
981 char *zName = pTab->aCol[j].zName; in fillInColumnList() local
1128 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 Dtokenize.c31 char *zName; /* The keyword name */ 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 Dfunc.c565 char *zName; in sqliteRegisterBuiltinFunctions() member
605 char *zName; in sqliteRegisterBuiltinFunctions() member
H A Dpragma.c116 const char *zName; /* Name of the pragma */ in flagPragma() member
H A Ddate.c860 char *zName; in sqliteRegisterDateTimeFunctions() member
H A Dexpr.c1632 const char *zName, /* Name of the function. Not null-terminated */ in sqliteFindFunction()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c9271 char *zName; /* Name of this database */ member
9595 char *zName; /* SQL name of the function. */ member
9656 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
9659 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
9662 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
9664 #define AGGREGATE(zName, nArg, arg, nc, xStep, xFinal) \ argument
9706 char *zName; /* Name of this column */ member
9882 char *zName; /* Name of the table or view */ member
10084 char *zName; /* Name of this index */ member
10406 char *zName; /* Name of the identifier */ member
[all …]
H A Dsqlite3.h931 const char *zName; /* Name of this virtual file system */ member

Completed in 435 milliseconds