Home
last modified time | relevance | path

Searched refs:etDYNSTRING (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dprintf.c24 #define etDYNSTRING 6 /* Dynamically allocated strings. %z */ macro
76 { 'z', 0, 4, etDYNSTRING, 0, 0 },
752 case etDYNSTRING: in sqlite3_str_vappendf()
761 }else if( xtype==etDYNSTRING ){ in sqlite3_str_vappendf()