Searched refs:sqlite3_result_pointer (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/sqlite3/ |
H A D | sqlite3ext.h | 633 #define sqlite3_result_pointer sqlite3_api->result_pointer macro
|
H A D | sqlite3.h | 5701 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)] 6197 ** ^The sqlite3_result_pointer(C,P,T,D) interface sets the result to an 6205 ** string and preferably a string literal. The sqlite3_result_pointer() 6231 SQLITE_API void sqlite3_result_pointer(sqlite3_context*, void*,const char*,void(*)(void*));
|
H A D | sqlite3.c | 6014 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)] 6510 ** ^The sqlite3_result_pointer(C,P,T,D) interface sets the result to an 6518 ** string and preferably a string literal. The sqlite3_result_pointer() 6544 SQLITE_API void sqlite3_result_pointer(sqlite3_context*, void*,const char*,void(*)(void*)); [all...] |