Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.h1174 const char *zName; /* Name of this virtual file system */ member
1176 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1178 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1199 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1200 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
4715 const char *zName,
4722 const char *zName,
4730 const void *zName,
5510 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
5657 const char *zName, /* Name of the module */
[all …]
H A Dsqlite3.c87764 zDb, SCHEMA_TABLE(iDb), zName, zName, zName,
90036 if( zName==0 ) zName = "";
90228 if( zName==0 ) zName = "";
90890 p->zName = zName;
91751 pTable->zName = zName;
100873 if( zName==0 ) zName = pTab->zName;
108122 pCol->zName = zName;
112518 pTrigger->zName = zName;
112560 zName = pTrig->zName;
136731 p->zDb, p->zName, zName
[all …]
H A Dsqlite3ext.h43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);

Completed in 377 milliseconds