Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h632 #define sqlite3_result_pointer sqlite3_api->result_pointer macro
H A Dsqlite3.h5534 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)]
5948 ** ^The sqlite3_result_pointer(C,P,T,D) interface sets the result to an
5956 ** string and preferably a string literal. The sqlite3_result_pointer()
5982 SQLITE_API void sqlite3_result_pointer(sqlite3_context*, void*,const char*,void(*)(void*));
/third_party/sqlite/src/
H A Dsqlite3.c5843 ** using [sqlite3_bind_pointer(S,I,P,X,D)] or [sqlite3_result_pointer(C,P,X,D)]
6257 ** ^The sqlite3_result_pointer(C,P,T,D) interface sets the result to an
6265 ** string and preferably a string literal. The sqlite3_result_pointer()
6291 SQLITE_API void sqlite3_result_pointer(sqlite3_context*, void*,const char*,void(*)(void*));
22684 ** sqlite3_result_pointer() the MEM_Term and MEM_Subtype flags are also set.
22942 ** type, such as is generated by sqlite3_result_pointer() and read by
88334 SQLITE_API void sqlite3_result_pointer( global() function
132555 #define sqlite3_result_pointer global() macro
[all...]

Completed in 148 milliseconds