Home
last modified time | relevance | path

Searched defs:sqlite3_mem_methods (Results 1 – 25 of 379) sorted by relevance

12345678910>>...16

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h948 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
949 struct sqlite3_mem_methods { struct
950 void *(*xMalloc)(int); /* Memory allocation function */
951 void (*xFree)(void*); /* Free a prior allocation */
952 void *(*xRealloc)(void*,int); /* Resize an allocation */
953 int (*xSize)(void*); /* Return the size of an allocation */
954 int (*xRoundup)(int); /* Round up request size to allocation size */
955 int (*xInit)(void*); /* Initialize the memory allocator */
956 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
957 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.h947 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
948 struct sqlite3_mem_methods { struct
949 void *(*xMalloc)(int); /* Memory allocation function */
950 void (*xFree)(void*); /* Free a prior allocation */
951 void *(*xRealloc)(void*,int); /* Resize an allocation */
952 int (*xSize)(void*); /* Return the size of an allocation */
953 int (*xRoundup)(int); /* Round up request size to allocation size */
954 int (*xInit)(void*); /* Initialize the memory allocator */
955 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
956 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dsqlite.h.in1210 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1211 struct sqlite3_mem_methods { struct
1212 void *(*xMalloc)(int); /* Memory allocation function */
1213 void (*xFree)(void*); /* Free a prior allocation */
1214 void *(*xRealloc)(void*,int); /* Resize an allocation */
1215 int (*xSize)(void*); /* Return the size of an allocation */
1216 int (*xRoundup)(int); /* Round up request size to allocation size */
1217 int (*xInit)(void*); /* Initialize the memory allocator */
1218 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1219 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.h1215 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1216 struct sqlite3_mem_methods { struct
1217 void *(*xMalloc)(int); /* Memory allocation function */
1218 void (*xFree)(void*); /* Free a prior allocation */
1219 void *(*xRealloc)(void*,int); /* Resize an allocation */
1220 int (*xSize)(void*); /* Return the size of an allocation */
1221 int (*xRoundup)(int); /* Round up request size to allocation size */
1222 int (*xInit)(void*); /* Initialize the memory allocator */
1223 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1224 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.h1224 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1225 struct sqlite3_mem_methods { struct
1226 void *(*xMalloc)(int); /* Memory allocation function */
1227 void (*xFree)(void*); /* Free a prior allocation */
1228 void *(*xRealloc)(void*,int); /* Resize an allocation */
1229 int (*xSize)(void*); /* Return the size of an allocation */
1230 int (*xRoundup)(int); /* Round up request size to allocation size */
1231 int (*xInit)(void*); /* Initialize the memory allocator */
1232 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1233 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.h1318 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1319 struct sqlite3_mem_methods { struct
1320 void *(*xMalloc)(int); /* Memory allocation function */
1321 void (*xFree)(void*); /* Free a prior allocation */
1322 void *(*xRealloc)(void*,int); /* Resize an allocation */
1323 int (*xSize)(void*); /* Return the size of an allocation */
1324 int (*xRoundup)(int); /* Round up request size to allocation size */
1325 int (*xInit)(void*); /* Initialize the memory allocator */
1326 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1327 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.h1225 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1226 struct sqlite3_mem_methods { struct
1227 void *(*xMalloc)(int); /* Memory allocation function */
1228 void (*xFree)(void*); /* Free a prior allocation */
1229 void *(*xRealloc)(void*,int); /* Resize an allocation */
1230 int (*xSize)(void*); /* Return the size of an allocation */
1231 int (*xRoundup)(int); /* Round up request size to allocation size */
1232 int (*xInit)(void*); /* Initialize the memory allocator */
1233 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1234 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.h1225 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1226 struct sqlite3_mem_methods { struct
1227 void *(*xMalloc)(int); /* Memory allocation function */
1228 void (*xFree)(void*); /* Free a prior allocation */
1229 void *(*xRealloc)(void*,int); /* Resize an allocation */
1230 int (*xSize)(void*); /* Return the size of an allocation */
1231 int (*xRoundup)(int); /* Round up request size to allocation size */
1232 int (*xInit)(void*); /* Initialize the memory allocator */
1233 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1234 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.h1251 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1252 struct sqlite3_mem_methods { struct
1253 void *(*xMalloc)(int); /* Memory allocation function */
1254 void (*xFree)(void*); /* Free a prior allocation */
1255 void *(*xRealloc)(void*,int); /* Resize an allocation */
1256 int (*xSize)(void*); /* Return the size of an allocation */
1257 int (*xRoundup)(int); /* Round up request size to allocation size */
1258 int (*xInit)(void*); /* Initialize the memory allocator */
1259 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1260 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.h1434 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1435 struct sqlite3_mem_methods { struct
1436 void *(*xMalloc)(int); /* Memory allocation function */
1437 void (*xFree)(void*); /* Free a prior allocation */
1438 void *(*xRealloc)(void*,int); /* Resize an allocation */
1439 int (*xSize)(void*); /* Return the size of an allocation */
1440 int (*xRoundup)(int); /* Round up request size to allocation size */
1441 int (*xInit)(void*); /* Initialize the memory allocator */
1442 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1443 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/deskutils/coolreader/coolreader-cr3.2.55/thirdparty_unman/sqlite/
H A Dsqlite3.h1394 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1395 struct sqlite3_mem_methods { struct
1396 void *(*xMalloc)(int); /* Memory allocation function */
1397 void (*xFree)(void*); /* Free a prior allocation */
1398 void *(*xRealloc)(void*,int); /* Resize an allocation */
1399 int (*xSize)(void*); /* Return the size of an allocation */
1400 int (*xRoundup)(int); /* Round up request size to allocation size */
1401 int (*xInit)(void*); /* Initialize the memory allocator */
1402 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1403 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/chinese/libchewing/libchewing-0.5.1/thirdparty/sqlite-amalgamation/
H A Dsqlite3.h1397 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1398 struct sqlite3_mem_methods { struct
1399 void *(*xMalloc)(int); /* Memory allocation function */
1400 void (*xFree)(void*); /* Free a prior allocation */
1401 void *(*xRealloc)(void*,int); /* Resize an allocation */
1402 int (*xSize)(void*); /* Return the size of an allocation */
1403 int (*xRoundup)(int); /* Round up request size to allocation size */
1404 int (*xInit)(void*); /* Initialize the memory allocator */
1405 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1406 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/biology/hyphy/hyphy-2.5.33/contrib/SQLite-3.8.2/
H A Dsqlite3.h1409 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1410 struct sqlite3_mem_methods { struct
1411 void *(*xMalloc)(int); /* Memory allocation function */
1412 void (*xFree)(void*); /* Free a prior allocation */
1413 void *(*xRealloc)(void*,int); /* Resize an allocation */
1414 int (*xSize)(void*); /* Return the size of an allocation */
1415 int (*xRoundup)(int); /* Round up request size to allocation size */
1416 int (*xInit)(void*); /* Initialize the memory allocator */
1417 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1418 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/games/redeclipse/base-2.0.0/src/support/
H A Dsqlite3.h1473 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1474 struct sqlite3_mem_methods { struct
1475 void *(*xMalloc)(int); /* Memory allocation function */
1476 void (*xFree)(void*); /* Free a prior allocation */
1477 void *(*xRealloc)(void*,int); /* Resize an allocation */
1478 int (*xSize)(void*); /* Return the size of an allocation */
1479 int (*xRoundup)(int); /* Round up request size to allocation size */
1480 int (*xInit)(void*); /* Initialize the memory allocator */
1481 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1482 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/games/redeclipse16/base-1.6.0/src/support/
H A Dsqlite3.h1473 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1474 struct sqlite3_mem_methods { struct
1475 void *(*xMalloc)(int); /* Memory allocation function */
1476 void (*xFree)(void*); /* Free a prior allocation */
1477 void *(*xRealloc)(void*,int); /* Resize an allocation */
1478 int (*xSize)(void*); /* Return the size of an allocation */
1479 int (*xRoundup)(int); /* Round up request size to allocation size */
1480 int (*xInit)(void*); /* Initialize the memory allocator */
1481 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1482 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dsqlite.h.in1530 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1531 struct sqlite3_mem_methods { struct
1532 void *(*xMalloc)(int); /* Memory allocation function */
1533 void (*xFree)(void*); /* Free a prior allocation */
1534 void *(*xRealloc)(void*,int); /* Resize an allocation */
1535 int (*xSize)(void*); /* Return the size of an allocation */
1536 int (*xRoundup)(int); /* Round up request size to allocation size */
1537 int (*xInit)(void*); /* Initialize the memory allocator */
1538 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1539 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlite3/
H A Dsqlite3.h1460 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1461 struct sqlite3_mem_methods { struct
1462 void *(*xMalloc)(int); /* Memory allocation function */
1463 void (*xFree)(void*); /* Free a prior allocation */
1464 void *(*xRealloc)(void*,int); /* Resize an allocation */
1465 int (*xSize)(void*); /* Return the size of an allocation */
1466 int (*xRoundup)(int); /* Round up request size to allocation size */
1467 int (*xInit)(void*); /* Initialize the memory allocator */
1468 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1469 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/android/jni/sqlcipher/
H A Dsqlite3.h1463 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1464 struct sqlite3_mem_methods { struct
1465 void *(*xMalloc)(int); /* Memory allocation function */
1466 void (*xFree)(void*); /* Free a prior allocation */
1467 void *(*xRealloc)(void*,int); /* Resize an allocation */
1468 int (*xSize)(void*); /* Return the size of an allocation */
1469 int (*xRoundup)(int); /* Round up request size to allocation size */
1470 int (*xInit)(void*); /* Initialize the memory allocator */
1471 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1472 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/mattn/go-sqlite3/code/
H A Dsqlite3-binding.h1445 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1446 struct sqlite3_mem_methods { struct
1447 void *(*xMalloc)(int); /* Memory allocation function */
1448 void (*xFree)(void*); /* Free a prior allocation */
1449 void *(*xRealloc)(void*,int); /* Resize an allocation */
1450 int (*xSize)(void*); /* Return the size of an allocation */
1451 int (*xRoundup)(int); /* Round up request size to allocation size */
1452 int (*xInit)(void*); /* Initialize the memory allocator */
1453 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1454 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/devel/global/global-6.6.7/libdb/
H A Dsqlite3.h1438 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1439 struct sqlite3_mem_methods { struct
1440 void *(*xMalloc)(int); /* Memory allocation function */
1441 void (*xFree)(void*); /* Free a prior allocation */
1442 void *(*xRealloc)(void*,int); /* Resize an allocation */
1443 int (*xSize)(void*); /* Return the size of an allocation */
1444 int (*xRoundup)(int); /* Round up request size to allocation size */
1445 int (*xInit)(void*); /* Initialize the memory allocator */
1446 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1447 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/databases/R-cran-RSQLite/RSQLite/inst/include/
H A Dsqlite3.h1437 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1438 struct sqlite3_mem_methods { struct
1439 void *(*xMalloc)(int); /* Memory allocation function */
1440 void (*xFree)(void*); /* Free a prior allocation */
1441 void *(*xRealloc)(void*,int); /* Resize an allocation */
1442 int (*xSize)(void*); /* Return the size of an allocation */
1443 int (*xRoundup)(int); /* Round up request size to allocation size */
1444 int (*xInit)(void*); /* Initialize the memory allocator */
1445 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1446 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/databases/R-cran-RSQLite/RSQLite/src/sqlite/
H A Dsqlite3.h1437 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1438 struct sqlite3_mem_methods { struct
1439 void *(*xMalloc)(int); /* Memory allocation function */
1440 void (*xFree)(void*); /* Free a prior allocation */
1441 void *(*xRealloc)(void*,int); /* Resize an allocation */
1442 int (*xSize)(void*); /* Return the size of an allocation */
1443 int (*xRoundup)(int); /* Round up request size to allocation size */
1444 int (*xInit)(void*); /* Initialize the memory allocator */
1445 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1446 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/games/freeminer/freeminer-0.4.10.4/src/sqlite/
H A Dsqlite3.h1445 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1446 struct sqlite3_mem_methods { struct
1447 void *(*xMalloc)(int); /* Memory allocation function */
1448 void (*xFree)(void*); /* Free a prior allocation */
1449 void *(*xRealloc)(void*,int); /* Resize an allocation */
1450 int (*xSize)(void*); /* Return the size of an allocation */
1451 int (*xRoundup)(int); /* Round up request size to allocation size */
1452 int (*xInit)(void*); /* Initialize the memory allocator */
1453 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1454 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/sysutils/py-pytsk/pytsk3-20210419/sleuthkit/tsk/auto/
H A Dsqlite3.h1473 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1474 struct sqlite3_mem_methods { struct
1475 void *(*xMalloc)(int); /* Memory allocation function */
1476 void (*xFree)(void*); /* Free a prior allocation */
1477 void *(*xRealloc)(void*,int); /* Resize an allocation */
1478 int (*xSize)(void*); /* Return the size of an allocation */
1479 int (*xRoundup)(int); /* Round up request size to allocation size */
1480 int (*xInit)(void*); /* Initialize the memory allocator */
1481 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1482 void *pAppData; /* Argument to xInit() and xShutdown() */
/dports/databases/libgda5/libgda-5.2.10/libgda/sqlite/sqlite-src/
H A Dsqlite3.h1473 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1474 struct sqlite3_mem_methods { struct
1475 void *(*xMalloc)(int); /* Memory allocation function */
1476 void (*xFree)(void*); /* Free a prior allocation */
1477 void *(*xRealloc)(void*,int); /* Resize an allocation */
1478 int (*xSize)(void*); /* Return the size of an allocation */
1479 int (*xRoundup)(int); /* Round up request size to allocation size */
1480 int (*xInit)(void*); /* Initialize the memory allocator */
1481 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1482 void *pAppData; /* Argument to xInit() and xShutdown() */

12345678910>>...16