Lines Matching defs:zName
1785 const char *zName; /* Name of this virtual file system */ member
17944 const char *zName; /* SQL name of the function. */ member
18097 #define FUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18101 #define VFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18104 #define SFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18107 #define MFUNCTION(zName, nArg, xPtr, xFunc) \ argument
18110 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ argument
18115 #define INLINE_FUNC(zName, nArg, iArg, mFlags) \ argument
18119 #define TEST_FUNC(zName, nArg, iArg, mFlags) \ argument
18124 #define DFUNCTION(zName, nArg, iArg, bNC, xFunc) \ argument
18127 #define PURE_DATE(zName, nArg, iArg, bNC, xFunc) \ argument
18131 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ argument
18135 #define STR_FUNCTION(zName, nArg, pArg, bNC, xFunc) \ argument
18139 #define LIKEFUNC(zName, nArg, arg, flags) \ argument
18142 #define WAGGREGATE(zName, nArg, arg, nc, xStep, xFinal, xValue, xInverse, f) \ argument
18145 #define INTERNAL_FUNCTION(zName, nArg, xFunc) \ argument
18158 char *zName; /* Savepoint name (nul-terminated) */ member
18180 const char *zName; /* Name passed to create_module() */ member
18270 char *zName; /* Name of the collating sequence, UTF-8 encoded */ member
18392 char *zName; /* Name of the table or view */ member
18734 char *zName; /* Name of this index */ member
19225 char *zName; /* Name of the identifier */ member
19265 char *zName; /* Name of the table */ member
19999 char *zName; /* The name of the trigger */ member
20094 char zName[40]; /* Name of trigger: "sqlite_returning_%p" */ member
20359 char *zName; /* Name of this CTE */ member
20413 char zName[1]; /* Name of this client data. MUST BE LAST */ member
20451 char *zName; /* Name of window (may be NULL) */ member
23525 char *zName; /* Name of table or index */ member
24881 char zName[7]; /* Name of the transformation */ member
33487 char *zName = pList->a[i].zEName; in sqlite3TreeViewBareExprList() local
33548 char *zName = pList->a[i].zName; in sqlite3TreeViewBareIdList() local
36731 const char *zName, /* Name of symbol to add */ in sqlite3VListAdd()
36782 SQLITE_PRIVATE int sqlite3VListNameToNum(VList *pIn, const char *zName, int nName){ in sqlite3VListNameToNum()