Home
last modified time | relevance | path

Searched defs:DblquoteStr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dsqlite3.c23369 typedef struct DblquoteStr DblquoteStr; typedef
23370 struct DblquoteStr { struct
23371 DblquoteStr *pNextStr; /* Next string literal in the list */ argument
23372 char z[8]; /* Dequoted value for the string */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c23535 typedef struct DblquoteStr DblquoteStr; typedef
23536 struct DblquoteStr { struct
23537 DblquoteStr *pNextStr; /* Next string literal in the list */ argument
23538 char z[8]; /* Dequoted value for the string */
/aosp_15_r20/external/rust/crates/libsqlite3-sys/sqlcipher/
Dsqlite3.c23592 typedef struct DblquoteStr DblquoteStr; typedef
23593 struct DblquoteStr { struct
23594 DblquoteStr *pNextStr; /* Next string literal in the list */ argument
23595 char z[8]; /* Dequoted value for the string */
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dsqlite3.c23369 typedef struct DblquoteStr DblquoteStr; typedef
23370 struct DblquoteStr { struct
23371 DblquoteStr *pNextStr; /* Next string literal in the list */ argument
23372 char z[8]; /* Dequoted value for the string */