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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h702 ** The zName field holds the name of the VFS module. The name must
793 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
795 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
797 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
798 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags);
800 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2732 int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4212 const char *zName,
4219 const char *zName,
4227 const char *zName,
[all...]
H A DsqliteInt.h458 char *zName; /* Name of this database */ member in struct:Db
700 char zName[1]; /* SQL name of the function. MUST BE LAST */ member in struct:FuncDef
710 const char *zName; /* Name passed to create_module() */ member in struct:Module
727 char *zName; /* Name of this column */ member in struct:Column
761 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member in struct:CollSeq
823 ** Table.zName is the name of the table. The case of the original
850 char *zName; /* Name of the table */ member in struct:Table
1023 char *zName; /* Name of this index */ member in struct:Index
1195 ** also be used as the argument to a function, in which case the a.zName
1204 char *zName; /* Toke member in struct:ExprList::ExprList_item
1228 char *zName; /* Name of the identifier */ member in struct:IdList::IdList_item
1265 char *zName; /* Name of the table */ member in struct:SrcList::SrcList_item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h702 ** The zName field holds the name of the VFS module. The name must
793 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
795 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
797 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
798 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags);
800 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2732 int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4212 const char *zName,
4219 const char *zName,
4227 const char *zName,
[all...]
H A DsqliteInt.h458 char *zName; /* Name of this database */ member in struct:Db
700 char zName[1]; /* SQL name of the function. MUST BE LAST */ member in struct:FuncDef
710 const char *zName; /* Name passed to create_module() */ member in struct:Module
727 char *zName; /* Name of this column */ member in struct:Column
761 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member in struct:CollSeq
823 ** Table.zName is the name of the table. The case of the original
850 char *zName; /* Name of the table */ member in struct:Table
1023 char *zName; /* Name of this index */ member in struct:Index
1195 ** also be used as the argument to a function, in which case the a.zName
1204 char *zName; /* Toke member in struct:ExprList::ExprList_item
1228 char *zName; /* Name of the identifier */ member in struct:IdList::IdList_item
1265 char *zName; /* Name of the table */ member in struct:SrcList::SrcList_item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h702 ** The zName field holds the name of the VFS module. The name must
793 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
795 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
797 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
798 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags);
800 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2732 int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4212 const char *zName,
4219 const char *zName,
4227 const char *zName,
[all...]
H A DsqliteInt.h458 char *zName; /* Name of this database */ member in struct:Db
700 char zName[1]; /* SQL name of the function. MUST BE LAST */ member in struct:FuncDef
710 const char *zName; /* Name passed to create_module() */ member in struct:Module
727 char *zName; /* Name of this column */ member in struct:Column
761 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member in struct:CollSeq
823 ** Table.zName is the name of the table. The case of the original
850 char *zName; /* Name of the table */ member in struct:Table
1023 char *zName; /* Name of this index */ member in struct:Index
1195 ** also be used as the argument to a function, in which case the a.zName
1204 char *zName; /* Toke member in struct:ExprList::ExprList_item
1228 char *zName; /* Name of the identifier */ member in struct:IdList::IdList_item
1265 char *zName; /* Name of the table */ member in struct:SrcList::SrcList_item
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3.h757 ** The zName field holds the name of the VFS module. The name must
868 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
870 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
872 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
873 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
874 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2807 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
3751 const char *zName,
3758 const char *zName,
3766 const void *zName,
[all...]
H A Dsqlite3.c1294 ** The zName field holds the name of the VFS module. The name must
1405 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
1407 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1409 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1410 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1411 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
3344 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4288 const char *zName,
4295 const char *zName,
4303 const void *zName,
8496 char *zName; /* Name of this database */ member in struct:Db
8798 char *zName; /* SQL name of the function. */ member in struct:FuncDef
8857 char *zName; /* Savepoint name (nul-terminated) */ member in struct:Savepoint
8878 const char *zName; /* Name passed to create_module() */ member in struct:Module
8888 char *zName; /* Name of this column */ member in struct:Column
8923 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member in struct:CollSeq
9062 char *zName; /* Name of the table or view */ member in struct:Table
9263 char *zName; /* Name of this index */ member in struct:Index
9547 char *zName; /* Token associated with this expression */ member in struct:ExprList::ExprList_item
9584 char *zName; /* Name of the identifier */ member in struct:IdList::IdList_item
9629 char *zName; /* Name of the table */ member in struct:SrcList::SrcList_item
10071 char *zName; /* The name of the trigger */ member in struct:Trigger
22037 os2Open( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
27120 const char *zName = zPath; local
29490 WCHAR *zName = utf8ToUnicode(zFilename); local
31140 winOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
41539 static char zName[15]; local
41540 sqlite3_snprintf(sizeof(zName), zName, "READ-LOCK[%d]", local
56000 sqlite3VdbeSetColName( Vdbe *p, int idx, int var, const char *zName, void (*xDel)(void*) ) argument
58072 const char *zName = context->pFunc->zName; local
58733 sqlite3VdbeParameterIndex(Vdbe *p, const char *zName, int nName) argument
58749 sqlite3_bind_parameter_index(sqlite3_stmt *pStmt, const char *zName) argument
59762 char *zName; /* Name of savepoint */ member in struct:vdbeExecUnion::OP_Savepoint_stack_vars
66046 sqlite3JournalOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pJfd, int flags, int nBuf ) argument
71810 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
71863 char *zName = 0; /* NULL-terminated version of pName */ local
72330 const char *zName; member in struct:__anon10256
73009 const char *zName; local
73178 const char *zName = (const char *)sqlite3_value_text(argv[0]); local
73194 sqlite3_snprintf(sizeof(zErr),zErr, "no such database: %s", zName); local
73198 sqlite3_snprintf(sizeof(zErr),zErr, "cannot detach database %s", zName); local
73207 sqlite3_snprintf(sizeof(zErr),zErr, "database %s is locked", zName); local
73774 const char *zName; /* Name of the table */ member in struct:TableLock
73995 sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase) argument
74020 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
74059 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) argument
74224 char *zName = pIndex->zName; local
74284 char *zName; local
74314 sqlite3FindDbName(sqlite3 *db, const char *zName) argument
74337 char *zName; /* Name we are searching for */ local
74397 sqlite3CheckObjectName(Parse *pParse, const char *zName) argument
74433 char *zName = 0; /* The name of the new table */ local
74965 sqlite3LocateCollSeq(Parse *pParse, const char *zName) argument
75338 const char *zName = (const char *)pParse->sNameToken.z; local
76093 char *zName = 0; /* Name of the index */ local
76741 sqlite3IdListIndex(IdList *pList, const char *zName) argument
77092 char *zName = sqlite3NameFromToken(pParse->db, pName); local
77442 callCollNeeded(sqlite3 *db, int enc, const char *zName) argument
77540 const char *zName = pColl->zName; local
77568 findCollSeqEntry( sqlite3 *db, const char *zName, int create ) argument
77621 sqlite3FindCollSeq( sqlite3 *db, u8 enc, const char *zName, int create ) argument
77744 sqlite3FindFunction( sqlite3 *db, const char *zName, int nName, int nArg, u8 enc, int createFlag ) argument
79940 setLikeOptFlag(sqlite3 *db, const char *zName, u8 flagVal) argument
84430 const char *zName; /* Name of the pragma */ member in struct:sPragmaType
84511 const char *zName; local
85517 char *zName; member in struct:EncName
86989 char *zName; /* Name of column in the right table */ local
87028 char *zName; /* Name of the term in the USING clause */ local
87733 char *zName = pEList->a[i].zName; local
87755 char *zName = 0; local
87810 char *zName; /* Column name */ local
89846 char *zName = pTab->aCol[j].zName; local
91244 char *zName = 0; /* Name of the trigger */ local
91410 char *zName; /* Name of trigger */ local
91627 const char *zName; local
91730 sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName) argument
93277 createModule( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
93319 sqlite3_create_module( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux ) argument
93331 sqlite3_create_module_v2( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
93643 const char *zName = pTab->zName; local
104417 sqlite3_overload_function( sqlite3 *db, const char *zName, int nArg ) argument
104849 createCollation( sqlite3* db, const char *zName, u8 enc, u8 collType, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*), void(*xDel)(void*) ) argument
105299 sqlite3_create_collation( sqlite3* db, const char *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
105318 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*) ) argument
105339 sqlite3_create_collation16( sqlite3* db, const void *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
106864 const char *zName; /* virtual table name */ member in struct:Fts3Table
107390 fts3TableExists( int *pRc, sqlite3 *db, const char *zDb, const char *zName, const char *zSuffix, u8 *pResult ) argument
109313 fts3FindFunctionMethod( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) argument
109321 const char *zName; member in struct:Overloaded
110275 queryTestTokenizer( sqlite3 *db, const char *zName, const sqlite3_tokenizer_module **pp ) argument
111531 const unsigned char *zName; local
111729 const char *zName; local
111806 registerTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module *p ) argument
111828 queryTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module **pp ) argument
116089 char *zName; /* Name of r-tree table */ member in struct:Rtree
119082 icuFunctionError( sqlite3_context *pCtx, const char *zName, UErrorCode e ) argument
119295 const char *zName; /* SQL Collation sequence name (eg. "japanese") */ local
119328 const char *zName; /* Function name */ member in struct:IcuScalar
[all...]
H A Dsqlite3ext.h43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3.h757 ** The zName field holds the name of the VFS module. The name must
868 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
870 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
872 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
873 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
874 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2807 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
3751 const char *zName,
3758 const char *zName,
3766 const void *zName,
[all...]
H A Dsqlite3.c1294 ** The zName field holds the name of the VFS module. The name must
1405 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
1407 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1409 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1410 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1411 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
3344 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4288 const char *zName,
4295 const char *zName,
4303 const void *zName,
8496 char *zName; /* Name of this database */ member in struct:Db
8798 char *zName; /* SQL name of the function. */ member in struct:FuncDef
8857 char *zName; /* Savepoint name (nul-terminated) */ member in struct:Savepoint
8878 const char *zName; /* Name passed to create_module() */ member in struct:Module
8888 char *zName; /* Name of this column */ member in struct:Column
8923 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member in struct:CollSeq
9062 char *zName; /* Name of the table or view */ member in struct:Table
9263 char *zName; /* Name of this index */ member in struct:Index
9547 char *zName; /* Token associated with this expression */ member in struct:ExprList::ExprList_item
9584 char *zName; /* Name of the identifier */ member in struct:IdList::IdList_item
9629 char *zName; /* Name of the table */ member in struct:SrcList::SrcList_item
10071 char *zName; /* The name of the trigger */ member in struct:Trigger
22037 os2Open( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
27120 const char *zName = zPath; local
29490 WCHAR *zName = utf8ToUnicode(zFilename); local
31140 winOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
41539 static char zName[15]; local
41540 sqlite3_snprintf(sizeof(zName), zName, "READ-LOCK[%d]", local
56000 sqlite3VdbeSetColName( Vdbe *p, int idx, int var, const char *zName, void (*xDel)(void*) ) argument
58072 const char *zName = context->pFunc->zName; local
58733 sqlite3VdbeParameterIndex(Vdbe *p, const char *zName, int nName) argument
58749 sqlite3_bind_parameter_index(sqlite3_stmt *pStmt, const char *zName) argument
59762 char *zName; /* Name of savepoint */ member in struct:vdbeExecUnion::OP_Savepoint_stack_vars
66046 sqlite3JournalOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pJfd, int flags, int nBuf ) argument
71810 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
71863 char *zName = 0; /* NULL-terminated version of pName */ local
72330 const char *zName; member in struct:__anon164
73009 const char *zName; local
73178 const char *zName = (const char *)sqlite3_value_text(argv[0]); local
73194 sqlite3_snprintf(sizeof(zErr),zErr, "no such database: %s", zName); local
73198 sqlite3_snprintf(sizeof(zErr),zErr, "cannot detach database %s", zName); local
73207 sqlite3_snprintf(sizeof(zErr),zErr, "database %s is locked", zName); local
73774 const char *zName; /* Name of the table */ member in struct:TableLock
73995 sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase) argument
74020 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
74059 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) argument
74224 char *zName = pIndex->zName; local
74284 char *zName; local
74314 sqlite3FindDbName(sqlite3 *db, const char *zName) argument
74337 char *zName; /* Name we are searching for */ local
74397 sqlite3CheckObjectName(Parse *pParse, const char *zName) argument
74433 char *zName = 0; /* The name of the new table */ local
74965 sqlite3LocateCollSeq(Parse *pParse, const char *zName) argument
75338 const char *zName = (const char *)pParse->sNameToken.z; local
76093 char *zName = 0; /* Name of the index */ local
76741 sqlite3IdListIndex(IdList *pList, const char *zName) argument
77092 char *zName = sqlite3NameFromToken(pParse->db, pName); local
77442 callCollNeeded(sqlite3 *db, int enc, const char *zName) argument
77540 const char *zName = pColl->zName; local
77568 findCollSeqEntry( sqlite3 *db, const char *zName, int create ) argument
77621 sqlite3FindCollSeq( sqlite3 *db, u8 enc, const char *zName, int create ) argument
77744 sqlite3FindFunction( sqlite3 *db, const char *zName, int nName, int nArg, u8 enc, int createFlag ) argument
79940 setLikeOptFlag(sqlite3 *db, const char *zName, u8 flagVal) argument
84430 const char *zName; /* Name of the pragma */ member in struct:sPragmaType
84511 const char *zName; local
85517 char *zName; member in struct:EncName
86989 char *zName; /* Name of column in the right table */ local
87028 char *zName; /* Name of the term in the USING clause */ local
87733 char *zName = pEList->a[i].zName; local
87755 char *zName = 0; local
87810 char *zName; /* Column name */ local
89846 char *zName = pTab->aCol[j].zName; local
91244 char *zName = 0; /* Name of the trigger */ local
91410 char *zName; /* Name of trigger */ local
91627 const char *zName; local
91730 sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName) argument
93277 createModule( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
93319 sqlite3_create_module( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux ) argument
93331 sqlite3_create_module_v2( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
93643 const char *zName = pTab->zName; local
104417 sqlite3_overload_function( sqlite3 *db, const char *zName, int nArg ) argument
104849 createCollation( sqlite3* db, const char *zName, u8 enc, u8 collType, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*), void(*xDel)(void*) ) argument
105299 sqlite3_create_collation( sqlite3* db, const char *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
105318 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*) ) argument
105339 sqlite3_create_collation16( sqlite3* db, const void *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
106864 const char *zName; /* virtual table name */ member in struct:Fts3Table
107390 fts3TableExists( int *pRc, sqlite3 *db, const char *zDb, const char *zName, const char *zSuffix, u8 *pResult ) argument
109313 fts3FindFunctionMethod( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) argument
109321 const char *zName; member in struct:Overloaded
110275 queryTestTokenizer( sqlite3 *db, const char *zName, const sqlite3_tokenizer_module **pp ) argument
111531 const unsigned char *zName; local
111729 const char *zName; local
111806 registerTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module *p ) argument
111828 queryTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module **pp ) argument
116089 char *zName; /* Name of r-tree table */ member in struct:Rtree
119082 icuFunctionError( sqlite3_context *pCtx, const char *zName, UErrorCode e ) argument
119295 const char *zName; /* SQL Collation sequence name (eg. "japanese") */ local
119328 const char *zName; /* Function name */ member in struct:IcuScalar
[all...]
H A Dsqlite3ext.h43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3.h757 ** The zName field holds the name of the VFS module. The name must
868 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
870 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
872 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
873 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
874 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2807 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
3751 const char *zName,
3758 const char *zName,
3766 const void *zName,
[all...]
H A Dsqlite3.c1294 ** The zName field holds the name of the VFS module. The name must
1405 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
1407 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1409 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1410 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1411 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
3344 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
4288 const char *zName,
4295 const char *zName,
4303 const void *zName,
8496 char *zName; /* Name of this database */ member in struct:Db
8798 char *zName; /* SQL name of the function. */ member in struct:FuncDef
8857 char *zName; /* Savepoint name (nul-terminated) */ member in struct:Savepoint
8878 const char *zName; /* Name passed to create_module() */ member in struct:Module
8888 char *zName; /* Name of this column */ member in struct:Column
8923 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member in struct:CollSeq
9062 char *zName; /* Name of the table or view */ member in struct:Table
9263 char *zName; /* Name of this index */ member in struct:Index
9547 char *zName; /* Token associated with this expression */ member in struct:ExprList::ExprList_item
9584 char *zName; /* Name of the identifier */ member in struct:IdList::IdList_item
9629 char *zName; /* Name of the table */ member in struct:SrcList::SrcList_item
10071 char *zName; /* The name of the trigger */ member in struct:Trigger
22037 os2Open( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
27120 const char *zName = zPath; local
29490 WCHAR *zName = utf8ToUnicode(zFilename); local
31140 winOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
41539 static char zName[15]; local
41540 sqlite3_snprintf(sizeof(zName), zName, "READ-LOCK[%d]", local
56000 sqlite3VdbeSetColName( Vdbe *p, int idx, int var, const char *zName, void (*xDel)(void*) ) argument
58072 const char *zName = context->pFunc->zName; local
58733 sqlite3VdbeParameterIndex(Vdbe *p, const char *zName, int nName) argument
58749 sqlite3_bind_parameter_index(sqlite3_stmt *pStmt, const char *zName) argument
59762 char *zName; /* Name of savepoint */ member in struct:vdbeExecUnion::OP_Savepoint_stack_vars
66046 sqlite3JournalOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pJfd, int flags, int nBuf ) argument
71810 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
71863 char *zName = 0; /* NULL-terminated version of pName */ local
72330 const char *zName; member in struct:__anon44281
73009 const char *zName; local
73178 const char *zName = (const char *)sqlite3_value_text(argv[0]); local
73194 sqlite3_snprintf(sizeof(zErr),zErr, "no such database: %s", zName); local
73198 sqlite3_snprintf(sizeof(zErr),zErr, "cannot detach database %s", zName); local
73207 sqlite3_snprintf(sizeof(zErr),zErr, "database %s is locked", zName); local
73774 const char *zName; /* Name of the table */ member in struct:TableLock
73995 sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase) argument
74020 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
74059 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) argument
74224 char *zName = pIndex->zName; local
74284 char *zName; local
74314 sqlite3FindDbName(sqlite3 *db, const char *zName) argument
74337 char *zName; /* Name we are searching for */ local
74397 sqlite3CheckObjectName(Parse *pParse, const char *zName) argument
74433 char *zName = 0; /* The name of the new table */ local
74965 sqlite3LocateCollSeq(Parse *pParse, const char *zName) argument
75338 const char *zName = (const char *)pParse->sNameToken.z; local
76093 char *zName = 0; /* Name of the index */ local
76741 sqlite3IdListIndex(IdList *pList, const char *zName) argument
77092 char *zName = sqlite3NameFromToken(pParse->db, pName); local
77442 callCollNeeded(sqlite3 *db, int enc, const char *zName) argument
77540 const char *zName = pColl->zName; local
77568 findCollSeqEntry( sqlite3 *db, const char *zName, int create ) argument
77621 sqlite3FindCollSeq( sqlite3 *db, u8 enc, const char *zName, int create ) argument
77744 sqlite3FindFunction( sqlite3 *db, const char *zName, int nName, int nArg, u8 enc, int createFlag ) argument
79940 setLikeOptFlag(sqlite3 *db, const char *zName, u8 flagVal) argument
84430 const char *zName; /* Name of the pragma */ member in struct:sPragmaType
84511 const char *zName; local
85517 char *zName; member in struct:EncName
86989 char *zName; /* Name of column in the right table */ local
87028 char *zName; /* Name of the term in the USING clause */ local
87733 char *zName = pEList->a[i].zName; local
87755 char *zName = 0; local
87810 char *zName; /* Column name */ local
89846 char *zName = pTab->aCol[j].zName; local
91244 char *zName = 0; /* Name of the trigger */ local
91410 char *zName; /* Name of trigger */ local
91627 const char *zName; local
91730 sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName) argument
93277 createModule( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
93319 sqlite3_create_module( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux ) argument
93331 sqlite3_create_module_v2( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
93643 const char *zName = pTab->zName; local
104417 sqlite3_overload_function( sqlite3 *db, const char *zName, int nArg ) argument
104849 createCollation( sqlite3* db, const char *zName, u8 enc, u8 collType, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*), void(*xDel)(void*) ) argument
105299 sqlite3_create_collation( sqlite3* db, const char *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
105318 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*) ) argument
105339 sqlite3_create_collation16( sqlite3* db, const void *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
106864 const char *zName; /* virtual table name */ member in struct:Fts3Table
107390 fts3TableExists( int *pRc, sqlite3 *db, const char *zDb, const char *zName, const char *zSuffix, u8 *pResult ) argument
109313 fts3FindFunctionMethod( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) argument
109321 const char *zName; member in struct:Overloaded
110275 queryTestTokenizer( sqlite3 *db, const char *zName, const sqlite3_tokenizer_module **pp ) argument
111531 const unsigned char *zName; local
111729 const char *zName; local
111806 registerTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module *p ) argument
111828 queryTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module **pp ) argument
116089 char *zName; /* Name of r-tree table */ member in struct:Rtree
119082 icuFunctionError( sqlite3_context *pCtx, const char *zName, UErrorCode e ) argument
119295 const char *zName; /* SQL Collation sequence name (eg. "japanese") */ local
119328 const char *zName; /* Function name */ member in struct:IcuScalar
[all...]
H A Dsqlite3ext.h43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dbuildpt.c684 if ((pItem->zName = name_from_token(pName, pParse)) == NULL) {
770 pItem->zName = table_name;
800 get_current_entity()->name, pFromCol->a->zName,
801 s, pToCol->a->zName);
840 entity_name = pTblName->a->zName;
841 attribute_name = pList->a->zName;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dbuildpt.c684 if ((pItem->zName = name_from_token(pName, pParse)) == NULL) {
770 pItem->zName = table_name;
800 get_current_entity()->name, pFromCol->a->zName,
801 s, pToCol->a->zName);
840 entity_name = pTblName->a->zName;
841 attribute_name = pList->a->zName;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dbuildpt.c684 if ((pItem->zName = name_from_token(pName, pParse)) == NULL) {
770 pItem->zName = table_name;
800 get_current_entity()->name, pFromCol->a->zName,
801 s, pToCol->a->zName);
840 entity_name = pTblName->a->zName;
841 attribute_name = pList->a->zName;

Completed in 1002 milliseconds