Home
last modified time | relevance | path

Searched refs:zName (Results 1 – 3 of 3) sorted by relevance

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.h1224 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1226 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
4985 const char *zName,
4992 const char *zName,
5000 const void *zName,
5988 const char *zName, /* Name of the module */
5994 const char *zName, /* Name of the module */
8196 char const *zName, /* Table name */
10308 const char *zName,
10317 const char *zName,
[all …]
H A Dsqlite3.c94378 zDb, SCHEMA_TABLE(iDb), zName, zName, zName,
96629 if( zName==0 ) zName = "";
96822 if( zName==0 ) zName = "";
97474 p->zName = zName;
98328 pTable->zName = zName;
107817 if( zName==0 ) zName = pTab->zName;
115196 pCol->zName = zName;
119650 pTrigger->zName = zName;
119692 zName = pTrig->zName;
145532 p->zDb, p->zName, zName
[all …]
H A Dsqlite3ext.h41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);

Completed in 542 milliseconds