Lines Matching refs:authorization

3407 ** of the third through the sixth parameters of the authorization callback.
3492 ** authorized. The 3rd and 4th parameters to the authorization
16968 /* Functions used only by user authorization logic */
16977 ** typedef for the authorization callback function.
17103 sqlite3_xauth xAuth; /* Access authorization function */
87644 ** sequences, or changing an authorization function are the types of
112508 /* Invoke the authorization callback. */
112669 /* Invoke the authorization callback. */
112946 /* Invoke the authorization callback. */
114504 /* Invoke the authorization callback. */
116914 Expr *pAuthArg, /* Expression to pass to authorization callback */
117212 ** Set or clear the access authorization function.
117214 ** The access authorization function is be called during the compilation
117274 ** user-supplied authorization function returned an illegal value.
117282 ** Invoke the authorization callback for permission to read column zCol from
117283 ** table zTab in database zDb. This function assumes that an authorization
117328 Expr *pExpr, /* The expression to check authorization on */
117378 ** Do an authorization check using the code and arguments given. Return
117393 /* Don't do any authorization checks if the database is initialising
117428 ** Push an authorization context. After this routine is called, the
117429 ** zArg3 argument to authorization callbacks will be zContext until
117444 ** Pop an authorization context that was previously pushed
121549 /* Check for authorization to create an index.
123995 int rcauth; /* Value returned by authorization callback */
128100 ** authorization callback returns SQLITE_IGNORE, behave as if any
140834 /* Obtain authorization to do a recursive query */
145219 ** which would be unambiguous. But legacy authorization callbacks might
148157 AuthContext sContext; /* The authorization context */
148302 ** column to be updated, make sure we have authorization to change
150352 /* Creating a virtual table invokes the authorization callback twice.
175046 /* SQLITE_AUTH */ "authorization denied",