Searched defs:CollSeq (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/ |
H A D | sqlite3.c | 15217 typedef struct CollSeq CollSeq; typedef 18134 struct CollSeq { struct 18135 char *zName; /* Name of the collating sequence, UTF-8 encoded */ 18136 u8 enc; /* Text encoding handled by xCmp() */ 18137 void *pUser; /* First argument to xCmp() */ 18138 int (*xCmp)(void*,int, const void*, int, const void*); 18139 void (*xDel)(void*); /* Destructor for pUser */
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 15342 typedef struct CollSeq CollSeq; typedef 18269 struct CollSeq { struct 18270 char *zName; /* Name of the collating sequence, UTF-8 encoded */ 18271 u8 enc; /* Text encoding handled by xCmp() */ 18272 void *pUser; /* First argument to xCmp() */ 18273 int (*xCmp)(void*,int, const void*, int, const void*); 18274 void (*xDel)(void*); /* Destructor for pUser */
|
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/ |
D | sqlite3.c | 15385 typedef struct CollSeq CollSeq; typedef 18315 struct CollSeq { struct 18316 char *zName; /* Name of the collating sequence, UTF-8 encoded */ 18317 u8 enc; /* Text encoding handled by xCmp() */ 18318 void *pUser; /* First argument to xCmp() */ 18319 int (*xCmp)(void*,int, const void*, int, const void*); 18320 void (*xDel)(void*); /* Destructor for pUser */
|
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
H A D | sqlite3.c | 15217 typedef struct CollSeq CollSeq; typedef 18134 struct CollSeq { struct 18135 char *zName; /* Name of the collating sequence, UTF-8 encoded */ 18136 u8 enc; /* Text encoding handled by xCmp() */ 18137 void *pUser; /* First argument to xCmp() */ 18138 int (*xCmp)(void*,int, const void*, int, const void*); 18139 void (*xDel)(void*); /* Destructor for pUser */
|