Searched defs:zName (Results 1 - 7 of 7) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c860 static void set_table_name(struct callback_data *p, const char *zName){ argument
869 if( zName==0 ) return;
870 needQuote = !isalpha((unsigned char)*zName) && *zName!='_';
871 for(i=n=0; zName[i]; i++, n++){
872 if( !isalnum((unsigned char)zName[i]) && zName[i]!='_' ){
874 if( zName[i]=='\'' ) n++;
885 for(i=0; zName[i]; i++){
886 z[n++] = zName[
[all...]
H A Dsqlite3.h898 ** The zName field holds the name of the VFS module. The name must
1030 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
1032 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1034 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1035 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1054 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1055 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1056 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
3258 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
[all...]
H A Dsqlite3.c1448 ** The zName field holds the name of the VFS module. The name must
1580 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
1582 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1584 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1585 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1604 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1605 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1606 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
3808 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
9598 char *zName; /* Name of this database */ member in struct:Db
9898 char *zName; /* SQL name of the function. */ member in struct:FuncDef
9977 char *zName; /* Savepoint name (nul-terminated) */ member in struct:Savepoint
9998 const char *zName; /* Name passed to create_module() */ member in struct:Module
10008 char *zName; /* Name of this column */ member in struct:Column
10043 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member in struct:CollSeq
10175 char *zName; /* Name of the table or view */ member in struct:Table
10372 char *zName; /* Name of this index */ member in struct:Index
10664 char *zName; /* Token associated with this expression */ member in struct:ExprList::ExprList_item
10701 char *zName; /* Name of the identifier */ member in struct:IdList::IdList_item
10745 char *zName; /* Name of the table */ member in struct:SrcList::SrcList_item
11216 char *zName; /* The name of the trigger */ member in struct:Trigger
24340 os2Open( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
25336 const char *zName; /* Name of the sytem call */ member in struct:unix_syscall
25451 unixSetSystemCall( sqlite3_vfs *pNotUsed, const char *zName, sqlite3_syscall_ptr pNewFunc ) argument
25513 unixNextSystemCall(sqlite3_vfs *p, const char *zName) argument
30069 const char *zName = zPath; local
32324 const char *zName; /* Name of the sytem call */ member in struct:win_syscall
32737 winSetSystemCall( sqlite3_vfs *pNotUsed, const char *zName, sqlite3_syscall_ptr pNewFunc ) argument
32799 winNextSystemCall(sqlite3_vfs *p, const char *zName) argument
33381 LPWSTR zName; local
35111 winOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
46091 static char zName[15]; local
46092 sqlite3_snprintf(sizeof(zName), zName, "READ-LOCK[%d]", local
61223 sqlite3VdbeSetColName( Vdbe *p, int idx, int var, const char *zName, void (*xDel)(void*) ) argument
63301 const char *zName = context->pFunc->zName; local
63944 sqlite3VdbeParameterIndex(Vdbe *p, const char *zName, int nName) argument
63959 sqlite3_bind_parameter_index(sqlite3_stmt *pStmt, const char *zName) argument
65122 char *zName; /* Name of savepoint */ member in struct:vdbeExecUnion::OP_Savepoint_stack_vars
72722 sqlite3JournalOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pJfd, int flags, int nBuf ) argument
78763 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
78812 isSystemTable(Parse *pParse, const char *zName) argument
78832 char *zName = 0; /* NULL-terminated version of pName */ local
79402 const char *zName; member in struct:__anon10987
80457 const char *zName; local
80641 const char *zName = (const char *)sqlite3_value_text(argv[0]); local
80657 sqlite3_snprintf(sizeof(zErr),zErr, "no such database: %s", zName); local
80661 sqlite3_snprintf(sizeof(zErr),zErr, "cannot detach database %s", zName); local
80670 sqlite3_snprintf(sizeof(zErr),zErr, "database %s is locked", zName); local
81241 const char *zName; /* Name of the table */ member in struct:TableLock
81463 sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase) argument
81491 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
81530 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) argument
81716 char *zName = pIndex->zName; local
81778 char *zName; local
81808 sqlite3FindDbName(sqlite3 *db, const char *zName) argument
81831 char *zName; /* Name we are searching for */ local
81891 sqlite3CheckObjectName(Parse *pParse, const char *zName) argument
81927 char *zName = 0; /* The name of the new table */ local
82466 sqlite3LocateCollSeq(Parse *pParse, const char *zName) argument
82841 const char *zName = (const char *)pParse->sNameToken.z; local
83673 char *zName = 0; /* Name of the index */ local
84322 sqlite3IdListIndex(IdList *pList, const char *zName) argument
84668 char *zName = sqlite3NameFromToken(pParse->db, pName); local
85035 callCollNeeded(sqlite3 *db, int enc, const char *zName) argument
85133 const char *zName = pColl->zName; local
85161 findCollSeqEntry( sqlite3 *db, const char *zName, int create ) argument
85214 sqlite3FindCollSeq( sqlite3 *db, u8 enc, const char *zName, int create ) argument
85337 sqlite3FindFunction( sqlite3 *db, const char *zName, int nName, int nArg, u8 enc, int createFlag ) argument
87574 setLikeOptFlag(sqlite3 *db, const char *zName, u8 flagVal) argument
92232 const char *zName; /* Name of the pragma */ member in struct:sPragmaType
92313 const char *zName; local
93348 char *zName; member in struct:EncName
94853 char *zName; /* Name of column in the right table */ local
94892 char *zName; /* Name of the term in the USING clause */ local
95698 char *zName = pEList->a[i].zName; local
95720 char *zName = 0; local
95759 char *zName; /* Column name */ local
97850 char *zName = pTab->aCol[j].zName; local
99408 char *zName = 0; /* Name of the trigger */ local
99591 char *zName; /* Name of trigger */ local
99807 const char *zName; local
99914 sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName) argument
101497 createModule( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
101539 sqlite3_create_module( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux ) argument
101551 sqlite3_create_module_v2( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
101863 const char *zName = pTab->zName; local
113693 sqlite3_overload_function( sqlite3 *db, const char *zName, int nArg ) argument
114108 createCollation( sqlite3* db, const char *zName, u8 enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*), void(*xDel)(void*) ) argument
114833 sqlite3_create_collation( sqlite3* db, const char *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
114852 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
114873 sqlite3_create_collation16( sqlite3* db, const void *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
116585 const char *zName; /* virtual table name */ member in struct:Fts3Table
119961 fts3FindFunctionMethod( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) argument
119969 const char *zName; member in struct:Overloaded
123124 queryTestTokenizer( sqlite3 *db, const char *zName, const sqlite3_tokenizer_module **pp ) argument
124391 const unsigned char *zName; local
124579 const char *zName; local
124655 registerTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module *p ) argument
124677 queryTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module **pp ) argument
130264 char *zName; /* Name of r-tree table */ member in struct:Rtree
133604 icuFunctionError( sqlite3_context *pCtx, const char *zName, UErrorCode e ) argument
133819 const char *zName; /* SQL Collation sequence name (eg. "japanese") */ local
133852 const char *zName; /* Function name */ member in struct:IcuScalar
[all...]
/external/sqlite/dist/
H A Dshell.c865 static void set_table_name(struct callback_data *p, const char *zName){ argument
874 if( zName==0 ) return;
875 needQuote = !isalpha((unsigned char)*zName) && *zName!='_';
876 for(i=n=0; zName[i]; i++, n++){
877 if( !isalnum((unsigned char)zName[i]) && zName[i]!='_' ){
879 if( zName[i]=='\'' ) n++;
890 for(i=0; zName[i]; i++){
891 z[n++] = zName[
[all...]
H A Dsqlite3.h898 ** The zName field holds the name of the VFS module. The name must
1030 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
1032 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1034 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1035 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1036 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1054 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1055 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1056 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
3258 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
[all...]
H A Dsqlite3.c1448 ** The zName field holds the name of the VFS module. The name must
1580 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
1582 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
1584 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
1585 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
1586 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1604 int (*xSetSystemCall)(sqlite3_vfs*, const char *zName, sqlite3_syscall_ptr);
1605 sqlite3_syscall_ptr (*xGetSystemCall)(sqlite3_vfs*, const char *zName);
1606 const char *(*xNextSystemCall)(sqlite3_vfs*, const char *zName);
3808 SQLITE_API int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
9598 char *zName; /* Name of this database */ member in struct:Db
9898 char *zName; /* SQL name of the function. */ member in struct:FuncDef
9977 char *zName; /* Savepoint name (nul-terminated) */ member in struct:Savepoint
9998 const char *zName; /* Name passed to create_module() */ member in struct:Module
10008 char *zName; /* Name of this column */ member in struct:Column
10043 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member in struct:CollSeq
10175 char *zName; /* Name of the table or view */ member in struct:Table
10372 char *zName; /* Name of this index */ member in struct:Index
10664 char *zName; /* Token associated with this expression */ member in struct:ExprList::ExprList_item
10701 char *zName; /* Name of the identifier */ member in struct:IdList::IdList_item
10745 char *zName; /* Name of the table */ member in struct:SrcList::SrcList_item
11216 char *zName; /* The name of the trigger */ member in struct:Trigger
24340 os2Open( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
25336 const char *zName; /* Name of the sytem call */ member in struct:unix_syscall
25462 unixSetSystemCall( sqlite3_vfs *pNotUsed, const char *zName, sqlite3_syscall_ptr pNewFunc ) argument
25524 unixNextSystemCall(sqlite3_vfs *p, const char *zName) argument
30080 const char *zName = zPath; local
32335 const char *zName; /* Name of the sytem call */ member in struct:win_syscall
32748 winSetSystemCall( sqlite3_vfs *pNotUsed, const char *zName, sqlite3_syscall_ptr pNewFunc ) argument
32810 winNextSystemCall(sqlite3_vfs *p, const char *zName) argument
33392 LPWSTR zName; local
35122 winOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
46102 static char zName[15]; local
46103 sqlite3_snprintf(sizeof(zName), zName, "READ-LOCK[%d]", local
61234 sqlite3VdbeSetColName( Vdbe *p, int idx, int var, const char *zName, void (*xDel)(void*) ) argument
63312 const char *zName = context->pFunc->zName; local
63955 sqlite3VdbeParameterIndex(Vdbe *p, const char *zName, int nName) argument
63970 sqlite3_bind_parameter_index(sqlite3_stmt *pStmt, const char *zName) argument
65133 char *zName; /* Name of savepoint */ member in struct:vdbeExecUnion::OP_Savepoint_stack_vars
72733 sqlite3JournalOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pJfd, int flags, int nBuf ) argument
78774 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
78823 isSystemTable(Parse *pParse, const char *zName) argument
78843 char *zName = 0; /* NULL-terminated version of pName */ local
79413 const char *zName; member in struct:__anon11012
80468 const char *zName; local
80652 const char *zName = (const char *)sqlite3_value_text(argv[0]); local
80668 sqlite3_snprintf(sizeof(zErr),zErr, "no such database: %s", zName); local
80672 sqlite3_snprintf(sizeof(zErr),zErr, "cannot detach database %s", zName); local
80681 sqlite3_snprintf(sizeof(zErr),zErr, "database %s is locked", zName); local
81252 const char *zName; /* Name of the table */ member in struct:TableLock
81474 sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase) argument
81502 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
81541 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) argument
81727 char *zName = pIndex->zName; local
81789 char *zName; local
81819 sqlite3FindDbName(sqlite3 *db, const char *zName) argument
81842 char *zName; /* Name we are searching for */ local
81902 sqlite3CheckObjectName(Parse *pParse, const char *zName) argument
81938 char *zName = 0; /* The name of the new table */ local
82477 sqlite3LocateCollSeq(Parse *pParse, const char *zName) argument
82852 const char *zName = (const char *)pParse->sNameToken.z; local
83684 char *zName = 0; /* Name of the index */ local
84333 sqlite3IdListIndex(IdList *pList, const char *zName) argument
84679 char *zName = sqlite3NameFromToken(pParse->db, pName); local
85046 callCollNeeded(sqlite3 *db, int enc, const char *zName) argument
85144 const char *zName = pColl->zName; local
85172 findCollSeqEntry( sqlite3 *db, const char *zName, int create ) argument
85225 sqlite3FindCollSeq( sqlite3 *db, u8 enc, const char *zName, int create ) argument
85348 sqlite3FindFunction( sqlite3 *db, const char *zName, int nName, int nArg, u8 enc, int createFlag ) argument
87585 setLikeOptFlag(sqlite3 *db, const char *zName, u8 flagVal) argument
92243 const char *zName; /* Name of the pragma */ member in struct:sPragmaType
92324 const char *zName; local
93359 char *zName; member in struct:EncName
94864 char *zName; /* Name of column in the right table */ local
94903 char *zName; /* Name of the term in the USING clause */ local
95709 char *zName = pEList->a[i].zName; local
95731 char *zName = 0; local
95770 char *zName; /* Column name */ local
97861 char *zName = pTab->aCol[j].zName; local
99419 char *zName = 0; /* Name of the trigger */ local
99602 char *zName; /* Name of trigger */ local
99818 const char *zName; local
99925 sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName) argument
101508 createModule( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
101550 sqlite3_create_module( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux ) argument
101562 sqlite3_create_module_v2( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
101874 const char *zName = pTab->zName; local
113704 sqlite3_overload_function( sqlite3 *db, const char *zName, int nArg ) argument
114119 createCollation( sqlite3* db, const char *zName, u8 enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*), void(*xDel)(void*) ) argument
114859 sqlite3_create_collation( sqlite3* db, const char *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
114878 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
114899 sqlite3_create_collation16( sqlite3* db, const void *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
116611 const char *zName; /* virtual table name */ member in struct:Fts3Table
119987 fts3FindFunctionMethod( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) argument
119995 const char *zName; member in struct:Overloaded
123153 queryTestTokenizer( sqlite3 *db, const char *zName, const sqlite3_tokenizer_module **pp ) argument
124420 const unsigned char *zName; local
124608 const char *zName; local
124684 registerTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module *p ) argument
124706 queryTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module **pp ) argument
130293 char *zName; /* Name of r-tree table */ member in struct:Rtree
133633 icuFunctionError( sqlite3_context *pCtx, const char *zName, UErrorCode e ) argument
133848 const char *zName; /* SQL Collation sequence name (eg. "japanese") */ local
133881 const char *zName; /* Function name */ member in struct:IcuScalar
[all...]
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h651 ** The zName field holds the name of the VFS module. The name must
745 const char *zName; /* Name of this virtual file system */ member in struct:sqlite3_vfs
747 int (*xOpen)(sqlite3_vfs*, const char *zName, sqlite3_file*,
749 int (*xDelete)(sqlite3_vfs*, const char *zName, int syncDir);
750 int (*xAccess)(sqlite3_vfs*, const char *zName, int flags, int *pResOut);
751 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
2556 int sqlite3_bind_parameter_index(sqlite3_stmt*, const char *zName);
3521 const char *zName,
3528 const char *zName,
3536 const void *zName,
[all...]

Completed in 420 milliseconds