Home
last modified time | relevance | path

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

/PHP-7.3/ext/sqlite3/libsqlite/
H A Dsqlite3ext.h590 #define sqlite3_value_pointer sqlite3_api->value_pointer macro
H A Dsqlite3.h5085 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);
H A Dsqlite3.c6124 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);
81499 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){
119658 #define sqlite3_value_pointer sqlite3_api->value_pointer
120120 sqlite3_value_pointer,
163859 *ppCsr = (Fts3Cursor*)sqlite3_value_pointer(pVal, "fts3cursor");
182886 pSrc = sqlite3_value_pointer(pValue, "RtreeMatchArg");
218092 ppApi = (fts5_api**)sqlite3_value_pointer(apArg[0], "fts5_api_ptr");

Completed in 468 milliseconds