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

/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...]
H A Dsqlite3ext.h45 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
/external/sqlite/dist/orig/
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:__anon12332
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...]
H A Dsqlite3ext.h43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);
/external/sqlite/dist/
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
30082 const char *zName = zPath; local
32337 const char *zName; /* Name of the sytem call */ member in struct:win_syscall
32750 winSetSystemCall( sqlite3_vfs *pNotUsed, const char *zName, sqlite3_syscall_ptr pNewFunc ) argument
32812 winNextSystemCall(sqlite3_vfs *p, const char *zName) argument
33394 LPWSTR zName; local
35124 winOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *id, int flags, int *pOutFlags ) argument
46104 static char zName[15]; local
46105 sqlite3_snprintf(sizeof(zName), zName, "READ-LOCK[%d]", local
61236 sqlite3VdbeSetColName( Vdbe *p, int idx, int var, const char *zName, void (*xDel)(void*) ) argument
63314 const char *zName = context->pFunc->zName; local
63957 sqlite3VdbeParameterIndex(Vdbe *p, const char *zName, int nName) argument
63972 sqlite3_bind_parameter_index(sqlite3_stmt *pStmt, const char *zName) argument
65135 char *zName; /* Name of savepoint */ member in struct:vdbeExecUnion::OP_Savepoint_stack_vars
72735 sqlite3JournalOpen( sqlite3_vfs *pVfs, const char *zName, sqlite3_file *pJfd, int flags, int nBuf ) argument
78776 reloadTableSchema(Parse *pParse, Table *pTab, const char *zName) argument
78825 isSystemTable(Parse *pParse, const char *zName) argument
78845 char *zName = 0; /* NULL-terminated version of pName */ local
79415 const char *zName; member in struct:__anon12357
80470 const char *zName; local
80654 const char *zName = (const char *)sqlite3_value_text(argv[0]); local
80670 sqlite3_snprintf(sizeof(zErr),zErr, "no such database: %s", zName); local
80674 sqlite3_snprintf(sizeof(zErr),zErr, "cannot detach database %s", zName); local
80683 sqlite3_snprintf(sizeof(zErr),zErr, "database %s is locked", zName); local
81254 const char *zName; /* Name of the table */ member in struct:TableLock
81476 sqlite3FindTable(sqlite3 *db, const char *zName, const char *zDatabase) argument
81504 sqlite3LocateTable( Parse *pParse, int isView, const char *zName, const char *zDbase ) argument
81543 sqlite3FindIndex(sqlite3 *db, const char *zName, const char *zDb) argument
81729 char *zName = pIndex->zName; local
81791 char *zName; local
81821 sqlite3FindDbName(sqlite3 *db, const char *zName) argument
81844 char *zName; /* Name we are searching for */ local
81904 sqlite3CheckObjectName(Parse *pParse, const char *zName) argument
81940 char *zName = 0; /* The name of the new table */ local
82479 sqlite3LocateCollSeq(Parse *pParse, const char *zName) argument
82854 const char *zName = (const char *)pParse->sNameToken.z; local
83686 char *zName = 0; /* Name of the index */ local
84335 sqlite3IdListIndex(IdList *pList, const char *zName) argument
84681 char *zName = sqlite3NameFromToken(pParse->db, pName); local
85048 callCollNeeded(sqlite3 *db, int enc, const char *zName) argument
85146 const char *zName = pColl->zName; local
85174 findCollSeqEntry( sqlite3 *db, const char *zName, int create ) argument
85227 sqlite3FindCollSeq( sqlite3 *db, u8 enc, const char *zName, int create ) argument
85350 sqlite3FindFunction( sqlite3 *db, const char *zName, int nName, int nArg, u8 enc, int createFlag ) argument
87587 setLikeOptFlag(sqlite3 *db, const char *zName, u8 flagVal) argument
92245 const char *zName; /* Name of the pragma */ member in struct:sPragmaType
92326 const char *zName; local
93361 char *zName; member in struct:EncName
94866 char *zName; /* Name of column in the right table */ local
94905 char *zName; /* Name of the term in the USING clause */ local
95711 char *zName = pEList->a[i].zName; local
95733 char *zName = 0; local
95772 char *zName; /* Column name */ local
97863 char *zName = pTab->aCol[j].zName; local
99421 char *zName = 0; /* Name of the trigger */ local
99604 char *zName; /* Name of trigger */ local
99820 const char *zName; local
99927 sqlite3UnlinkAndDeleteTrigger(sqlite3 *db, int iDb, const char *zName) argument
101510 createModule( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
101552 sqlite3_create_module( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux ) argument
101564 sqlite3_create_module_v2( sqlite3 *db, const char *zName, const sqlite3_module *pModule, void *pAux, void (*xDestroy)(void *) ) argument
101876 const char *zName = pTab->zName; local
113706 sqlite3_overload_function( sqlite3 *db, const char *zName, int nArg ) argument
114121 createCollation( sqlite3* db, const char *zName, u8 enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*), void(*xDel)(void*) ) argument
114861 sqlite3_create_collation( sqlite3* db, const char *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
114880 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
114901 sqlite3_create_collation16( sqlite3* db, const void *zName, int enc, void* pCtx, int(*xCompare)(void*,int,const void*,int,const void*) ) argument
116613 const char *zName; /* virtual table name */ member in struct:Fts3Table
119989 fts3FindFunctionMethod( sqlite3_vtab *pVtab, int nArg, const char *zName, void (**pxFunc)(sqlite3_context*,int,sqlite3_value**), void **ppArg ) argument
119997 const char *zName; member in struct:Overloaded
123155 queryTestTokenizer( sqlite3 *db, const char *zName, const sqlite3_tokenizer_module **pp ) argument
124422 const unsigned char *zName; local
124610 const char *zName; local
124686 registerTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module *p ) argument
124708 queryTokenizer( sqlite3 *db, char *zName, const sqlite3_tokenizer_module **pp ) argument
130295 char *zName; /* Name of r-tree table */ member in struct:Rtree
133635 icuFunctionError( sqlite3_context *pCtx, const char *zName, UErrorCode e ) argument
133850 const char *zName; /* SQL Collation sequence name (eg. "japanese") */ local
133883 const char *zName; /* Function name */ member in struct:IcuScalar
[all...]
H A Dsqlite3ext.h43 int (*bind_parameter_index)(sqlite3_stmt*,const char*zName);

Completed in 399 milliseconds