HomeSort by: relevance | last modified time | path
    Searched defs:sqlite3_str (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 1237 ** should be an initialized [sqlite3_str] pointer. JSON text describing
1238 ** various aspects of the sqlite3_file object is appended to the sqlite3_str.
8780 ** An instance of the sqlite3_str object contains a dynamically-sized
8783 ** The lifecycle of an sqlite3_str object is as follows:
8785 ** <li> ^The sqlite3_str object is created using [sqlite3_str_new()].
8786 ** <li> ^Text is appended to the sqlite3_str object using various
8788 ** <li> ^The sqlite3_str object is destroyed and the string it created
8792 typedef struct sqlite3_str sqlite3_str; typedef in typeref:struct:sqlite3_str
8796 ** CONSTRUCTOR: sqlite3_str
    [all...]
sqlite3.c 1558 ** should be an initialized [sqlite3_str] pointer. JSON text describing
1559 ** various aspects of the sqlite3_file object is appended to the sqlite3_str.
9101 ** An instance of the sqlite3_str object contains a dynamically-sized
9104 ** The lifecycle of an sqlite3_str object is as follows:
9106 ** <li> ^The sqlite3_str object is created using [sqlite3_str_new()].
9107 ** <li> ^Text is appended to the sqlite3_str object using various
9109 ** <li> ^The sqlite3_str object is destroyed and the string it created
9113 typedef struct sqlite3_str sqlite3_str; typedef in typeref:struct:sqlite3_str
9117 ** CONSTRUCTOR: sqlite3_str
21218 struct sqlite3_str { struct
    [all...]

Completed in 118 milliseconds