Home
last modified time | relevance | path

Searched refs:zName (Results 1 - 4 of 4) sorted by relevance

/third_party/sqlite/include/
H A Dsqlite3.h1331 ** The zName field holds the name of the VFS module. The name must
1469 const char *zName; /* Name of this virtual file system */ member
1471 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*,
1473 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1474 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1475 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1493 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1494 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1495 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
4654 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
[all...]
H A Dsqlite3ext.h41 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
/third_party/sqlite/src/
H A Dsqlite3.c1641 ** The zName field holds the name of the VFS module. The name must
1779 const char *zName; /* Name of this virtual file system */ member
1781 int (*xOpen)(sqlite3_vfs*, sqlite3_filename zName, sqlite3_file*,
1783 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1784 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1785 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1803 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1804 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1805 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
4960 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
17316 const char *zName; /* SQL name of the function. */ global() member
17520 char *zName; /* Savepoint name (nul-terminated) */ global() member
17542 const char *zName; /* Name passed to create_module() */ global() member
17632 char *zName; /* Name of the collating sequence, UTF-8 encoded */ global() member
17752 char *zName; /* Name of the table or view */ global() member
18086 char *zName; /* Name of this index */ global() member
18555 char *zName; /* Name of the identifier */ global() member
18593 char *zName; /* Name of the table */ global() member
19310 char *zName; /* The name of the trigger */ global() member
19635 char *zName; /* Name of this CTE */ global() member
19717 char *zName; /* Name of window (may be NULL) */ global() member
22806 char *zName; /* Name of table or index */ global() member
24129 char zName[7]; /* Name of the transformation */ global() member
32208 char *zName = pList->a[i].zEName; sqlite3TreeViewBareExprList() local
32269 char *zName = pList->a[i].zName; sqlite3TreeViewBareIdList() local
35249 sqlite3VListAdd( sqlite3 *db, VList *pIn, const char *zName, int nName, int iVal ) sqlite3VListAdd() argument
35303 sqlite3VListNameToNum(VList *pIn, const char *zName, int nName) sqlite3VListNameToNum() argument
36603 kvvfsOpen( sqlite3_vfs *pProtoVfs, const char *zName, sqlite3_file *pProtoFile, int flags, int *pOutFlags ) kvvfsOpen() argument
37200 const char *zName; /* Name of the system call */ global() member
37387 unixSetSystemCall( sqlite3_vfs *pNotUsed, const char *zName, sqlite3_syscall_ptr pNewFunc ) unixSetSystemCall() argument
37449 unixNextSystemCall(sqlite3_vfs *p, const char *zName) unixNextSystemCall() argument
43024 const char *zName = zPath; unixOpen() local
45579 const char *zName; /* Name of the system call */ global() member
46239 winSetSystemCall( sqlite3_vfs *pNotUsed, const char *zName, sqlite3_syscall_ptr pNewFunc ) winSetSystemCall() argument
46301 winNextSystemCall(sqlite3_vfs *p, const char *zName) winNextSystemCall() argument
47326 LPWSTR zName; winceCreateLock() local
50086 winOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) global() argument
51813 memdbOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pFd, int flags, int *pOutFlags ) global() argument
60615 sqlite3_database_file_object(const char *zName) global() argument
64277 static char zName[15]; global() local
64278 sqlite3_snprintf(sizeof(zName), zName, "READ-LOCK[%d]", global() local
85267 sqlite3VdbeSetColName( Vdbe *p, int idx, int var, const char *zName, void (*xDel)(void*) ) global() argument
89610 sqlite3VdbeParameterIndex(Vdbe *p, const char *zName, int nName) global() argument
89614 sqlite3_bind_parameter_index(sqlite3_stmt *pStmt, const char *zName) global() argument
93982 char *zName; /* Name of savepoint */ global() local
102588 const char *zName; /* tables_used.name */ global() member
103325 sqlite3JournalOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pJfd, int flags, int nSpill ) global() argument
112458 char *zName = 0; /* NULL-terminated version of pName */ global() local
113415 const char *zName = pEList->a[i].zEName; global() local
113440 const char *zName = pIdList->a[i].zName; global() local
114780 const char *zName; global() member
116289 findIndexOrPrimaryKey( sqlite3 *db, const char *zName, const char *zDb ) global() argument
116598 sqlite3DbIsNamed(sqlite3 *db, int iDb, const char *zName) global() argument
116628 const char *zName; global() local
116853 const char *zName = (const char *)sqlite3_value_text(argv[0]); global() local
116870 sqlite3_snprintf(sizeof(zErr),zErr, "no such database: %s", zName); global() local
116874 sqlite3_snprintf(sizeof(zErr),zErr, "cannot detach database %s", zName); global() local
116880 sqlite3_snprintf(sizeof(zErr),zErr, "database %s is locked", zName); global() local
117812 sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase) global() argument
117890 sqlite3LocateTable( Parse *pParse, u32 flags, const char *zName, const char *zDbase ) global() argument
117973 sqlite3PreferredTableName(const char *zName) global() argument
117997 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) global() argument
118294 char *zName = pIndex->zName; global() local
118386 char *zName; global() local
118415 sqlite3FindDbName(sqlite3 *db, const char *zName) global() argument
118437 char *zName; /* Name we are searching for */ global() local
118515 sqlite3CheckObjectName( Parse *pParse, const char *zName, const char *zType, const char *zTblName ) global() argument
118694 char *zName = 0; /* The name of the new table */ global() local
119968 sqlite3IsShadowTableOf(sqlite3 *db, Table *pTab, const char *zName) global() argument
120027 sqlite3ShadowTableName(sqlite3 *db, const char *zName) global() argument
121388 char *zName = 0; /* Name of the index */ global() local
122184 sqlite3IdListIndex(IdList *pList, const char *zName) global() argument
122643 char *zName = sqlite3NameFromToken(pParse->db, pName); global() local
123103 char *zName; global() local
123178 callCollNeeded(sqlite3 *db, int enc, const char *zName) global() argument
123236 const char *zName = pColl->zName; global() local
123262 findCollSeqEntry( sqlite3 *db, const char *zName, int create ) global() argument
123314 sqlite3FindCollSeq( sqlite3 *db, u8 enc, const char *zName, int create ) global() argument
123410 sqlite3LocateCollSeq(Parse *pParse, const char *zName) global() argument
123513 const char *zName = aDef[i].zName; global() local
123551 sqlite3FindFunction( sqlite3 *db, const char *zName, int nArg, u8 enc, u8 createFlag ) global() argument
123924 const char *zName = pTab->aCol[pPk->aiColumn[0]].zCnName; global() local
130465 char *zName = pCheck->a[i].zEName; global() local
133701 const char *const zName; /* Name of pragma */ global() member
134480 const char *zName; global() local
134521 pragmaLocate(const char *zName) global() argument
136331 char *zName; global() member
137128 sqlite3PragmaVtabRegister(sqlite3 *db, const char *zName) global() argument
138723 char *zName; /* Name of column in the right table */ global() local
138756 char *zName; /* Name of the term in the USING clause */ global() local
140362 char *zName = pEList->a[i].zEName; global() local
140377 char *zName = 0; global() local
140425 char *zName; /* Column name */ global() local
143629 const char *zName = pItem->zName; global() local
143933 inAnyUsingClause( const char *zName, SrcItem *pBase, int N ) global() argument
144208 char *zName = pTab->aCol[j].zCnName; global() local
146479 char *zName = 0; /* Name of the trigger */ global() local
146678 char *zName; /* Name of trigger */ global() local
146982 const char *zName; global() local
147066 sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName) global() argument
147220 char *zName = sqlite3DbStrDup(db, pStep->zTarget); global() local
149975 sqlite3VtabCreateModule( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) global() argument
150023 createModule( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) global() argument
150044 sqlite3_create_module( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux ) global() argument
150059 sqlite3_create_module_v2( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) global() argument
150450 const char *zName = pTab->zName; global() local
158702 const char *zName; global() local
161262 static char zName[65]; global() local
163757 windowFind(Parse *pParse, Window *pList, const char *zName) global() argument
172307 sqlite3_keyword_check(const char *zName, int nName) global() argument
174907 const char *zName = 0; global() local
175513 const char *zName = (const char*)sqlite3_user_data(context); global() local
175534 sqlite3_overload_function( sqlite3 *db, const char *zName, int nArg ) global() argument
176125 createCollation( sqlite3* db, const char *zName, u8 enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*), void(*xDel)(void*) ) global() argument
177049 sqlite3_create_collation( sqlite3* db, const char *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) global() argument
177062 sqlite3_create_collation_v2( sqlite3* db, const char *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*), void(*xDel)(void*) ) global() argument
177087 sqlite3_create_collation16( sqlite3* db, const void *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) global() argument
177964 databaseName(const char *zName) global() argument
179514 const char *zName; /* virtual table name */ global() member
183474 fts3FindFunctionMethod( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) global() argument
183482 const char *zName; global() member
183613 fts3ShadowName(const char *zName) global() argument
188737 const unsigned char *zName; global() local
188939 const char *zName; global() local
189019 registerTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module *p ) global() argument
189042 queryTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module **pp ) global() argument
189503 fts3tokQueryTokenizer( Fts3Hash *pHash, const char *zName, const sqlite3_tokenizer_module **pp, char **pzErr ) global() argument
200931 const char *zName; global() member
201109 char *zName; /* Name of r-tree table */ global() member
204415 rtreeShadowName(const char *zName) global() argument
207067 geopolyFindFunction( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) global() argument
207121 const char *zName; global() member
207139 const char *zName; global() member
207406 icuFunctionError( sqlite3_context *pCtx, const char *zName, UErrorCode e ) global() argument
207819 const char *zName; /* SQL Collation sequence name (eg. "japanese") */ global() local
207854 const char *zName; /* Function name */ global() member
210169 const char *zName = (const char*)sqlite3_column_name(pStmt, i); global() local
210202 const char *zName = (const char*)sqlite3_column_text(pStmt, 1); global() local
211462 rbuOpenDbhandle( sqlite3rbu *p, const char *zName, int bUseVfs ) global() argument
212136 assertColumnName(sqlite3_stmt *pStmt, int iCol, const char *zName) global() argument
213833 rbuVfsOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pFile, int flags, int *pOutFlags ) global() argument
214075 sqlite3rbu_destroy_vfs(const char *zName) global() argument
214089 sqlite3rbu_create_vfs(const char *zName, const char *zParent) global() argument
214314 char *zName; /* Value of 'name' column */ global() member
214927 const char *zName = 0; /* Only provide analysis of this table */ global() local
215637 char *zName; /* Local name of table */ global() member
216598 const unsigned char *zName = sqlite3_column_text(pStmt, 1); global() local
216964 sessionFindTable( sqlite3_session *pSession, const char *zName, SessionTable **ppTab ) global() argument
217004 xPreUpdate( void *pCtx, sqlite3 *db, int op, char const *zDb, char const *zName, sqlite3_int64 iKey1, sqlite3_int64 iKey2 ) global() argument
218088 const char *zName = pTab->zName; global() local
222113 char *zName; /* Name of FTS index */ global() member
225606 const char *zName; global() member
236936 char *zName; /* Name of tokenizer */ global() member
237912 fts5FindAuxiliary(Fts5FullTable *pTab, const char *zName) global() argument
239352 fts5FindFunctionMethod( sqlite3_vtab *pVtab, int nUnused, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) global() argument
239428 fts5CreateAux( fts5_api *pApi, const char *zName, void *pUserData, fts5_extension_function xFunc, void(*xDestroy)(void*) ) global() argument
239467 fts5CreateTokenizer( fts5_api *pApi, const char *zName, void *pUserData, fts5_tokenizer *pTokenizer, void(*xDestroy)(void*) ) global() argument
239523 fts5FindTokenizer( fts5_api *pApi, const char *zName, void **ppUserData, fts5_tokenizer *pTokenizer ) global() argument
239631 fts5ShadowName(const char *zName) global() argument
239978 sqlite3Fts5StorageRename(Fts5Storage *pStorage, const char *zName) global() argument
242317 const char *zName; global() member
[all...]
H A Dshell.c888 ** Attempt to determine if identifier zName needs to be quoted, either
895 static char quoteChar(const char *zName){ in quoteChar() argument
897 if( !isalpha((unsigned char)zName[0]) && zName[0]!='_' ) return '"'; in quoteChar()
898 for(i=0; zName[i]; i++){ in quoteChar()
899 if( !isalnum((unsigned char)zName[i]) && zName[i]!='_' ) return '"'; in quoteChar()
901 return sqlite3_keyword_check(zName, i) ? '"' : 0; in quoteChar()
906 ** of the view, virtual table, or table valued function zSchema.zName.
911 const char *zName /* Th in shellFakeSchema()
963 const char *zName; shellModuleSchema() local
1010 const char *zName = (const char*)sqlite3_value_text(apVal[2]); shellAddSchemaName() local
4767 readFileContents(sqlite3_context *ctx, const char *zName) readFileContents() argument
4814 const char *zName; readfileFunc() local
6673 apndOpen( sqlite3_vfs *pApndVfs, const char *zName, sqlite3_file *pFile, int flags, int *pOutFlags ) apndOpen() argument
6790 apndSetSystemCall( sqlite3_vfs *pVfs, const char *zName, sqlite3_syscall_ptr pCall ) apndSetSystemCall() argument
6803 apndNextSystemCall(sqlite3_vfs *pVfs, const char *zName) apndNextSystemCall() argument
8737 zipfileFindFunction( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) zipfileFindFunction() argument
8812 char *zName = 0; /* Path (name) of new entry */ zipfileStep() local
9449 char *zName; global() member
9455 char *zName; /* Table name */ global() member
10346 char *zName = 0; /* Index name */ idxCreateFromCons() local
10772 const char *zName = (const char*)sqlite3_column_text(pSchema, 1); idxCreateVtabSchema() local
10980 const char *zName = (const char*)sqlite3_column_text(pIndexXInfo, 0); idxPopulateOneStat1() local
13577 const char *zName; recoverOpenOutput() member
13646 recoverAddTable( sqlite3_recover *p, const char *zName, i64 iRoot ) recoverAddTable() argument
13784 const char *zName = (const char*)sqlite3_column_text(pSelect, 3); recoverWriteSchema1() local
15484 char *zName; /* Symbolic name for this session */ global() member
17016 set_table_name(ShellState *p, const char *zName) set_table_name() argument
19102 readFile(const char *zName, int *pnByte) readFile() argument
19181 deduceDatabaseType(const char *zName, int dfltZip) deduceDatabaseType() argument
19344 const char *zName = (const char*)sqlite3_value_text(argv[0]); shellIdQuote() local
20163 const unsigned char *zName; tryToCloneSchema() local
20330 static const struct { const char *zName; int ofst; } aField[] = { shell_dbinfo_command() member
20344 static const struct { const char *zName; const char *zSql; } aQuery[] = { shell_dbinfo_command() member
22323 const char *zName; do_meta_command() member
23946 const char *zName = 0; do_meta_command() local
24261 char *zName; do_meta_command() local
[all...]

Completed in 142 milliseconds