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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h634 #define sqlite3_value_pointer sqlite3_api->value_pointer macro
H A Dsqlite3.h5638 ** <tr><td><b>sqlite3_value_pointer</b><td>&rarr;<td>Pointer value
5684 ** then sqlite3_value_pointer(V,Y) will return the pointer P. ^Otherwise,
5685 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
5760 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);
6182 ** [application-defined SQL function] using [sqlite3_value_pointer()].
H A Dsqlite3.c5951 ** <tr><td><b>sqlite3_value_pointer</b><td>&rarr;<td>Pointer value
5997 ** then sqlite3_value_pointer(V,Y) will return the pointer P. ^Otherwise,
5998 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
6073 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);
6495 ** [application-defined SQL function] using [sqlite3_value_pointer()].
90087 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){ function
136106 #define sqlite3_value_pointer macro
[all...]

Completed in 716 milliseconds