Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h963 const char *zName; /* Name of this virtual file system */ member
965 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
967 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
988 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
989 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
4162 const char *zName,
4169 const char *zName,
4177 const void *zName,
4793 int (*xFindFunction)(sqlite3_vtab *pVtab, int nArg, const char *zName,
4925 const char *zName, /* Name of the module */
[all …]
H A Dsqlite3.c77312 zDb, SCHEMA_TABLE(iDb), zName, zName, zName,
78411 if( zName==0 ) zName = "";
78589 if( zName==0 ) zName = "";
79223 p->zName = zName;
79969 pTable->zName = zName;
93656 pCol->zName = zName;
97377 pTrigger->zName = zName;
97419 zName = pTrig->zName;
117301 p->zDb, p->zName, zName
117317 p->zDb, p->zName, zName
[all …]
H A Dsqlite3ext.h43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h1373 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1375 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
5890 const char *zName,
5897 const char *zName,
5905 const void *zName,
6947 const char *zName, /* Name of the module */
6953 const char *zName, /* Name of the module */
9462 char const *zName, /* Table name */
12134 const char *zName,
12143 const char *zName,
[all …]
H A Dshell.c865 if( !isalpha((unsigned char)zName[0]) && zName[0]!='_' ) return '"'; in quoteChar()
991 if( zName in shellAddSchemaName()
6366 if( zName==0 ){ in zipfileStep()
6427 zName = zFree = sqlite3_mprintf("%s/", zName); in zipfileStep()
6948 char *zName; member
12767 if( zName ){ in shellIdQuote()
15197 , zName, zName in recoverNewTable()
15221 zName in recoverNewTable()
15662 zName, zName, zSql in recoverDatabaseCmd()
17662 if( strcmp(p->aSession[i].zName,zName)==0 ){ in do_meta_command()
[all …]
H A Dsqlite3.c56625 while( zName[-1]!=0 || zName[-2]!=0 || zName[-3]!=0 || zName[-4]!=0 ){
105696 zName, zName, zName,
109247 if( zName==0 ) zName = "";
111153 pTable->zName = zName;
121837 if( zName==0 ) zName = pTab->zName;
130861 pCol->zName = zName;
136091 pTrigger->zName = zName;
136140 zName = pTrig->zName;
164383 while( zName[-1]!=0 || zName[-2]!=0 || zName[-3]!=0 || zName[-4]!=0 ){
169934 p->zDb, p->zName, zName
[all …]
H A Dsqlite3ext.h41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c478 int nName = strlen30(zName); in findSqlFunc()
480 pNew->zName = (char*)&pNew[1]; in findSqlFunc()
481 memcpy(pNew->zName, zName, nName+1); in findSqlFunc()
483 if( sqlite3_stricmp(p->zName, pNew->zName)==0 ){ in findSqlFunc()
886 const char *zName in tclCollateNeeded() argument
2236 char *zName; in DbObjCmd() local
2243 zName = Tcl_GetStringFromObj(objv[2], 0); in DbObjCmd()
2346 const char *zName; in DbObjCmd() member
2835 char *zName; in DbObjCmd() local
2891 zName = Tcl_GetStringFromObj(objv[2], 0); in DbObjCmd()
[all …]