Searched refs:sqlite3_result_text (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h326 #define sqlite3_result_text sqlite3_api->result_text macro
H A Dsqlite3.h4022 ** ^The sqlite3_result_text(), sqlite3_result_text16(),
4028 ** the 2nd parameter of the sqlite3_result_text* interfaces.
4029 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4032 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4036 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4040 ** ^If the 4th parameter to the sqlite3_result_text* interfaces or to
4045 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4074 SQLITE_API void sqlite3_result_text(sqlite3_context*, const char*, int, void(*)(void*));
H A Dsqlite3.c4575 ** ^The sqlite3_result_text(), sqlite3_result_text16(),
4581 ** the 2nd parameter of the sqlite3_result_text* interfaces.
4582 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4585 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4589 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4593 ** ^If the 4th parameter to the sqlite3_result_text* interfaces or to
4598 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4627 SQLITE_API void sqlite3_result_text(sqlite3_context*, const char*, int, void(*)(void*));
14019 sqlite3_result_text(context, zBuf, -1, SQLITE_TRANSIENT);
14038 sqlite3_result_text(contex
61785 SQLITE_API void sqlite3_result_text( function
89218 #define sqlite3_result_text macro
[all...]

Completed in 266 milliseconds