Lines Matching defs:zName
1822 const char *zName; /* Name of this virtual file system */ member
17990 const char *zName; /* SQL name of the function. */ member
18143 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18147 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18150 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18153 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
18156 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ argument
18161 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument
18165 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument
18170 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18173 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument
18177 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument
18181 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
18185 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
18188 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument
18191 #define INTERNAL_FUNCTION(zName, nArg, xFunc) \ argument
18204 char *zName; /* Savepoint name (nul-terminated) */ member
18226 const char *zName; /* Name passed to create_module() */ member
18316 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member
18438 char *zName; /* Name of the table or view */ member
18781 char *zName; /* Name of this index */ member
19272 char *zName; /* Name of the identifier */ member
19310 char *zName; /* Name of the table */ member
20040 char *zName; /* The name of the trigger */ member
20135 char zName[40]; /* Name of trigger: "sqlite_returning_%p" */ member
20400 char *zName; /* Name of this CTE */ member
20454 char zName[1]; /* Name of this client data. MUST BE LAST */ member
20492 char *zName; /* Name of window (may be NULL) */ member
23582 char *zName; /* Name of table or index */ member
24905 char zName[7]; /* Name of the transformation */ member
33335 char *zName = pList->a[i].zEName; in sqlite3TreeViewBareExprList() local
33396 char *zName = pList->a[i].zName; in sqlite3TreeViewBareIdList() local
36543 const char *zName, /* Name of symbol to add */ in sqlite3VListAdd()
36594 SQLITE_PRIVATE int sqlite3VListNameToNum(VList *pIn, const char *zName, int nName){ in sqlite3VListNameToNum()