Home
last modified time | relevance | path

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

123

/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/sqlite/dist/
Dsqlite3.h1637 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1638 struct sqlite3_mem_methods { struct
1639 void *(*xMalloc)(int); /* Memory allocation function */
1640 void (*xFree)(void*); /* Free a prior allocation */
1641 void *(*xRealloc)(void*,int); /* Resize an allocation */
1642 int (*xSize)(void*); /* Return the size of an allocation */
1643 int (*xRoundup)(int); /* Round up request size to allocation size */
1644 int (*xInit)(void*); /* Initialize the memory allocator */
1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1646 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h1637 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1638 struct sqlite3_mem_methods { struct
1639 void *(*xMalloc)(int); /* Memory allocation function */
1640 void (*xFree)(void*); /* Free a prior allocation */
1641 void *(*xRealloc)(void*,int); /* Resize an allocation */
1642 int (*xSize)(void*); /* Return the size of an allocation */
1643 int (*xRoundup)(int); /* Round up request size to allocation size */
1644 int (*xInit)(void*); /* Initialize the memory allocator */
1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1646 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h1637 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1638 struct sqlite3_mem_methods { struct
1639 void *(*xMalloc)(int); /* Memory allocation function */
1640 void (*xFree)(void*); /* Free a prior allocation */
1641 void *(*xRealloc)(void*,int); /* Resize an allocation */
1642 int (*xSize)(void*); /* Return the size of an allocation */
1643 int (*xRoundup)(int); /* Round up request size to allocation size */
1644 int (*xInit)(void*); /* Initialize the memory allocator */
1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1646 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/sqlite/dist/orig/
Dsqlite3.h1637 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1638 struct sqlite3_mem_methods { struct
1639 void *(*xMalloc)(int); /* Memory allocation function */
1640 void (*xFree)(void*); /* Free a prior allocation */
1641 void *(*xRealloc)(void*,int); /* Resize an allocation */
1642 int (*xSize)(void*); /* Return the size of an allocation */
1643 int (*xRoundup)(int); /* Round up request size to allocation size */
1644 int (*xInit)(void*); /* Initialize the memory allocator */
1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1646 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/sqlite/dist/orig/
Dsqlite3.h1637 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1638 struct sqlite3_mem_methods { struct
1639 void *(*xMalloc)(int); /* Memory allocation function */
1640 void (*xFree)(void*); /* Free a prior allocation */
1641 void *(*xRealloc)(void*,int); /* Resize an allocation */
1642 int (*xSize)(void*); /* Return the size of an allocation */
1643 int (*xRoundup)(int); /* Round up request size to allocation size */
1644 int (*xInit)(void*); /* Initialize the memory allocator */
1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1646 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/sqlite/dist/
Dsqlite3.h1637 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1638 struct sqlite3_mem_methods { struct
1639 void *(*xMalloc)(int); /* Memory allocation function */
1640 void (*xFree)(void*); /* Free a prior allocation */
1641 void *(*xRealloc)(void*,int); /* Resize an allocation */
1642 int (*xSize)(void*); /* Return the size of an allocation */
1643 int (*xRoundup)(int); /* Round up request size to allocation size */
1644 int (*xInit)(void*); /* Initialize the memory allocator */
1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1646 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/sqlite/dist/
Dsqlite3.h1637 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1638 struct sqlite3_mem_methods { struct
1639 void *(*xMalloc)(int); /* Memory allocation function */
1640 void (*xFree)(void*); /* Free a prior allocation */
1641 void *(*xRealloc)(void*,int); /* Resize an allocation */
1642 int (*xSize)(void*); /* Return the size of an allocation */
1643 int (*xRoundup)(int); /* Round up request size to allocation size */
1644 int (*xInit)(void*); /* Initialize the memory allocator */
1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1646 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/sqlite/dist/
Dsqlite3.h1637 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1638 struct sqlite3_mem_methods { struct
1639 void *(*xMalloc)(int); /* Memory allocation function */
1640 void (*xFree)(void*); /* Free a prior allocation */
1641 void *(*xRealloc)(void*,int); /* Resize an allocation */
1642 int (*xSize)(void*); /* Return the size of an allocation */
1643 int (*xRoundup)(int); /* Round up request size to allocation size */
1644 int (*xInit)(void*); /* Initialize the memory allocator */
1645 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1646 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/sqlite/dist/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/sqlite/dist/orig/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/sqlite/dist/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/sqlite/dist/
Dsqlite3.h1723 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1724 struct sqlite3_mem_methods { struct
1725 void *(*xMalloc)(int); /* Memory allocation function */
1726 void (*xFree)(void*); /* Free a prior allocation */
1727 void *(*xRealloc)(void*,int); /* Resize an allocation */
1728 int (*xSize)(void*); /* Return the size of an allocation */
1729 int (*xRoundup)(int); /* Round up request size to allocation size */
1730 int (*xInit)(void*); /* Initialize the memory allocator */
1731 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1732 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/sqlite/dist/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.h1764 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1765 struct sqlite3_mem_methods { struct
1766 void *(*xMalloc)(int); /* Memory allocation function */
1767 void (*xFree)(void*); /* Free a prior allocation */
1768 void *(*xRealloc)(void*,int); /* Resize an allocation */
1769 int (*xSize)(void*); /* Return the size of an allocation */
1770 int (*xRoundup)(int); /* Round up request size to allocation size */
1771 int (*xInit)(void*); /* Initialize the memory allocator */
1772 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1773 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/sqlite/dist/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/sqlite/dist/orig/
Dsqlite3.h1723 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1724 struct sqlite3_mem_methods { struct
1725 void *(*xMalloc)(int); /* Memory allocation function */
1726 void (*xFree)(void*); /* Free a prior allocation */
1727 void *(*xRealloc)(void*,int); /* Resize an allocation */
1728 int (*xSize)(void*); /* Return the size of an allocation */
1729 int (*xRoundup)(int); /* Round up request size to allocation size */
1730 int (*xInit)(void*); /* Initialize the memory allocator */
1731 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1732 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.h1764 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1765 struct sqlite3_mem_methods { struct
1766 void *(*xMalloc)(int); /* Memory allocation function */
1767 void (*xFree)(void*); /* Free a prior allocation */
1768 void *(*xRealloc)(void*,int); /* Resize an allocation */
1769 int (*xSize)(void*); /* Return the size of an allocation */
1770 int (*xRoundup)(int); /* Round up request size to allocation size */
1771 int (*xInit)(void*); /* Initialize the memory allocator */
1772 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1773 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/sqlite/dist/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/sqlite/dist/orig/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/sqlite/dist/
Dsqlite3.h1723 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1724 struct sqlite3_mem_methods { struct
1725 void *(*xMalloc)(int); /* Memory allocation function */
1726 void (*xFree)(void*); /* Free a prior allocation */
1727 void *(*xRealloc)(void*,int); /* Resize an allocation */
1728 int (*xSize)(void*); /* Return the size of an allocation */
1729 int (*xRoundup)(int); /* Round up request size to allocation size */
1730 int (*xInit)(void*); /* Initialize the memory allocator */
1731 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1732 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/sqlite/dist/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/sqlite/dist/orig/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/sqlite/dist/
Dsqlite3.h1662 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1663 struct sqlite3_mem_methods { struct
1664 void *(*xMalloc)(int); /* Memory allocation function */
1665 void (*xFree)(void*); /* Free a prior allocation */
1666 void *(*xRealloc)(void*,int); /* Resize an allocation */
1667 int (*xSize)(void*); /* Return the size of an allocation */
1668 int (*xRoundup)(int); /* Round up request size to allocation size */
1669 int (*xInit)(void*); /* Initialize the memory allocator */
1670 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1671 void *pAppData; /* Argument to xInit() and xShutdown() */

123