Home
last modified time | relevance | path

Searched refs:xDestroy (Results 1 – 25 of 666) sorted by relevance

12345678910>>...27

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dvtab.c44 void (*xDestroy)(void *) /* Module destructor function */ in sqlite3VtabCreateModule()
64 pMod->xDestroy = xDestroy; in sqlite3VtabCreateModule()
99 if( rc!=SQLITE_OK && xDestroy ) xDestroy(pAux); in createModule()
133 return createModule(db, zName, pModule, pAux, xDestroy); in sqlite3_create_module_v2()
166 if( pMod->xDestroy ){ in sqlite3VtabModuleUnref()
167 pMod->xDestroy(pMod->pAux); in sqlite3VtabModuleUnref()
888 int (*xDestroy)(sqlite3_vtab *); in sqlite3VtabCallDestroy() local
896 xDestroy = p->pMod->pModule->xDestroy; in sqlite3VtabCallDestroy()
897 if( xDestroy==0 ) xDestroy = p->pMod->pModule->xDisconnect; in sqlite3VtabCallDestroy()
898 assert( xDestroy!=0 ); in sqlite3VtabCallDestroy()
[all …]
H A Dtest_quota.c90 void (*xDestroy)(void*); /* Optional destructor for pArg */ member
234 if( pGroup->xDestroy ) pGroup->xDestroy(pGroup->pArg); in quotaGroupDeref()
848 void (*xDestroy)(void*) /* Optional destructor for pArg */ in sqlite3_quota_set()
877 if( pGroup->xDestroy && pGroup->pArg!=pArg ){ in sqlite3_quota_set()
878 pGroup->xDestroy(pGroup->pArg); in sqlite3_quota_set()
881 pGroup->xDestroy = xDestroy; in sqlite3_quota_set()
1424 void (*xDestroy)(void*); /* Optional destructor for pArg */ in test_quota_set() local
1448 xDestroy = tclCallbackDestructor; in test_quota_set()
1452 xDestroy = 0; in test_quota_set()
1457 rc = sqlite3_quota_set(zPattern, iLimit, xCallback, (void*)p, xDestroy); in test_quota_set()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dvtab.c44 void (*xDestroy)(void *) /* Module destructor function */ in sqlite3VtabCreateModule()
64 pMod->xDestroy = xDestroy; in sqlite3VtabCreateModule()
99 if( rc!=SQLITE_OK && xDestroy ) xDestroy(pAux); in createModule()
133 return createModule(db, zName, pModule, pAux, xDestroy); in sqlite3_create_module_v2()
166 if( pMod->xDestroy ){ in sqlite3VtabModuleUnref()
167 pMod->xDestroy(pMod->pAux); in sqlite3VtabModuleUnref()
887 int (*xDestroy)(sqlite3_vtab *); in sqlite3VtabCallDestroy() local
895 xDestroy = p->pMod->pModule->xDestroy; in sqlite3VtabCallDestroy()
896 if( xDestroy==0 ) xDestroy = p->pMod->pModule->xDisconnect; in sqlite3VtabCallDestroy()
897 assert( xDestroy!=0 ); in sqlite3VtabCallDestroy()
[all …]
H A Dtest_quota.c90 void (*xDestroy)(void*); /* Optional destructor for pArg */ member
234 if( pGroup->xDestroy ) pGroup->xDestroy(pGroup->pArg); in quotaGroupDeref()
848 void (*xDestroy)(void*) /* Optional destructor for pArg */ in sqlite3_quota_set()
877 if( pGroup->xDestroy && pGroup->pArg!=pArg ){ in sqlite3_quota_set()
878 pGroup->xDestroy(pGroup->pArg); in sqlite3_quota_set()
881 pGroup->xDestroy = xDestroy; in sqlite3_quota_set()
1424 void (*xDestroy)(void*); /* Optional destructor for pArg */ in test_quota_set() local
1448 xDestroy = tclCallbackDestructor; in test_quota_set()
1452 xDestroy = 0; in test_quota_set()
1457 rc = sqlite3_quota_set(zPattern, iLimit, xCallback, (void*)p, xDestroy); in test_quota_set()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dvtab.c44 void (*xDestroy)(void *) /* Module destructor function */ in sqlite3VtabCreateModule()
64 pMod->xDestroy = xDestroy; in sqlite3VtabCreateModule()
99 if( rc!=SQLITE_OK && xDestroy ) xDestroy(pAux); in createModule()
133 return createModule(db, zName, pModule, pAux, xDestroy); in sqlite3_create_module_v2()
166 if( pMod->xDestroy ){ in sqlite3VtabModuleUnref()
167 pMod->xDestroy(pMod->pAux); in sqlite3VtabModuleUnref()
887 int (*xDestroy)(sqlite3_vtab *); in sqlite3VtabCallDestroy() local
895 xDestroy = p->pMod->pModule->xDestroy; in sqlite3VtabCallDestroy()
896 if( xDestroy==0 ) xDestroy = p->pMod->pModule->xDisconnect; in sqlite3VtabCallDestroy()
897 assert( xDestroy!=0 ); in sqlite3VtabCallDestroy()
[all …]
H A Dtest_quota.c90 void (*xDestroy)(void*); /* Optional destructor for pArg */ member
234 if( pGroup->xDestroy ) pGroup->xDestroy(pGroup->pArg); in quotaGroupDeref()
848 void (*xDestroy)(void*) /* Optional destructor for pArg */ in sqlite3_quota_set()
877 if( pGroup->xDestroy && pGroup->pArg!=pArg ){ in sqlite3_quota_set()
878 pGroup->xDestroy(pGroup->pArg); in sqlite3_quota_set()
881 pGroup->xDestroy = xDestroy; in sqlite3_quota_set()
1424 void (*xDestroy)(void*); /* Optional destructor for pArg */ in test_quota_set() local
1448 xDestroy = tclCallbackDestructor; in test_quota_set()
1452 xDestroy = 0; in test_quota_set()
1457 rc = sqlite3_quota_set(zPattern, iLimit, xCallback, (void*)p, xDestroy); in test_quota_set()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest_quota.c80 void (*xDestroy)(void*); /* Optional destructor for pArg */ member
175 if( pGroup->xDestroy ) pGroup->xDestroy(pGroup->pArg); in quotaGroupDeref()
672 void (*xDestroy)(void*) /* Optional destructor for pArg */ in sqlite3_quota_set()
701 if( pGroup->xDestroy && pGroup->pArg!=pArg ){ in sqlite3_quota_set()
702 pGroup->xDestroy(pGroup->pArg); in sqlite3_quota_set()
705 pGroup->xDestroy = xDestroy; in sqlite3_quota_set()
848 void (*xDestroy)(void*); /* Optional destructor for pArg */ in test_quota_set() local
872 xDestroy = tclCallbackDestructor; in test_quota_set()
876 xDestroy = 0; in test_quota_set()
881 rc = sqlite3_quota_set(zPattern, iLimit, xCallback, (void*)p, xDestroy); in test_quota_set()
H A Dvtab.c27 void (*xDestroy)(void *) /* Module destructor function */ in createModule()
42 pMod->xDestroy = xDestroy; in createModule()
44 if( pDel && pDel->xDestroy ){ in createModule()
45 pDel->xDestroy(pDel->pAux); in createModule()
52 }else if( xDestroy ){ in createModule()
53 xDestroy(pAux); in createModule()
81 void (*xDestroy)(void *) /* Module destructor function */ in sqlite3_create_module_v2()
83 return createModule(db, zName, pModule, pAux, xDestroy); in sqlite3_create_module_v2()
710 rc = p->pMod->pModule->xDestroy(p->pVtab); in sqlite3VtabCallDestroy()
/dports/databases/sqlite3/sqlite-src-3350500/ext/misc/
H A Dcarray.c412 void (*xDestroy)(void*) in sqlite3_carray_bind()
418 if( xDestroy!=SQLITE_STATIC && xDestroy!=SQLITE_TRANSIENT ){ in sqlite3_carray_bind()
419 xDestroy(aData); in sqlite3_carray_bind()
425 if( xDestroy==SQLITE_TRANSIENT ){ in sqlite3_carray_bind()
465 pNew->xDel = xDestroy; in sqlite3_carray_bind()
H A Dvtshim.c180 rc = pAux->pMod->xDestroy(pVtab->pChild); in vtshimDestroy()
462 void(*xDestroy)(void*) /* Module destructor function */ in sqlite3_create_disposable_module()
469 if( xDestroy ) xDestroy(pClientData); in sqlite3_create_disposable_module()
478 pAux->xChildDestroy = xDestroy; in sqlite3_create_disposable_module()
489 pAux->sSelf.xDestroy = p->xDestroy ? vtshimDestroy : 0; in sqlite3_create_disposable_module()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/misc/
H A Dcarray.c412 void (*xDestroy)(void*) in sqlite3_carray_bind()
418 if( xDestroy!=SQLITE_STATIC && xDestroy!=SQLITE_TRANSIENT ){ in sqlite3_carray_bind()
419 xDestroy(aData); in sqlite3_carray_bind()
425 if( xDestroy==SQLITE_TRANSIENT ){ in sqlite3_carray_bind()
465 pNew->xDel = xDestroy; in sqlite3_carray_bind()
H A Dvtshim.c180 rc = pAux->pMod->xDestroy(pVtab->pChild); in vtshimDestroy()
462 void(*xDestroy)(void*) /* Module destructor function */ in sqlite3_create_disposable_module()
469 if( xDestroy ) xDestroy(pClientData); in sqlite3_create_disposable_module()
478 pAux->xChildDestroy = xDestroy; in sqlite3_create_disposable_module()
489 pAux->sSelf.xDestroy = p->xDestroy ? vtshimDestroy : 0; in sqlite3_create_disposable_module()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/sqlite/
H A Dcarray.c412 void (*xDestroy)(void*) in sqlite3_carray_bind()
418 if( xDestroy!=SQLITE_STATIC && xDestroy!=SQLITE_TRANSIENT ){ in sqlite3_carray_bind()
419 xDestroy(aData); in sqlite3_carray_bind()
425 if( xDestroy==SQLITE_TRANSIENT ){ in sqlite3_carray_bind()
465 pNew->xDel = xDestroy; in sqlite3_carray_bind()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dvtab.c41 void (*xDestroy)(void *) /* Module destructor function */ in sqlite3VtabCreateModule()
53 pMod->xDestroy = xDestroy; in sqlite3VtabCreateModule()
76 void (*xDestroy)(void *) /* Module destructor function */ in createModule()
84 (void)sqlite3VtabCreateModule(db, zName, pModule, pAux, xDestroy); in createModule()
87 if( rc!=SQLITE_OK && xDestroy ) xDestroy(pAux); in createModule()
116 void (*xDestroy)(void *) /* Module destructor function */ in sqlite3_create_module_v2()
121 return createModule(db, zName, pModule, pAux, xDestroy); in sqlite3_create_module_v2()
710 if( pMod==0 || pMod->pModule->xCreate==0 || pMod->pModule->xDestroy==0 ){ in sqlite3VtabCallCreate()
826 int (*xDestroy)(sqlite3_vtab *); in sqlite3VtabCallDestroy() local
834 xDestroy = p->pMod->pModule->xDestroy; in sqlite3VtabCallDestroy()
[all …]
H A Dtest_quota.c90 void (*xDestroy)(void*); /* Optional destructor for pArg */ member
234 if( pGroup->xDestroy ) pGroup->xDestroy(pGroup->pArg); in quotaGroupDeref()
848 void (*xDestroy)(void*) /* Optional destructor for pArg */ in sqlite3_quota_set()
877 if( pGroup->xDestroy && pGroup->pArg!=pArg ){ in sqlite3_quota_set()
878 pGroup->xDestroy(pGroup->pArg); in sqlite3_quota_set()
881 pGroup->xDestroy = xDestroy; in sqlite3_quota_set()
1424 void (*xDestroy)(void*); /* Optional destructor for pArg */ in test_quota_set() local
1448 xDestroy = tclCallbackDestructor; in test_quota_set()
1452 xDestroy = 0; in test_quota_set()
1457 rc = sqlite3_quota_set(zPattern, iLimit, xCallback, (void*)p, xDestroy); in test_quota_set()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5.h546 void (*xDestroy)(void*)
563 void (*xDestroy)(void*)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5.h546 void (*xDestroy)(void*)
563 void (*xDestroy)(void*)
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5.h550 void (*xDestroy)(void*)
567 void (*xDestroy)(void*)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5.h546 void (*xDestroy)(void*)
563 void (*xDestroy)(void*)
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.h548 void (*xDestroy)(void*)
565 void (*xDestroy)(void*)
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.h548 void (*xDestroy)(void*)
565 void (*xDestroy)(void*)
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/misc/
H A Dvtshim.c180 rc = pAux->pMod->xDestroy(pVtab->pChild); in vtshimDestroy()
462 void(*xDestroy)(void*) /* Module destructor function */ in sqlite3_create_disposable_module()
469 if( xDestroy ) xDestroy(pClientData); in sqlite3_create_disposable_module()
478 pAux->xChildDestroy = xDestroy; in sqlite3_create_disposable_module()
489 pAux->sSelf.xDestroy = p->xDestroy ? vtshimDestroy : 0; in sqlite3_create_disposable_module()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/misc/
H A Dvtshim.c180 rc = pAux->pMod->xDestroy(pVtab->pChild); in vtshimDestroy()
462 void(*xDestroy)(void*) /* Module destructor function */ in sqlite3_create_disposable_module()
469 if( xDestroy ) xDestroy(pClientData); in sqlite3_create_disposable_module()
478 pAux->xChildDestroy = xDestroy; in sqlite3_create_disposable_module()
489 pAux->sSelf.xDestroy = p->xDestroy ? vtshimDestroy : 0; in sqlite3_create_disposable_module()
/dports/lang/gcc11/gcc-11.2.0/libphobos/src/etc/c/
H A Dsqlite3.d972 void function (void*) xDestroy
1145 void function (void*) xDestroy
1370 int function (sqlite3_vtab *pVTab) xDestroy;
1464 void function (void*) xDestroy /* Module destructor function */
1761 void function(sqlite3_pcache*) xDestroy;
1777 void function (sqlite3_pcache*) xDestroy;
2109 void function(void*) xDestroy
2124 void function(void*) xDestroy
/dports/lang/gcc10/gcc-10.3.0/libphobos/src/etc/c/
H A Dsqlite3.d972 void function (void*) xDestroy
1145 void function (void*) xDestroy
1370 int function (sqlite3_vtab *pVTab) xDestroy;
1464 void function (void*) xDestroy /* Module destructor function */
1761 void function(sqlite3_pcache*) xDestroy;
1777 void function (sqlite3_pcache*) xDestroy;
2109 void function(void*) xDestroy
2124 void function(void*) xDestroy

12345678910>>...27