Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.h1348 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1350 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
5523 const char *zName,
5530 const char *zName,
5538 const void *zName,
6580 const char *zName, /* Name of the module */
6586 const char *zName, /* Name of the module */
9047 char const *zName, /* Table name */
11719 const char *zName,
11728 const char *zName,
[all …]
H A Dsqlite3.c102553 zName, zName, zName,
106016 if( zName==0 ) zName = "";
106237 if( zName==0 ) zName = "";
107816 pTable->zName = zName;
117871 if( zName==0 ) zName = pTab->zName;
126625 pCol->zName = zName;
131688 pTrigger->zName = zName;
131737 zName = pTrig->zName;
132015 zName = pName->a[0].zName;
164077 p->zDb, p->zName, zName
[all …]
H A Dsqlite3ext.h41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);

Completed in 486 milliseconds