HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_value_pointer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 644 #define sqlite3_value_pointer sqlite3_api->value_pointer macro
sqlite3.h 6020 ** <tr><td><b>sqlite3_value_pointer</b><td>&rarr;<td>Pointer value
6066 ** then sqlite3_value_pointer(V,Y) will return the pointer P. ^Otherwise,
6067 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
6138 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);
6570 ** [application-defined SQL function] using [sqlite3_value_pointer()].
sqlite3.c 6341 ** <tr><td><b>sqlite3_value_pointer</b><td>&rarr;<td>Pointer value
6387 ** then sqlite3_value_pointer(V,Y) will return the pointer P. ^Otherwise,
6388 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
6459 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);
6891 ** [application-defined SQL function] using [sqlite3_value_pointer()].
93742 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){ function
142864 #define sqlite3_value_pointer macro
    [all...]

Completed in 143 milliseconds