Searched refs:sqlite3_value_pointer (Results 1 – 3 of 3) sorted by relevance
634 #define sqlite3_value_pointer sqlite3_api->value_pointer macro
5657 ** <tr><td><b>sqlite3_value_pointer</b><td>→<td>Pointer value5703 ** then sqlite3_value_pointer(V,Y) will return the pointer P. ^Otherwise,5704 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()5779 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);6201 ** [application-defined SQL function] using [sqlite3_value_pointer()].
5970 ** <tr><td><b>sqlite3_value_pointer</b><td>→<td>Pointer value6016 ** then sqlite3_value_pointer(V,Y) will return the pointer P. ^Otherwise,6017 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()6092 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);6514 ** [application-defined SQL function] using [sqlite3_value_pointer()].[all...]