Searched defs:sqlite3_mem_methods (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.h | 1666 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() */
|
| D | bindgen_bundled_version.rs | 1246 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
|
| D | sqlite3.c | 2729 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/ |
| D | sqlite3.h | 1723 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() */
|
| D | sqlite3.c | 2029 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef 2030 struct sqlite3_mem_methods { struct 2031 void *(*xMalloc)(int); /* Memory allocation function */ 2032 void (*xFree)(void*); /* Free a prior allocation */ 2033 void *(*xRealloc)(void*,int); /* Resize an allocation */ 2034 int (*xSize)(void*); /* Return the size of an allocation */ 2035 int (*xRoundup)(int); /* Round up request size to allocation size */ 2036 int (*xInit)(void*); /* Initialize the memory allocator */ 2037 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ 2038 void *pAppData; /* Argument to xInit() and xShutdown() */
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.h | 1723 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() */
|
| D | sqlite3.c | 2029 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef 2030 struct sqlite3_mem_methods { struct 2031 void *(*xMalloc)(int); /* Memory allocation function */ 2032 void (*xFree)(void*); /* Free a prior allocation */ 2033 void *(*xRealloc)(void*,int); /* Resize an allocation */ 2034 int (*xSize)(void*); /* Return the size of an allocation */ 2035 int (*xRoundup)(int); /* Round up request size to allocation size */ 2036 int (*xInit)(void*); /* Initialize the memory allocator */ 2037 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ 2038 void *pAppData; /* Argument to xInit() and xShutdown() */
|
| /external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
| D | bindgen_3.6.8.rs | 470 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
|
| D | bindgen_3.6.23.rs | 498 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
|
| D | bindgen_3.7.7.rs | 596 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
|
| D | bindgen_3.7.16.rs | 630 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
|