Home
last modified time | relevance | path

Searched refs:xAuth (Results 1 – 25 of 465) sorted by relevance

12345678910>>...19

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dauth.c72 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*), in sqlite3_set_authorizer()
79 db->xAuth = (sqlite3_xauth)xAuth; in sqlite3_set_authorizer()
81 if( db->xAuth ) sqlite3ExpirePreparedStatements(db, 1); in sqlite3_set_authorizer()
115 rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext in sqlite3AuthReadCol()
154 assert( !IN_RENAME_OBJECT || db->xAuth==0 ); in sqlite3AuthRead()
155 if( db->xAuth==0 ) return; in sqlite3AuthRead()
211 assert( !IN_RENAME_OBJECT || db->xAuth==0 ); in sqlite3AuthCheck()
216 if( db->xAuth==0 ){ in sqlite3AuthCheck()
231 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext in sqlite3AuthCheck()
H A Dalter.c1310 sqlite3_xauth xAuth = db->xAuth; in renameColumnFunc() local
1329 db->xAuth = 0; in renameColumnFunc()
1441 db->xAuth = xAuth; in renameColumnFunc()
1521 sqlite3_xauth xAuth = db->xAuth; in renameTableFunc() local
1522 db->xAuth = 0; in renameTableFunc()
1631 db->xAuth = xAuth; in renameTableFunc()
1669 sqlite3_xauth xAuth = db->xAuth; in renameTableTest() local
1670 db->xAuth = 0; in renameTableTest()
1706 db->xAuth = xAuth; in renameTableTest()
H A Dprepare.c339 sqlite3_xauth xAuth; in sqlite3InitOne() local
340 xAuth = db->xAuth; in sqlite3InitOne()
341 db->xAuth = 0; in sqlite3InitOne()
345 db->xAuth = xAuth; in sqlite3InitOne()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dauth.c72 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*), in sqlite3_set_authorizer()
79 db->xAuth = (sqlite3_xauth)xAuth; in sqlite3_set_authorizer()
81 if( db->xAuth ) sqlite3ExpirePreparedStatements(db, 1); in sqlite3_set_authorizer()
115 rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext in sqlite3AuthReadCol()
154 assert( !IN_RENAME_OBJECT || db->xAuth==0 ); in sqlite3AuthRead()
155 if( db->xAuth==0 ) return; in sqlite3AuthRead()
211 assert( !IN_RENAME_OBJECT || db->xAuth==0 ); in sqlite3AuthCheck()
216 if( db->xAuth==0 ){ in sqlite3AuthCheck()
231 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext in sqlite3AuthCheck()
H A Dalter.c1350 sqlite3_xauth xAuth = db->xAuth; in renameColumnFunc() local
1369 db->xAuth = 0; in renameColumnFunc()
1481 db->xAuth = xAuth; in renameColumnFunc()
1561 sqlite3_xauth xAuth = db->xAuth; in renameTableFunc() local
1562 db->xAuth = 0; in renameTableFunc()
1671 db->xAuth = xAuth; in renameTableFunc()
1709 sqlite3_xauth xAuth = db->xAuth; in renameTableTest() local
1710 db->xAuth = 0; in renameTableTest()
1746 db->xAuth = xAuth; in renameTableTest()
H A Dprepare.c352 sqlite3_xauth xAuth; in sqlite3InitOne() local
353 xAuth = db->xAuth; in sqlite3InitOne()
354 db->xAuth = 0; in sqlite3InitOne()
358 db->xAuth = xAuth; in sqlite3InitOne()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dauth.c72 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*), in sqlite3_set_authorizer()
79 db->xAuth = (sqlite3_xauth)xAuth; in sqlite3_set_authorizer()
81 if( db->xAuth ) sqlite3ExpirePreparedStatements(db, 1); in sqlite3_set_authorizer()
115 rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext in sqlite3AuthReadCol()
154 assert( pParse->db->xAuth!=0 ); in sqlite3AuthRead()
210 assert( !IN_RENAME_OBJECT || db->xAuth==0 ); in sqlite3AuthCheck()
211 if( db->xAuth==0 || db->init.busy || IN_SPECIAL_PARSE ){ in sqlite3AuthCheck()
226 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext in sqlite3AuthCheck()
H A Dalter.c1376 sqlite3_xauth xAuth = db->xAuth; in renameColumnFunc() local
1395 db->xAuth = 0; in renameColumnFunc()
1507 db->xAuth = xAuth; in renameColumnFunc()
1587 sqlite3_xauth xAuth = db->xAuth; in renameTableFunc() local
1697 db->xAuth = xAuth; in renameTableFunc()
1739 sqlite3_xauth xAuth = db->xAuth; in renameTableTest() local
1740 db->xAuth = 0; in renameTableTest()
1776 db->xAuth = xAuth; in renameTableTest()
1810 sqlite3_xauth xAuth = db->xAuth; in dropColumnFunc() local
1811 db->xAuth = 0; in dropColumnFunc()
[all …]
H A Dprepare.c363 sqlite3_xauth xAuth; in sqlite3InitOne() local
364 xAuth = db->xAuth; in sqlite3InitOne()
365 db->xAuth = 0; in sqlite3InitOne()
369 db->xAuth = xAuth; in sqlite3InitOne()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/xfs/
H A Dperm.c622 const struct XFSAuth * xAuth; in XFSPermToNum() local
627 xAuth = NULL; in XFSPermToNum()
640 xAuth = XFSPermAuth ( xPerm, kxfsUser ); in XFSPermToNum()
641 if ( xAuth != NULL ) { in XFSPermToNum()
647 xAuth = XFSPermAuth ( xPerm, kxfsGroup ); in XFSPermToNum()
648 if ( xAuth != NULL ) { in XFSPermToNum()
654 xAuth = XFSPermAuth ( xPerm, kxfsOther ); in XFSPermToNum()
655 if ( xAuth != NULL ) { in XFSPermToNum()
656 if ( XFSAuthCanRead ( xAuth ) ) { xNum |= 04; } in XFSPermToNum()
657 if ( XFSAuthCanWrite ( xAuth ) ) { xNum |= 02; } in XFSPermToNum()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/xfs/
H A Dperm.c622 const struct XFSAuth * xAuth; in XFSPermToNum() local
627 xAuth = NULL; in XFSPermToNum()
640 xAuth = XFSPermAuth ( xPerm, kxfsUser ); in XFSPermToNum()
641 if ( xAuth != NULL ) { in XFSPermToNum()
647 xAuth = XFSPermAuth ( xPerm, kxfsGroup ); in XFSPermToNum()
648 if ( xAuth != NULL ) { in XFSPermToNum()
654 xAuth = XFSPermAuth ( xPerm, kxfsOther ); in XFSPermToNum()
655 if ( xAuth != NULL ) { in XFSPermToNum()
656 if ( XFSAuthCanRead ( xAuth ) ) { xNum |= 04; } in XFSPermToNum()
657 if ( XFSAuthCanWrite ( xAuth ) ) { xNum |= 02; } in XFSPermToNum()
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dauth.c75 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*), in sqlite_set_authorizer()
78 db->xAuth = xAuth; in sqlite_set_authorizer()
116 if( db->xAuth==0 ) return; in sqliteAuthRead()
144 rc = db->xAuth(db->pAuthArg, SQLITE_READ, pTab->zName, zCol, zDBase, in sqliteAuthRead()
177 if( db->init.busy || db->xAuth==0 ){ in sqliteAuthCheck()
180 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext); in sqliteAuthCheck()
/dports/databases/p5-DBD-SQLite2/DBD-SQLite2-0.38/
H A Dauth.c75 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*), in sqlite_set_authorizer()
78 db->xAuth = xAuth; in sqlite_set_authorizer()
115 if( db->xAuth==0 ) return; in sqliteAuthRead()
144 rc = db->xAuth(db->pAuthArg, SQLITE_READ, pTab->zName, zCol, zDBase, in sqliteAuthRead()
177 if( db->init.busy || db->xAuth==0 ){ in sqliteAuthCheck()
180 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext); in sqliteAuthCheck()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dauth.c72 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*), in sqlite3_set_authorizer()
76 db->xAuth = xAuth; in sqlite3_set_authorizer()
111 rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext); in sqlite3AuthReadCol()
147 if( db->xAuth==0 ) return; in sqlite3AuthRead()
208 if( db->xAuth==0 ){ in sqlite3AuthCheck()
211 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext); in sqlite3AuthCheck()
H A Dprepare.c326 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*); in sqlite3InitOne() local
327 xAuth = db->xAuth; in sqlite3InitOne()
328 db->xAuth = 0; in sqlite3InitOne()
332 db->xAuth = xAuth; in sqlite3InitOne()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dauth.c72 int (*xAuth)(void*,int,const char*,const char*,const char*,const char*), in sqlite3_set_authorizer()
79 db->xAuth = (sqlite3_xauth)xAuth; in sqlite3_set_authorizer()
115 rc = db->xAuth(db->pAuthArg, SQLITE_READ, zTab,zCol,zDb,pParse->zAuthContext in sqlite3AuthReadCol()
155 if( db->xAuth==0 ) return; in sqlite3AuthRead()
216 if( db->xAuth==0 ){ in sqlite3AuthCheck()
231 rc = db->xAuth(db->pAuthArg, code, zArg1, zArg2, zArg3, pParse->zAuthContext in sqlite3AuthCheck()
H A Dprepare.c294 sqlite3_xauth xAuth; in sqlite3InitOne() local
295 xAuth = db->xAuth; in sqlite3InitOne()
296 db->xAuth = 0; in sqlite3InitOne()
300 db->xAuth = xAuth; in sqlite3InitOne()
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx198 xAuth->grantPrivileges(sTableName,PrivilegeObject::TABLE,what);\
200 xAuth->revokePrivileges(sTableName,PrivilegeObject::TABLE,what)
216 Reference<XAuthorizable> xAuth(m_xUsers->getByName(m_sUserName),UNO_QUERY); in SaveModified() local
217 if ( xAuth.is() ) in SaveModified()
295 Reference<XAuthorizable> xAuth(m_xUsers->getByName(m_sUserName),UNO_QUERY); in fillPrivilege() local
296 if ( xAuth.is() ) in fillPrivilege()
300 nRights.nRights = xAuth->getPrivileges(m_aTableNames[_nRow],PrivilegeObject::TABLE); in fillPrivilege()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/control/
H A DTableGrantCtrl.cxx196 xAuth->grantPrivileges(sTableName,PrivilegeObject::TABLE,what);\
198 xAuth->revokePrivileges(sTableName,PrivilegeObject::TABLE,what)
214 Reference<XAuthorizable> xAuth(m_xUsers->getByName(m_sUserName),UNO_QUERY); in SaveModified() local
215 if ( xAuth.is() ) in SaveModified()
292 Reference<XAuthorizable> xAuth(m_xUsers->getByName(m_sUserName),UNO_QUERY); in fillPrivilege() local
293 if ( xAuth.is() ) in fillPrivilege()
297 nRights.nRights = xAuth->getPrivileges(m_aTableNames[_nRow],PrivilegeObject::TABLE); in fillPrivilege()
/dports/databases/sqlite3/sqlite-src-3350500/test/
H A Dalterauth.test25 proc xAuth {type args} {
31 db auth xAuth
53 proc xAuth {type args} {
H A Dalterauth2.test25 proc xAuth {type args} {
30 db auth xAuth
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/test/
H A Dalterauth.test25 proc xAuth {type args} {
31 db auth xAuth
53 proc xAuth {type args} {
H A Dalterauth2.test25 proc xAuth {type args} {
30 db auth xAuth
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx164 Reference<XAuthorizable> xAuth; in FillUserNames() local
165 m_xUsers->getByName(m_UserName) >>= xAuth; in FillUserNames()
166 m_xTableCtrl->setGrantUser(xAuth); in FillUserNames()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/dlg/
H A DUserAdmin.cxx163 Reference<XAuthorizable> xAuth; in FillUserNames() local
164 m_xUsers->getByName(m_UserName) >>= xAuth; in FillUserNames()
165 m_xTableCtrl->setGrantUser(xAuth); in FillUserNames()

12345678910>>...19