Home
last modified time | relevance | path

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

/external/sqlite/dist/sqlite-autoconf-3420000/
Dsqlite3.h1763 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1764 struct sqlite3_mem_methods { struct
1765 void *(*xMalloc)(int); /* Memory allocation function */
1766 void (*xFree)(void*); /* Free a prior allocation */
1767 void *(*xRealloc)(void*,int); /* Resize an allocation */
1768 int (*xSize)(void*); /* Return the size of an allocation */
1769 int (*xRoundup)(int); /* Round up request size to allocation size */
1770 int (*xInit)(void*); /* Initialize the memory allocator */
1771 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1772 void *pAppData; /* Argument to xInit() and xShutdown() */
Dsqlite3.c2073 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
2074 struct sqlite3_mem_methods { struct
2075 void *(*xMalloc)(int); /* Memory allocation function */
2076 void (*xFree)(void*); /* Free a prior allocation */
2077 void *(*xRealloc)(void*,int); /* Resize an allocation */
2078 int (*xSize)(void*); /* Return the size of an allocation */
2079 int (*xRoundup)(int); /* Round up request size to allocation size */
2080 int (*xInit)(void*); /* Initialize the memory allocator */
2081 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
2082 void *pAppData; /* Argument to xInit() and xShutdown() */
/external/sqlite/dist/sqlite-autoconf-3440300/orig/
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() */
Dsqlite3.c2077 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
2078 struct sqlite3_mem_methods { struct
2079 void *(*xMalloc)(int); /* Memory allocation function */
2080 void (*xFree)(void*); /* Free a prior allocation */
2081 void *(*xRealloc)(void*,int); /* Resize an allocation */
2082 int (*xSize)(void*); /* Return the size of an allocation */
2083 int (*xRoundup)(int); /* Round up request size to allocation size */
2084 int (*xInit)(void*); /* Initialize the memory allocator */
2085 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
2086 void *pAppData; /* Argument to xInit() and xShutdown() */
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h1666 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1667 struct sqlite3_mem_methods { struct
1668 void *(*xMalloc)(int); /* Memory allocation function */
1669 void (*xFree)(void*); /* Free a prior allocation */
1670 void *(*xRealloc)(void*,int); /* Resize an allocation */
1671 int (*xSize)(void*); /* Return the size of an allocation */
1672 int (*xRoundup)(int); /* Round up request size to allocation size */
1673 int (*xInit)(void*); /* Initialize the memory allocator */
1674 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1675 void *pAppData; /* Argument to xInit() and xShutdown() */
Dbindgen_bundled_version.rs1246 pub struct sqlite3_mem_methods { struct
1270 fn bindgen_test_layout_sqlite3_mem_methods() { in bindgen_test_layout_sqlite3_mem_methods() argument
1272 ::std::mem::size_of::<sqlite3_mem_methods>(), in bindgen_test_layout_sqlite3_mem_methods() argument
Dsqlite3.c2729 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
2730 struct sqlite3_mem_methods { struct
2731 void *(*xMalloc)(int); /* Memory allocation function */
2732 void (*xFree)(void*); /* Free a prior allocation */
2733 void *(*xRealloc)(void*,int); /* Resize an allocation */
2734 int (*xSize)(void*); /* Return the size of an allocation */
2735 int (*xRoundup)(int); /* Round up request size to allocation size */
2736 int (*xInit)(void*); /* Initialize the memory allocator */
2737 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
2738 void *pAppData; /* Argument to xInit() and xShutdown() */
/external/sqlite/dist/sqlite-autoconf-3440300/
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() */
Dsqlite3.c2077 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
2078 struct sqlite3_mem_methods { struct
2079 void *(*xMalloc)(int); /* Memory allocation function */
2080 void (*xFree)(void*); /* Free a prior allocation */
2081 void *(*xRealloc)(void*,int); /* Resize an allocation */
2082 int (*xSize)(void*); /* Return the size of an allocation */
2083 int (*xRoundup)(int); /* Round up request size to allocation size */
2084 int (*xInit)(void*); /* Initialize the memory allocator */
2085 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
2086 void *pAppData; /* Argument to xInit() and xShutdown() */
/external/sqlite/dist/sqlite-autoconf-3420000/orig/
Dsqlite3.h1763 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
1764 struct sqlite3_mem_methods { struct
1765 void *(*xMalloc)(int); /* Memory allocation function */
1766 void (*xFree)(void*); /* Free a prior allocation */
1767 void *(*xRealloc)(void*,int); /* Resize an allocation */
1768 int (*xSize)(void*); /* Return the size of an allocation */
1769 int (*xRoundup)(int); /* Round up request size to allocation size */
1770 int (*xInit)(void*); /* Initialize the memory allocator */
1771 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
1772 void *pAppData; /* Argument to xInit() and xShutdown() */
Dsqlite3.c2073 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef
2074 struct sqlite3_mem_methods { struct
2075 void *(*xMalloc)(int); /* Memory allocation function */
2076 void (*xFree)(void*); /* Free a prior allocation */
2077 void *(*xRealloc)(void*,int); /* Resize an allocation */
2078 int (*xSize)(void*); /* Return the size of an allocation */
2079 int (*xRoundup)(int); /* Round up request size to allocation size */
2080 int (*xInit)(void*); /* Initialize the memory allocator */
2081 void (*xShutdown)(void*); /* Deinitialize the memory allocator */
2082 void *pAppData; /* Argument to xInit() and xShutdown() */
/external/rust/crates/libsqlite3-sys/bindgen-bindings/
Dbindgen_3.6.8.rs470 pub struct sqlite3_mem_methods { struct
471 pub xMalloc: ::std::option::Option<unsafe extern "C" fn(arg1:
496 assert_eq!(::std::mem::size_of::<sqlite3_mem_methods>() , 64usize); in bindgen_test_layout_sqlite3_mem_methods() argument
499 impl Clone for sqlite3_mem_methods { implementation
Dbindgen_3.6.23.rs498 pub struct sqlite3_mem_methods { struct
499 pub xMalloc: ::std::option::Option<unsafe extern "C" fn(arg1:
524 assert_eq!(::std::mem::size_of::<sqlite3_mem_methods>() , 64usize); in bindgen_test_layout_sqlite3_mem_methods() argument
527 impl Clone for sqlite3_mem_methods { implementation
Dbindgen_3.7.7.rs596 pub struct sqlite3_mem_methods { struct
597 pub xMalloc: ::std::option::Option<unsafe extern "C" fn(arg1:
622 assert_eq!(::std::mem::size_of::<sqlite3_mem_methods>() , 64usize); in bindgen_test_layout_sqlite3_mem_methods() argument
625 impl Clone for sqlite3_mem_methods { implementation
Dbindgen_3.7.16.rs630 pub struct sqlite3_mem_methods { struct
631 pub xMalloc: ::std::option::Option<unsafe extern "C" fn(arg1:
656 assert_eq!(::std::mem::size_of::<sqlite3_mem_methods>() , 64usize); in bindgen_test_layout_sqlite3_mem_methods() argument
659 impl Clone for sqlite3_mem_methods { implementation