Lines Matching full:sqlite3_result_text
4604 ** ^The sqlite3_result_text(), sqlite3_result_text16(),
4614 ** the 2nd parameter of the sqlite3_result_text* interfaces.
4615 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4618 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4627 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4631 ** ^If the 4th parameter to the sqlite3_result_text* interfaces or to
4636 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4667 SQLITE_API void SQLITE_STDCALL sqlite3_result_text(sqlite3_context*, const char*, int, void(*)(void*));