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

/netbsd-6-1-5-RELEASE/usr.sbin/makemandb/
H A Dapropos-utils.c260 sqlite3_result_text(pctx, (const char *) outbuf, stream.total_out, free);
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h347 #define sqlite3_result_text sqlite3_api->result_text macro
H A Dshell.c324 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
H A Dsqlite3.h4113 ** ^The sqlite3_result_text(), sqlite3_result_text16(),
4119 ** the 2nd parameter of the sqlite3_result_text* interfaces.
4120 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4123 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4132 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4136 ** ^If the 4th parameter to the sqlite3_result_text* interfaces or to
4141 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4170 SQLITE_API void sqlite3_result_text(sqlite3_context*, const char*, int, void(*)(void*));
H A Dsqlite3.c4663 ** ^The sqlite3_result_text(), sqlite3_result_text16(),
4669 ** the 2nd parameter of the sqlite3_result_text* interfaces.
4670 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4673 ** ^If the 3rd parameter to the sqlite3_result_text* interfaces
4682 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4686 ** ^If the 4th parameter to the sqlite3_result_text* interfaces or to
4691 ** ^If the 4th parameter to the sqlite3_result_text* interfaces
4720 SQLITE_API void sqlite3_result_text(sqlite3_context*, const char*, int, void(*)(void*));
14324 sqlite3_result_text(context, zBuf, -1, SQLITE_TRANSIENT);
14343 sqlite3_result_text(contex
62882 SQLITE_API void sqlite3_result_text( function
91194 #define sqlite3_result_text macro
[all...]

Completed in 428 milliseconds