H A D | shell.c | 1983 if( !isalnum((unsigned char)zName[i]) && zName[i]!='_' ) return '"'; in quoteChar() argument 2000 shellFakeSchema(sqlite3 * db,const char * zSchema,const char * zName) shellFakeSchema() argument 2092 const char *zName; shellModuleSchema() local 2139 const char *zName = (const char*)sqlite3_value_text(apVal[2]); shellAddSchemaName() local 7295 readFileContents(sqlite3_context * ctx,const char * zName) readFileContents() argument 7342 const char *zName; readfileFunc() local 9213 apndOpen(sqlite3_vfs * pApndVfs,const char * zName,sqlite3_file * pFile,int flags,int * pOutFlags) apndOpen() argument 9330 apndSetSystemCall(sqlite3_vfs * pVfs,const char * zName,sqlite3_syscall_ptr pCall) apndSetSystemCall() argument 9337 apndGetSystemCall(sqlite3_vfs * pVfs,const char * zName) apndGetSystemCall() argument 9341 apndNextSystemCall(sqlite3_vfs * pVfs,const char * zName) apndNextSystemCall() argument 11300 zipfileFindFunction(sqlite3_vtab * pVtab,int nArg,const char * zName,void (** pxFunc)(sqlite3_context *,int,sqlite3_value **),void ** ppArg) zipfileFindFunction() argument 11373 char *zName = 0; /* Path (name) of new entry */ zipfileStep() local 12013 char *zName; global() member 12019 char *zName; /* Table name */ global() member 12911 char *zName = 0; /* Index name */ idxCreateFromCons() local 13337 const char *zName = (const char*)sqlite3_column_text(pSchema, 1); idxCreateVtabSchema() local 13545 const char *zName = (const char*)sqlite3_column_text(pIndexXInfo, 0); idxPopulateOneStat1() local 13757 useDummyCS(void * up1,sqlite3 * db,int etr,const char * zName) useDummyCS() argument 17439 const char *zName; recoverOpenOutput() member 17512 recoverAddTable(sqlite3_recover * p,const char * zName,i64 iRoot) recoverAddTable() argument 17648 const char *zName = (const char*)sqlite3_column_text(pSelect, 3); recoverWriteSchema1() local 19358 char *zName; /* Symbolic name for this session */ global() member 20966 set_table_name(ShellState * p,const char * zName) set_table_name() argument 21372 const char *zName = 0; display_explain_scanstats() local 23161 readFile(const char * zName,int * pnByte) readFile() argument 23251 deduceDatabaseType(const char * zName,int dfltZip) deduceDatabaseType() argument 24154 const unsigned char *zName; tryToCloneSchema() local 24338 static const struct { const char *zName; int ofst; } aField[] = { shell_dbinfo_command() member 24352 static const struct { const char *zName; const char *zSql; } aQuery[] = { shell_dbinfo_command() member 26429 const char *zName; do_meta_command() member 28105 const char *zName = 0; do_meta_command() local 28413 char *zName; do_meta_command() local [all...] |
H A D | sqlite3.c | 1785 const char *zName; /* Name of this virtual file system */ member 17944 const char *zName; /* SQL name of the function. */ global() member 18097 FUNCTION(zName,nArg,iArg,bNC,xFunc) global() argument 18101 VFUNCTION(zName,nArg,iArg,bNC,xFunc) global() argument 18104 SFUNCTION(zName,nArg,iArg,bNC,xFunc) global() argument 18107 MFUNCTION(zName,nArg,xPtr,xFunc) global() argument 18110 JFUNCTION(zName,nArg,bUseCache,bWS,bRS,bJsonB,iArg,xFunc) global() argument 18115 INLINE_FUNC(zName,nArg,iArg,mFlags) global() argument 18119 TEST_FUNC(zName,nArg,iArg,mFlags) global() argument 18124 DFUNCTION(zName,nArg,iArg,bNC,xFunc) global() argument 18127 PURE_DATE(zName,nArg,iArg,bNC,xFunc) global() argument 18131 FUNCTION2(zName,nArg,iArg,bNC,xFunc,extraFlags) global() argument 18135 STR_FUNCTION(zName,nArg,pArg,bNC,xFunc) global() argument 18139 LIKEFUNC(zName,nArg,arg,flags) global() argument 18142 WAGGREGATE(zName,nArg,arg,nc,xStep,xFinal,xValue,xInverse,f) global() argument 18145 INTERNAL_FUNCTION(zName,nArg,xFunc) global() argument 18158 char *zName; /* Savepoint name (nul-terminated) */ global() member 18180 const char *zName; /* Name passed to create_module() */ global() member 18270 char *zName; /* Name of the collating sequence, UTF-8 encoded */ global() member 18392 char *zName; /* Name of the table or view */ global() member 18734 char *zName; /* Name of this index */ global() member 19225 char *zName; /* Name of the identifier */ global() member 19265 char *zName; /* Name of the table */ global() member 19999 char *zName; /* The name of the trigger */ global() member 20094 char zName[40]; /* Name of trigger: "sqlite_returning_%p" */ global() member 20359 char *zName; /* Name of this CTE */ global() member 20413 char zName[1]; /* Name of this client data. MUST BE LAST */ global() member 20451 char *zName; /* Name of window (may be NULL) */ global() member 23525 char *zName; /* Name of table or index */ global() member 24881 char zName[7]; /* Name of the transformation */ global() member 33487 char *zName = pList->a[i].zEName; sqlite3TreeViewBareExprList() local 33548 char *zName = pList->a[i].zName; sqlite3TreeViewBareIdList() local 36731 sqlite3VListAdd(sqlite3 * db,VList * pIn,const char * zName,int nName,int iVal) sqlite3VListAdd() argument 36782 sqlite3VListNameToNum(VList * pIn,const char * zName,int nName) sqlite3VListNameToNum() argument [all...] |