Searched defs:sqlite3_mem_methods (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.h | 1665 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef 1666 struct sqlite3_mem_methods { struct 1667 void *(*xMalloc)(int); /* Memory allocation function */ 1668 void (*xFree)(void*); /* Free a prior allocation */ 1669 void *(*xRealloc)(void*,int); /* Resize an allocation */ 1670 int (*xSize)(void*); /* Return the size of an allocation */ 1671 int (*xRoundup)(int); /* Round up request size to allocation size */ 1672 int (*xInit)(void*); /* Initialize the memory allocator */ 1673 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ 1674 void *pAppData; /* Argument to xInit() and xShutdown() */
|
| D | bindgen_bundled_version.rs | 1240 pub struct sqlite3_mem_methods { struct 1264 fn bindgen_test_layout_sqlite3_mem_methods() { in bindgen_test_layout_sqlite3_mem_methods() argument 1266 ::std::mem::size_of::<sqlite3_mem_methods>(), in bindgen_test_layout_sqlite3_mem_methods() argument
|
| D | sqlite3.c | 2713 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef 2714 struct sqlite3_mem_methods { struct 2715 void *(*xMalloc)(int); /* Memory allocation function */ 2716 void (*xFree)(void*); /* Free a prior allocation */ 2717 void *(*xRealloc)(void*,int); /* Resize an allocation */ 2718 int (*xSize)(void*); /* Return the size of an allocation */ 2719 int (*xRoundup)(int); /* Round up request size to allocation size */ 2720 int (*xInit)(void*); /* Initialize the memory allocator */ 2721 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ 2722 void *pAppData; /* Argument to xInit() and xShutdown() */
|
| /external/sqlite/dist/ |
| D | sqlite3.h | 1662 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() */
|
| D | sqlite3.c | 2701 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef 2702 struct sqlite3_mem_methods { struct 2703 void *(*xMalloc)(int); /* Memory allocation function */ 2704 void (*xFree)(void*); /* Free a prior allocation */ 2705 void *(*xRealloc)(void*,int); /* Resize an allocation */ 2706 int (*xSize)(void*); /* Return the size of an allocation */ 2707 int (*xRoundup)(int); /* Round up request size to allocation size */ 2708 int (*xInit)(void*); /* Initialize the memory allocator */ 2709 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ 2710 void *pAppData; /* Argument to xInit() and xShutdown() */
|
| /external/sqlite/dist/orig/ |
| D | sqlite3.h | 1662 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() */
|
| D | sqlite3.c | 2701 typedef struct sqlite3_mem_methods sqlite3_mem_methods; typedef 2702 struct sqlite3_mem_methods { struct 2703 void *(*xMalloc)(int); /* Memory allocation function */ 2704 void (*xFree)(void*); /* Free a prior allocation */ 2705 void *(*xRealloc)(void*,int); /* Resize an allocation */ 2706 int (*xSize)(void*); /* Return the size of an allocation */ 2707 int (*xRoundup)(int); /* Round up request size to allocation size */ 2708 int (*xInit)(void*); /* Initialize the memory allocator */ 2709 void (*xShutdown)(void*); /* Deinitialize the memory allocator */ 2710 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
|